summaryrefslogtreecommitdiff
path: root/giscanner/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2010-09-08scanner: Kill glibastColin Walters1-1/+0
2010-09-06Revert "Fix non-source-dir build failure"Johan Dahlin1-9/+0
2010-09-06Fix non-source-dir build failureTheppitak Karoonboonyanan1-0/+9
2010-09-02[scanner] add a message moduleJohan Dahlin1-0/+1
2010-09-01[scanner] Remove support for xpath assertionsJohan Dahlin1-1/+0
2010-08-31makefile: Fix name of maintransformerColin Walters1-1/+1
2010-08-31Major rewriteColin Walters1-1/+5
2010-05-28[build] Remove gcov supportJohan Dahlin1-4/+0
2009-08-17Resolve library names to shared libraries ourselvesOwen W. Taylor1-0/+1
2009-03-16Bug 574501 - Install giscanner Python module to private directoryColin Walters1-1/+2
2009-01-12Bug 563794 - Redo annotation parsing & applyingJohan Dahlin1-0/+1
2008-11-13Bug 558436 - avoid having scanner load app codeColin Walters1-1/+1
2008-10-31List in-tree libraries first in LDADD / LIBADDTommi Komulainen1-1/+1
2008-10-30Remove arguments from the constructor, move them to separate accessors.Johan Dahlin1-0/+1
2008-10-21Bug 556358 - don't use libtool internalsJohan Dahlin1-7/+1
2008-09-12Add --xpath-assertions option to g-ir-scannerColin Walters1-0/+1
2008-08-29Remove gidl support.Johan Dahlin1-7/+0
2008-08-28Make distcheck pass.Johan Dahlin1-0/+5
2008-08-27Only send in -no-undefined on Win32 as it breaks on MacOS X.Johan Dahlin1-2/+2
2008-08-27Make g-ir-scanner work on Windows. Still problems with the typelib code.Tor Lillqvist1-1/+22
2008-08-26Avoid undeffing __GNUC__, instead define __attribute__ & friends. RemoveJohan Dahlin1-14/+0
2008-08-22Install config.py, better error handling if we forget --rawColin Walters1-0/+1
2008-08-22Remove G_GNUC_EXTENSION tooJohan Dahlin1-0/+1
2008-08-22undef instead of define xxx 0Johan Dahlin1-2/+2
2008-08-22Use the generated glibconfig.h for all scanner invokations. Rename it toJohan Dahlin1-2/+22
2008-06-03Improve enum member parsing and introspectionJohan Dahlin1-0/+1
2008-04-28First steps towards passing distcheckJohan Dahlin1-1/+1
2008-04-28Switch over to GIR as the default format. Add a simple GIDL parser. UpdateJohan Dahlin1-0/+1
2008-04-26Split out nodes to ast.py and glibast.pyJohan Dahlin1-0/+2
2008-04-26Rename treebuilder to transformer and gobjectreebuilder toJohan Dahlin1-2/+2
2008-04-26Add LGPLv2 license header and install all python filesJohan Dahlin1-2/+13
2008-03-25Add initial python bindings for the scanner and depend on python 2.5.Johan Dahlin1-0/+21
2008-03-25Move the scanner to a separate library.Johan Dahlin1-0/+25