Windows port: set CAIRO_LIBS in LIBADD, not LDFLAGS
[platform/upstream/gobject-introspection.git] / tests / scanner / Makefile.am
2011-09-07 Dieter VerfaillieWindows port: set CAIRO_LIBS in LIBADD, not LDFLAGS
2011-08-23 Alexandre Rostovtsevtests: build tests only on make check
2011-07-27 Colin WaltersDon't copy python files in scanner tests
2011-01-11 Benjamin Ottetests: Fix build by including correct headers with...
2010-11-09 Colin WaltersSwitch to nonrecursive make for core (i.e. not tests/)
2010-09-14 Colin Walterstests: Don't build regress if we don't HAVE_CAIRO
2010-09-13 Johan DahlinDo not use install-data-local
2010-09-10 Colin Waltersbuild: Also use $DESTDIR for regress.[ch]
2010-09-06 Funda Wang[tests] Link libfoo against girepository
2010-09-03 Colin Waltersscanner: Readd --warn-error to tests, fix test case
2010-09-02 Johan Dahlin[scanner] Allow nameless parameters for vfuncs
2010-09-01 Colin Waltersscanner: Add --accept-unprefixed
2010-08-31 Colin WaltersMajor rewrite
2010-08-31 Colin Walterstests: Fix namespacing for BarApp (should be just Bar)
2010-08-31 Colin Walterstests: Remove GIMarshallingTests, rename Everything...
2010-07-09 Colin WaltersDon't include machine-dependent integral types in the...
2010-06-22 Danielle MadeleyMerge branch 'gvalue-tests'
2010-06-17 Colin WaltersSupport introspectable=no attribute, add warnings framework
2010-06-17 Johan DahlinRevert "Support introspectable=no attribute, add warnin...
2010-06-17 Colin WaltersSupport introspectable=no attribute, add warnings framework
2009-12-31 Johan DahlinUse AM_V_GEN more a more quiet build
2009-12-14 Johan DahlinAdd a Makefile.introspection
2009-12-02 Johan DahlinBetter scope in GAsyncReadyCallback/GDestroyNotify
2009-08-24 Colin WaltersLD_LIBRARY_PATH exorcism
2009-08-20 Colin WaltersMerge branch 'typelib-dlopen'
2009-08-20 Owen W. TaylorRemove some $(builddir) that crept back in
2009-08-17 Colin WaltersAlso remove LD_LIBRARY_PATH bit from before AM_V_GEN...
2009-08-17 Owen W. TaylorSupport passing --library=lib<foo>.la
2009-08-17 Owen W. TaylorResolve library names to shared libraries ourselves
2009-08-17 Colin WaltersExcise shave in favor of automake 1.11 silent rules
2009-08-13 Owen W. TaylorPrepend to $LD_LIBRARY_PATH not append
2009-02-21 Johan DahlinReformat the output to fit shave
2009-02-21 Johan DahlinUse shave to reduce compiling output
2009-02-20 Colin WaltersBug 572423 - Support --c-include argument for specifyin...
2009-02-17 Colin WaltersMerge branch 'master' of ssh://walters@git.gnome.org...
2009-02-17 Johan DahlinMerge commit 'origin'
2009-02-17 Colin WaltersMerge branch 'master' of ssh://walters@git.gnome.org...
2009-02-17 Johan DahlinAdd missing tab
2009-02-17 Johan DahlinSet LD_LIBRARY_PATH for girepository-1.0
2009-02-06 Colin WaltersMake .tgir diffs fail the check
2009-01-22 Johan DahlinFix distcheck
2009-01-22 Johan DahlinBug 562622 – Errordomains missing
2009-01-15 Johan DahlinBug 567813 – Everything should be versioned
2009-01-14 Johan DahlinRemove drawable-injected
2008-12-11 Colin WaltersDon't install barapp.
2008-11-26 Colin WaltersAdd --libtool option which we expect Automake-using...
2008-11-26 Colin WaltersRemove hand-rolled generation of .tgir
2008-11-18 Tommi Komulainenfix builddir != srcdir
2008-11-13 Colin WaltersBug 558436 - avoid having scanner load app code
2008-10-30 Johan DahlinBug 558383 – builddir != srcdir build fails if giscanne...
2008-10-29 Tommi Komulainenfix distcheck
2008-10-29 Tommi Komulainendistcheck fixes
2008-10-22 Tommi KomulainenBug 557377 – Add test to ensure annotations survive...
2008-10-18 Colin WaltersAdd GtkFrob test that mirrors GtkSource
2008-10-17 Johan BilienBug 556610 – giscanner/girparser.py drops parameter...
2008-10-16 Colin WaltersInclude gir dir when running g-ir-generate so we work...
2008-10-16 Colin WaltersDon't use --typelib-xml, use g-ir-generate
2008-10-16 Colin WaltersMerge branch 'bug556331-includecleanup'
2008-10-12 Colin WaltersBug 552858: versioning
2008-09-14 Tor LillqvistUse $(EXEEXT).
2008-09-01 Johan DahlinSet PYTHONPATH so the scanner can run even if you didn...
2008-08-31 Colin WaltersLook for libtool library in current directory
2008-08-28 Colin WaltersFix --includedir handling
2008-08-28 Tor LillqvistUse binary mode for output file on Windows.
2008-08-28 Johan DahlinMake distcheck pass.
2008-08-23 Colin WaltersAdd deps on Makefile
2008-08-23 Johan DahlinAvoid in utility.gir, as it doesn't work
2008-08-23 Colin WaltersIgnore <include>. Parse them. Generate them. Process...
2008-08-23 Johan DahlinAvoid duplication in the Makefile, regenerate with...
2008-08-22 Colin WaltersDefault to --raw. Update.
2008-08-22 Colin WaltersPass through recursive types. Avoid overwriting errors...
2008-08-20 Colin WaltersRename .gir files using GI namespace. Use XDG_DATA_DIRS...
2008-08-20 Johan DahlinRe-wrap
2008-08-20 Johan DahlinRe-run against new glib/gobject girs
2008-08-20 Johan DahlinSplit out annotation tests out of foo
2008-08-20 Johan DahlinFoo->foo, foo-object.h -> foo.h
2008-08-20 Johan DahlinMove the drawable parts out of Foo to its own test.
2008-08-18 Johan DahlinSet ctype of enums Improve enum parsing for enums witho...
2008-08-16 Johan DahlinRegenerate
2008-08-12 Colin WaltersDep .gir files on scanner sources too. Also remove...
2008-08-09 Johan DahlinRename tests/parser to test/scanner