summaryrefslogtreecommitdiff
path: root/giscanner/sourcescanner.h
Commit message (Expand)AuthorAgeFilesLines
* scanner: parse and expose function macrosMathieu Duponchelle2019-07-191-0/+1
* Replace linked lists with arrays in source scannerTomasz Miąsko2018-12-091-6/+6
* sourcescanner: collect error messages and expose themChristoph Reiter2018-12-081-0/+2
* gi_source_scanner_parse_file: use a filename instead of a FILE structChristoph Reiter2018-12-061-1/+1
* Reuse const_table between calls to SourceScanner parse_files and parse_macros.Tomasz Miąsko2018-02-131-0/+1
* giscanner: Recognize _Thread_local as a storage class specifierTing-Wei Lan2018-01-091-1/+2
* scanner: Support boolean constantsFlorian Müllner2013-11-291-0/+2
* sourcescanner: Removed unused struct_or_union_or_enum_table fieldStef Walter2013-10-211-1/+0
* giscanner: Respect __GI_SCANNER__ when scanning for macrosStef Walter2013-10-211-0/+4
* giscanner: speed up SourceScanner().parse_files()Dieter Verfaillie2013-10-171-3/+4
* sourcescanner: Fix symbolic references in enum membersJasper St. Pierre2013-02-161-0/+1
* sourcescanner: Remove unused "id" fieldJasper St. Pierre2013-02-161-1/+0
* scanner: Correctly handle large 64 bit integer constantsColin Walters2012-10-301-0/+1
* Fix symbols being reported in invalid filesStef Walter2011-08-101-1/+1
* Support glib-mkenums comment /*< flags >*/Andreas Rottmann2010-12-071-0/+1
* Handle enumerations with the full range of signed and unsigned valuesOwen W. Taylor2010-11-011-1/+1
* [scanner] Support private/public directivesJohan Dahlin2010-09-201-0/+2
* 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 555964 - Parse floating-point #definesColin Walters2009-02-251-0/+2
* Bug 572790 - Don't register #defines from .c files as constantsColin Walters2009-02-241-0/+1
* Fix warnings pointed out by GCCJohan Dahlin2009-02-201-0/+2
* 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-17/+2
* 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-2/+1
* Bug 556543 – reduce compiler warningsTommi Komulainen2008-10-161-0/+2
* Merge branch 'bug552393-varargs'Colin Walters2008-10-021-0/+1
* Parse GCC extensions in the parser instead of just undeffing them in theJohan Dahlin2008-08-311-1/+2
* Add a new source type enum for member. Use __repr__ for improved debuggingJohan Dahlin2008-05-311-1/+2
* Add support for source/header annotations.Johan Dahlin2008-04-251-0/+2
* 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/+179