<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hardinfo2.git/hardinfo/hardinfo.c, branch upstream</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.gnuabordo.com.br/debian/hardinfo2.git/atom?h=upstream</id>
<link rel='self' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/atom?h=upstream'/>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/'/>
<updated>2024-02-08T18:52:52+00:00</updated>
<entry>
<title>Clean - HARDINFO2 BASE</title>
<updated>2024-02-08T18:52:52+00:00</updated>
<author>
<name>bigbear</name>
<email>ns@bigbear.dk</email>
</author>
<published>2024-02-08T18:52:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/commit/?id=9a05f56e1bf36abab41d12f92f2c75266c44bd4a'/>
<id>urn:sha1:9a05f56e1bf36abab41d12f92f2c75266c44bd4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright information</title>
<updated>2021-11-08T04:36:46+00:00</updated>
<author>
<name>L Pereira</name>
<email>l@tia.mat.br</email>
</author>
<published>2021-11-08T04:36:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/commit/?id=f139c5f5c562ed721c5f0d874a4dddb4c2a89e6e'/>
<id>urn:sha1:f139c5f5c562ed721c5f0d874a4dddb4c2a89e6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hi_module_get_about() should return a const pointer</title>
<updated>2020-05-03T21:08:12+00:00</updated>
<author>
<name>Leandro Pereira</name>
<email>leandro@hardinfo.org</email>
</author>
<published>2020-05-03T17:46:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/commit/?id=732eff53f0510108732b26cffdac60a99905b4c5'/>
<id>urn:sha1:732eff53f0510108732b26cffdac60a99905b4c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>replace idle_free() with auto_free() from sysobj</title>
<updated>2019-07-30T02:44:59+00:00</updated>
<author>
<name>Burt P</name>
<email>pburt0@gmail.com</email>
</author>
<published>2019-07-26T01:43:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/commit/?id=6938cbfd0c8d64aa93633fc7423879de757fd45c'/>
<id>urn:sha1:6938cbfd0c8d64aa93633fc7423879de757fd45c</id>
<content type='text'>
* auto_free() works in both report mode and gui mode.
* auto_free() only creates one recuring event for the whole
  system rather than idle_free()'s one event per call.
* auto_free_ex() allows specifying the free function to use.
* auto_free() is thread-aware, free_auto_free_thread_final()
  can be used to clean up on thread exit.
* auto_free() has some tweakability.

Signed-off-by: Burt P &lt;pburt0@gmail.com&gt;
</content>
</entry>
<entry>
<title>dmi_util: make cache static, use cache free function</title>
<updated>2019-06-30T00:58:52+00:00</updated>
<author>
<name>Burt P</name>
<email>pburt0@gmail.com</email>
</author>
<published>2019-06-29T04:49:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/commit/?id=66d0e31b047067054e161cff1a62234565331390'/>
<id>urn:sha1:66d0e31b047067054e161cff1a62234565331390</id>
<content type='text'>
Signed-off-by: Burt P &lt;pburt0@gmail.com&gt;
</content>
</entry>
<entry>
<title>params: html_ok -&gt; markup_ok</title>
<updated>2018-11-04T23:02:27+00:00</updated>
<author>
<name>Burt P</name>
<email>pburt0@gmail.com</email>
</author>
<published>2018-10-24T05:41:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/commit/?id=f6299d9fad21c065d1e4c0f1093770835fb73adf'/>
<id>urn:sha1:f6299d9fad21c065d1e4c0f1093770835fb73adf</id>
<content type='text'>
The html_ok param added in
970174b0897d40b804808632784ffa1544d9da93
is misleading. It turns out that it is not HTML,
but Pango Markup that is used by GTK, and a subset of that
happens to also work as HTML4 for the HTML report generation.

This change renames html_ok to markup_ok in ProgramParameters
and adds a comment explaining what common set of tags may be
used.

Also, if report generation happens as a fallback after GUI
initialization failed, then also disable markup, unless report
will be generated as HTML.

Pango markup info at:
https://developer.gnome.org/pango/stable/PangoMarkupFormat.html

Signed-off-by: Burt P &lt;pburt0@gmail.com&gt;
</content>
</entry>
<entry>
<title>vendor.c: add some data fields and cleanup</title>
<updated>2018-06-03T01:52:31+00:00</updated>
<author>
<name>Burt P</name>
<email>pburt0@gmail.com</email>
</author>
<published>2018-05-29T22:38:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/commit/?id=41b2c29a6c516ea6027c7ca6b14351d51cdf7643'/>
<id>urn:sha1:41b2c29a6c516ea6027c7ca6b14351d51cdf7643</id>
<content type='text'>
* Initialize strings to empty in `read_from_vendor_ids()`
* vendor.ids format reader clears all fields at `name`
* Added `name_short`, and `url_support` fields
* `vendor_cleanup()` function that frees `vendor_list`
* `vendor_match()` returns the whole `Vendor` data structure

Signed-off-by: Burt P &lt;pburt0@gmail.com&gt;
</content>
</entry>
<entry>
<title>Remove use of g_error() for reporting user error</title>
<updated>2018-04-24T14:41:17+00:00</updated>
<author>
<name>Burt P</name>
<email>pburt0@gmail.com</email>
</author>
<published>2018-03-15T02:05:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/commit/?id=32ce70d9c65123a0c399ffb85bae536246d84a6c'/>
<id>urn:sha1:32ce70d9c65123a0c399ffb85bae536246d84a6c</id>
<content type='text'>
Instead, print message to stderr and set a non-zero exit value.

Signed-off-by: Burt P &lt;pburt0@gmail.com&gt;
</content>
</entry>
<entry>
<title>hardinfo: fix typo</title>
<updated>2018-02-27T15:41:51+00:00</updated>
<author>
<name>Burt P</name>
<email>pburt0@gmail.com</email>
</author>
<published>2017-12-23T02:26:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/commit/?id=e925b1b60e37040048c150e272dce181cdce8454'/>
<id>urn:sha1:e925b1b60e37040048c150e272dce181cdce8454</id>
<content type='text'>
Signed-off-by: Burt P &lt;pburt0@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add cli param to format result for -b</title>
<updated>2018-02-27T15:41:51+00:00</updated>
<author>
<name>Burt P</name>
<email>pburt0@gmail.com</email>
</author>
<published>2017-12-19T03:38:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/commit/?id=45bf74abab1b665143acbcd3d44e05793dd1b32d'/>
<id>urn:sha1:45bf74abab1b665143acbcd3d44e05793dd1b32d</id>
<content type='text'>
For running benchmarks from the command line, add a new param
to specify the output format:

-g "conf" gives a line suitable for benchmark.conf
-g "shell" gives the complete "moreinfo" shell data
-g "short" (or nothing) gives the bench_value string as before

Signed-off-by: Burt P &lt;pburt0@gmail.com&gt;
</content>
</entry>
</feed>
