summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Move part of the namespace prefix parsing from glibtransformer->transformerJohan Dahlin2008-05-091-5/+4
* Introduce a namespace ast nodeJohan Dahlin2008-05-081-10/+9
* Format header, Remove dummy sys.path.insertJohan Dahlin2008-05-031-3/+2
* Refactor and comment scanner frontendJohan Dahlin2008-05-031-18/+30
* Avoid a tiny bit of duplicationJohan Dahlin2008-05-031-4/+3
* Handle missing parameters better, allow - and + in .la dlname filenames.Johan Dahlin2008-05-031-3/+11
* Add a --strip-prefix and sort out confusion between names and symbols forJohan Dahlin2008-04-281-6/+15
* First steps towards passing distcheckJohan Dahlin2008-04-281-0/+2
* g-ir-scanner is a script, not a program.Johan Dahlin2008-04-281-3/+2
* Switch over to GIR as the default format. Add a simple GIDL parser. UpdateJohan Dahlin2008-04-281-1/+1
* g-ir-scanner has no sources.Johan Dahlin2008-04-271-0/+2
* Rename treebuilder to transformer and gobjectreebuilder toJohan Dahlin2008-04-261-4/+5
* Add LGPLv2 license header and install all python filesJohan Dahlin2008-04-262-1/+20
* Add support for source/header annotations.Johan Dahlin2008-04-251-2/+1
* Revert revisions 157,149-148,136-129 and 120. Move back to usingJohan Dahlin2008-04-2215-2727/+1893
* Add an initial GIR writer and a --format option to g-ir-scannerJohan Dahlin2008-04-221-2/+12
* only attempt load a library if one was specifiedJohan Dahlin2008-04-221-1/+2
* Add a --include argument to include types from other idls. Add aJohan Dahlin2008-04-221-0/+5
* Add basic support for interfacesJohan Dahlin2008-04-211-1/+9
* Simplify and remove improper use of getattrJohan Dahlin2008-04-211-8/+9
* Set default to an empty listJohan Dahlin2008-04-211-1/+1
* Add --pkg option to pass in pkg-config modules to get cflags from.Johan Dahlin2008-04-211-7/+20
* Resolve libtool .la files. Strip name spaces for methods. Add functionJohan Dahlin2008-04-211-1/+1
* Start introspecting get-type functions. Implement support for GLib/GFlagsJohan Dahlin2008-04-191-1/+8
* add a namespace optionJohan Dahlin2008-04-181-1/+4
* Add a simplistic gidl writer, which can't do too much.Johan Dahlin2008-04-181-2/+3
* split tree building and source scanning interface to separate files.Johan Dahlin2008-04-181-206/+10
* Add support for void ctypeJohan Dahlin2008-04-181-1/+3
* - Add support for struct/parameter/return, start parsing of ctypesJohan Dahlin2008-04-181-6/+41
* Start constructing a real node tree.Johan Dahlin2008-04-181-35/+101
* Start to build abstract syntax node of scanned sources. Add support forJohan Dahlin2008-03-311-25/+112
* Add simple pre-processor using subprocess and a PIPE. Change theJohan Dahlin2008-03-271-10/+41
* Remove unused filesJohan Dahlin2008-03-262-1662/+0
* Fix a typo and add an example python test program.Johan Dahlin2008-03-251-0/+26
* Move the scanner to a separate library.Johan Dahlin2008-03-254-497/+17
* Split out the source scanner from the generator. Rename the symbols usedJohan Dahlin2008-03-237-600/+733
* Fix compiler warnings.Juerg Billeter2008-03-122-2/+2
* Start fixing memory management in g-idl-scanner.Juerg Billeter2008-03-123-61/+112
* Fix critical warning when no shlib passed to g-idl-compiler.Rob Taylor2008-03-121-1/+2
* Add missing trailing quote. Bad Philip!Johan Dahlin2008-03-111-1/+1
* Remove most global variablesJohan Dahlin2008-03-112-33/+38
* Remove unused importsJohan Dahlin2008-03-111-2/+0
* Added a few extra tests. Which resulted in finding a few bugs. WhichPhilip Van Hoof2008-03-112-3/+15
* Add some comments for strings into generated output for easier debugging.Rob Taylor2008-03-111-10/+11
* Write out the shlibs variable before writing out the strings length. FixesRob Taylor2008-03-111-0/+3
* Add support for parsing return arguments. Add support for caller-ownsJohan Dahlin2008-03-113-23/+71
* Remove parsing of the @deprecated syntax used in headers. We will supportJohan Dahlin2008-03-114-29/+4
* Coding style fixesJohan Dahlin2008-03-111-7/+7
* reviewed and extensively tested by JohanPhilip Van Hoof2008-03-107-35/+170
* Add an api to lex filenames. Lex all source .c files passed in on theJohan Dahlin2008-03-103-2/+28