aboutsummaryrefslogtreecommitdiff
path: root/liblogdiag/ld-library.h
Commit message (Collapse)AuthorAgeFilesLines
* Add clang-format configuration, clean upPřemysl Eric Janouch2021-10-251-11/+9
|
* Name changePřemysl Eric Janouch2020-09-281-1/+1
| | | | Also some copyright years fix-ups/updates.
* Fix and update LICENSEPřemysl Janouch2017-02-031-1/+1
|
* Rename LdSymbolCategory to LdCategory.Přemysl Janouch2012-10-081-1/+1
|
* Remove category management from LdLibrary.Přemysl Janouch2012-10-081-8/+1
| | | | | | Now it uses a special hidden `/' root category. Also removed ld_library_clear() momentarily, for it has no users.
* Do name collision checking more properly.Přemysl Janouch2012-08-121-1/+2
|
* Put subcategories and symbols in different lists.Přemysl Janouch2012-08-111-4/+6
| | | | Removes some ugliness from the code.
* Make a separate library.Přemysl Janouch2011-01-101-0/+73
This is required for gtkdoc-scangobj. So far it's much like it's been before, the main differences are that source files are in two directories from now on and the build process has two stages.