summaryrefslogtreecommitdiff
path: root/giscanner/giscannermodule.c
Commit message (Expand)AuthorAgeFilesLines
* scanner: Consistently use realpath() on input filenamesColin Walters2013-07-281-1/+1
* scannermodule: Fix a bad checkJasper St. Pierre2013-04-071-1/+1
* scanner: Correctly handle large 64 bit integer constantsColin Walters2012-10-301-1/+4
* giscannermodule.c: Updates for WindowsChun-wei Fan2012-10-271-31/+67
* Drop calls to g_type_init()Colin Walters2012-10-161-2/+0
* Compare filenames using g_file_equal()Johan Dahlin2012-04-091-0/+4
* giscanner: fix use after decrefAndreas Schwab2011-12-151-4/+6
* Fix compilation with mingwAndoni Morales Alastruey2011-09-031-0/+4
* scanner: Switch to only Python 2.5 C API usageColin Walters2010-12-031-10/+14
* Add proper unicode support to the source scannerJohan Dahlin2010-12-021-6/+36
* Switch to nonrecursive make for core (i.e. not tests/)Colin Walters2010-11-091-2/+8
* Handle enumerations with the full range of signed and unsigned valuesOwen W. Taylor2010-11-011-1/+2
* Remove trailing whitespaceJohan Dahlin2010-09-261-27/+27
* [sourcescanner] Plug a couple of python leaksJohan Dahlin2010-09-261-4/+1
* [scanner] Support private/public directivesJohan Dahlin2010-09-201-0/+8
* Save the line number of a source commentJohan Dahlin2010-09-191-4/+7
* [sourcescanner] Support for line numbers on SymbolAlan Knowles2010-05-251-0/+8
* Include Python.h earlierJohan Dahlin2009-12-311-1/+1
* Consistently resolve symbolic linksAdam Sampson2009-09-281-1/+2
* Bug 555964 - Parse floating-point #definesColin Walters2009-02-251-1/+20
* Bug 572790 - Don't register #defines from .c files as constantsColin Walters2009-02-241-1/+15
* giscanner: Set Python exceptions on type errors instead of g_assertColin Walters2009-02-191-7/+17
* Improve type checkingJohan Dahlin2009-02-191-0/+3
* Add a hall of shame commentJohan Dahlin2009-02-191-0/+3
* Bug 563591 – Flags not recognized when there is no introspection dataJohan Dahlin2009-01-121-0/+8
* Bug 563794 - Redo annotation parsing & applyingJohan Dahlin2009-01-121-111/+17
* Set current_filename before lexing the file so error messages are reportedOwen Taylor2008-11-071-1/+1
* Relicense the giscanner library under LGPLv2+. This has been approved byJohan Dahlin2008-11-041-1/+1
* Write a C version of the xml namespace formatter. Saves 15% of the time itJohan Dahlin2008-10-301-0/+92
* Add missing whitespace to make pep8 happyJohan Dahlin2008-10-211-0/+2
* Bug 556543 – reduce compiler warningsTommi Komulainen2008-10-161-2/+2
* ignore non-UTF-8 string constantsJohan Bilien2008-10-111-0/+36
* Make g-ir-scanner work on Windows. Still problems with the typelib code.Tor Lillqvist2008-08-271-0/+49
* Prevent a crash when symbol->indent is NULL.Johan Dahlin2008-05-311-0/+7
* Revert back to using temporary files to send in headers. Allow FunctionsJohan Dahlin2008-05-241-7/+19
* Cast the getter, avoids a compilation warning.Johan Dahlin2008-04-271-1/+2
* Add support for virtual methods. Pair struct FooClass with struct Foo.Johan Dahlin2008-04-251-27/+63
* Add support for source/header annotations.Johan Dahlin2008-04-251-3/+133
* Mark structures as const, wrap SourceType.const_string.Johan Dahlin2008-04-211-11/+25
* Start constructing a real node tree.Johan Dahlin2008-04-181-39/+75
* Add simple pre-processor using subprocess and a PIPE. Change theJohan Dahlin2008-03-271-6/+5
* Add constants and wrap a few more SymbolType fieldsJohan Dahlin2008-03-251-0/+43
* Add initial python bindings for the scanner and depend on python 2.5.Johan Dahlin2008-03-251-0/+257