Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove category management from LdLibrary. | Přemysl Janouch | 2012-10-08 | 1 | -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 Janouch | 2012-08-12 | 1 | -1/+2 |
| | |||||
* | Put subcategories and symbols in different lists. | Přemysl Janouch | 2012-08-11 | 1 | -4/+6 |
| | | | | Removes some ugliness from the code. | ||||
* | Make a separate library. | Přemysl Janouch | 2011-01-10 | 1 | -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. |