summaryrefslogtreecommitdiff
path: root/giscanner/sourcescanner.c
Commit message (Expand)AuthorAgeFilesLines
* Replace linked lists with arrays in source scannerTomasz Miąsko2018-12-091-29/+25
* sourcescanner: collect error messages and expose themChristoph Reiter2018-12-081-0/+14
* build: enable -Wcast-function-typeChristoph Reiter2018-07-291-3/+3
* Reuse const_table between calls to SourceScanner parse_files and parse_macros.Tomasz Miąsko2018-02-131-0/+3
* scanner: Fix get_symbols/comments to maintain the scanner listsSimon Feltman2014-01-021-2/+16
* scanner: Support boolean constantsFlorian Müllner2013-11-291-0/+3
* sourcescanner: Removed unused struct_or_union_or_enum_table fieldStef Walter2013-10-211-12/+0
* giscanner: Respect __GI_SCANNER__ when scanning for macrosStef Walter2013-10-211-0/+23
* giscanner: speed up SourceScanner().parse_files()Dieter Verfaillie2013-10-171-31/+14
* Revert "sourcescanner: Avoid scanning files when doing a macro scan"Dieter Verfaillie2013-10-171-16/+11
* Revert "sourcescanner: Do some fast path checks on the filename"Dieter Verfaillie2013-10-171-5/+0
* sourcescanner: Do some fast path checks on the filenameJasper St. Pierre2013-10-151-0/+5
* sourcescanner: Avoid scanning files when doing a macro scanJasper St. Pierre2013-10-151-11/+16
* sourcescanner: Copy over the unsignedness as wellJasper St. Pierre2013-02-181-0/+1
* sourcescanner: Make sure to mark constants as setJasper St. Pierre2013-02-181-3/+7
* sourcescanner: Fix issues with double constants in the copyJasper St. Pierre2013-02-181-1/+1
* sourcescanner: Fix symbolic references in enum membersJasper St. Pierre2013-02-161-0/+20
* Compare filenames using g_file_equal()Johan Dahlin2012-04-091-1/+11
* Fix symbols being reported in invalid filesStef Walter2011-08-101-6/+3
* Save the line number of a source commentJohan Dahlin2010-09-191-1/+9
* [sourcescanner] Support for line numbers on SymbolAlan Knowles2010-05-251-1/+2
* Bug 572790 - Don't register #defines from .c files as constantsColin Walters2009-02-241-0/+6
* Bug 563591 – Flags not recognized when there is no introspection dataJohan Dahlin2009-01-121-0/+1
* Bug 563794 - Redo annotation parsing & applyingJohan Dahlin2009-01-121-29/+4
* Relicense the giscanner library under LGPLv2+. This has been approved byJohan Dahlin2008-11-041-1/+1
* Bug 557786 - support fixed size arraysColin Walters2008-10-251-1/+3
* Bug 556543 – reduce compiler warningsTommi Komulainen2008-10-161-0/+1
* Merge in the gir-compiler branch. Thanks to Philip and Colin for theirJohan Dahlin2008-08-081-0/+3
* Add support for source/header annotations.Johan Dahlin2008-04-251-0/+7
* Add simple pre-processor using subprocess and a PIPE. Change theJohan Dahlin2008-03-271-0/+1
* Add constants and wrap a few more SymbolType fieldsJohan Dahlin2008-03-251-1/+1
* Move the scanner to a separate library.Johan Dahlin2008-03-251-0/+288