| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "removing $(srcdir) because it is not replaced correctly and not neces... | Emmanuele Bassi | 2017-05-04 | 1 | -1/+1 |
* | removing $(srcdir) because it is not replaced correctly and not necessary | Karl-Philipp Richter | 2017-05-04 | 1 | -1/+1 |
* | tests/Makefile.am: Update Generation of everything.[c|h] | Chun-wei Fan | 2014-09-04 | 1 | -2/+7 |
* | build: Export Symbols Using Compiler Directives | Chun-wei Fan | 2014-08-15 | 1 | -1/+1 |
* | tests: Add a Header for Symbol Exporting | Chun-wei Fan | 2014-08-15 | 1 | -2/+4 |
* | tests: Update GI to use parallel test harness | Simon Feltman | 2014-01-04 | 1 | -2/+1 |
* | tests: Use EXTRA_LTLIBRARIES instead of check_LTLIBRARIES | Simon Feltman | 2013-12-29 | 1 | -2/+4 |
* | tests: Use Automake test harness for scanner diff tests | Simon Feltman | 2013-12-29 | 1 | -1/+3 |
* | fix "make distcheck" | Dieter Verfaillie | 2013-04-21 | 1 | -0/+2 |
* | tests: Use Regress GIR for doctool | Jasper St. Pierre | 2013-02-11 | 1 | -6/+0 |
* | tests: Update Makefile.am | Jasper St. Pierre | 2013-02-07 | 1 | -1/+1 |
* | tests: Fix make dist | Rico Tzschichholz | 2012-02-21 | 1 | -1/+1 |
* | build: Add --enable-doctool option | Colin Walters | 2012-02-21 | 1 | -1/+7 |
* | tests: build tests only on make check | Alexandre Rostovtsev | 2011-08-23 | 1 | -4/+2 |
* | Add a way to check for unintended effects of changes in g-ir-doctool | Tomeu Vizoso | 2011-08-11 | 1 | -1/+1 |
* | tests: Fix build by including correct headers with --c-include | Benjamin Otte | 2011-01-11 | 1 | -0/+1 |
* | build: Fix scanner/compiler to look in $(top_builddir) now | Colin Walters | 2010-11-11 | 1 | -2/+2 |
* | tests: Specify --libtool | Colin Walters | 2010-09-30 | 1 | -0/+2 |
* | [test] Add typelib/girs to CLEANFILES | Johan Dahlin | 2010-09-13 | 1 | -2/+7 |
* | [test] Use INTROSPECTION_SCANNER | Johan Dahlin | 2010-09-13 | 1 | -1/+1 |
* | Do not use install-data-local | Johan Dahlin | 2010-09-13 | 1 | -5/+8 |
* | build: Use $DESTDIR in install-data-local | Colin Walters | 2010-09-09 | 1 | -1/+1 |
* | [tests] Add test infrastructure for warnings | Johan Dahlin | 2010-09-02 | 1 | -1/+1 |
* | tests: A few fixes for building | Colin Walters | 2010-08-31 | 1 | -7/+6 |
* | tests: Readd gimarshallingtests.[ch] | Colin Walters | 2010-08-31 | 1 | -4/+26 |
* | Major rewrite | Colin Walters | 2010-08-31 | 1 | -1/+1 |
* | tests: Remove GIMarshallingTests, rename Everything to Regress | Colin Walters | 2010-08-31 | 1 | -0/+34 |
* | Remove tests/invoke | Colin Walters | 2010-08-17 | 1 | -1/+1 |
* | Move Everything into gir/, since it's a public library | Colin Walters | 2009-06-04 | 1 | -1/+1 |
* | Remove hand-written .gir files, move PEP-8 inquisition into top Makefile.am | Colin Walters | 2009-03-03 | 1 | -41/+0 |
* | Add srcdir, so distcheck passes | Johan Dahlin | 2009-02-27 | 1 | -2/+2 |
* | Reformat the output to fit shave | Johan Dahlin | 2009-02-20 | 1 | -3/+3 |
* | Bug 571248 - Ignore unknown elements in girparser | Colin Walters | 2009-02-11 | 1 | -2/+6 |
* | Add tests for field offset computations | Owen Taylor | 2008-11-11 | 1 | -1/+1 |
* | Remove whitespace | Johan Dahlin | 2008-10-31 | 1 | -3/+3 |
* | Run invoke & repository tests at last | Johan Dahlin | 2008-10-30 | 1 | -1/+1 |
* | move tests/types to tests/everything | Tommi Komulainen | 2008-10-29 | 1 | -1/+1 |
* | distcheck fixes | Tommi Komulainen | 2008-10-29 | 1 | -1/+1 |
* | fix tests to compare xml to xml instead of typelib to xml, and stop on | Tommi Komulainen | 2008-10-15 | 1 | -3/+5 |
* | Add tests/repository which has some repository regression tests | Colin Walters | 2008-10-12 | 1 | -1/+1 |
* | Bug 555946: Install a test module exercising all types, transfer rules, | Tommi Komulainen | 2008-10-11 | 1 | -1/+1 |
* | Put dependencies in typelibs, resolve them when loading | Colin Walters | 2008-08-30 | 1 | -6/+5 |
* | Make distcheck pass. | Johan Dahlin | 2008-08-28 | 1 | -3/+4 |
* | Default to --raw. Update. | Colin Walters | 2008-08-22 | 1 | -2/+2 |
* | Add g-ir-generate. Support $(DEBUG) Do immediate close tags if no | Colin Walters | 2008-08-22 | 1 | -2/+2 |
* | Convert two more tests, still not completely done though | Johan Dahlin | 2008-08-14 | 1 | -1/+1 |
* | Fix generator for constant/gobject/struct | Johan Dahlin | 2008-08-14 | 1 | -5/+7 |
* | Fix generation of enum/bitfields | Johan Dahlin | 2008-08-14 | 1 | -0/+1 |
* | Clear up constant parsing | Johan Dahlin | 2008-08-14 | 1 | -1/+2 |
* | Don't require c:type. Test boxed.gir Update, remove parts we don't support | Johan Dahlin | 2008-08-14 | 1 | -3/+9 |