summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2010-09-13Do not require .git to be presentJohan Dahlin1-4/+4
If .git is not present, do not require the pre-commit hook to be present either
2010-08-31Add pre-commit to EXTRA_DISTJohan Dahlin1-0/+1
2010-08-17Add a pre-commit hook and enforce itJohan Dahlin1-0/+4
2010-05-28[build] Remove gcov supportJohan Dahlin1-17/+0
It's been broken for some time, remove it instead of letting it bitrot.
2010-05-19[build] Require gtk-doc at distcheck timeJohan Dahlin1-0/+1
This should make sure that new tarballs contain the reference documentation. https://bugzilla.gnome.org/show_bug.cgi?id=618651
2009-12-14Install Makefile.introspection in the right dirJohan Dahlin1-2/+2
Also, make sure that it is included in the dist
2009-12-14Add a Makefile.introspectionJohan Dahlin1-0/+3
This will make it easier for third-party projects to use introspection by having easy make rules.
2009-08-24Bug 587279 - Add COPYING.GPL and COPYING.LGPLColin Walters1-0/+2
It's better to keep lawyers happy if we ship the actual license files rather than just mentioning them in COPYING.
2009-07-06Bug 583686 - Add gobject-introspection-no-export-1.0.pcColin Walters1-1/+1
Some projects may want to avoid the giant -Wl,--export-dynamic hammmer and instead use a custom regexp or export list, so provide a .pc file for them to use.
2009-06-22Create signed tags instead of lightweight onesJohan Dahlin1-1/+1
2009-05-28Fix pep8.py and its invocation.Chris Rivera1-1/+1
pep8.py:input_file() normally returns the number of errors found in a given file, but it returns an empty dict if the file is excluded. Change it to return 0 instead. config.py is auto-generated with a prefix that may be longer than 80 characters. Exclude config.py in the pep8.py check. This fixes 4042.
2009-03-03Remove hand-written .gir files, move PEP-8 inquisition into top Makefile.amColin Walters1-0/+6
We have more comprehensive testing in tests/scanner and tests/everything, and these tests were designed from a time when we were trying to make the g-ir-generate output exactly match the .gir, which has not been true for some time and will not be in the future.
2009-02-27Dist m4 filesJohan Dahlin1-0/+1
2009-02-18Fix SUBDIRS order, call gnome-autogen.sh with COMMON_DOC_BUILDColin Walters1-1/+1
The latter option seems to be what others are doing, so we do too.
2009-02-18Various gtk-doc fixes: only require 1.11, remove generated files, add docs ↵Colin Walters1-1/+1
to SUBDIRS The gtk-doc introductory commit introduced some generated files; remove those. We apparently only require 1.11, so downgrade to that. Finally, the docs directory was missing from the toplevel SUBDIRS.
2009-02-17Add a simple invokation exampleJohan Dahlin1-1/+1
2009-02-12Bug 571182 – introspection.m4 issuesJohan Dahlin1-1/+3
Adds the introspection.m4 file to gobject-introspection. This is meant to be used by third-party libraries.
2009-02-12Add gtk-doc supportJohan Dahlin1-0/+1
2009-02-11Push the tags to the remote host when doing the releaseJohan Dahlin1-1/+1
2009-02-11Update release-tag targetJohan Dahlin1-6/+4
2008-10-31Post release version bumpJohan Dahlin1-1/+1
2008-10-31 Johan Dahlin <jdahlin@async.com.br> * configure.ac: Post release version bump svn path=/trunk/; revision=856
2008-10-31add an upload-release target Release process documentationJohan Dahlin1-0/+3
2008-10-31 Johan Dahlin <jdahlin@async.com.br> * Makefile.am: add an upload-release target * docs/release-checklist.txt: Release process documentation svn path=/trunk/; revision=853
2008-10-24Add a CONTRIBUTORS file and dist it.Johan Dahlin1-0/+1
2008-10-24 Johan Dahlin <johan@gnome.org> * CONTRIBUTORS: * Makefile.am: Add a CONTRIBUTORS file and dist it. svn path=/trunk/; revision=802
2008-08-31Remove extra echo from the release-tag ruleJohan Dahlin1-1/+1
svn path=/trunk/; revision=561
2008-08-31Add a release-tag ruleJohan Dahlin1-0/+9
svn path=/trunk/; revision=560
2008-08-29Add man pages for the generator and compiler.Johan Dahlin1-1/+4
2008-08-29 Johan Dahlin <johan@gnome.org> * Makefile.am: * docs/g-ir-compiler.1: * docs/g-ir-generate.1: * docs/g-ir-scanner.1: Add man pages for the generator and compiler. svn path=/trunk/; revision=518
2008-08-28Make distcheck pass.Johan Dahlin1-1/+5
2008-08-28 Johan Dahlin <johan@gnome.org> * Makefile.am: * configure.ac: * gir/Makefile.am: * giscanner/Makefile.am: * tests/Makefile.am: * tests/scanner/Makefile.am: Make distcheck pass. svn path=/trunk/; revision=507
2008-08-17Move .gir files to -good.gir, tweak build order.Colin Walters1-1/+1
* gir/glib-2.0.gir, gir/gobject-2.0.gir: Rename to -good, always generate during build. * gir/Makefile.am: Ensure .gir files dep on all scanner sources. * Makefile.am: Switch build order to ensure the scanner is ready before we do gir/. * tools/g-ir-scanner: Look for .git too. svn path=/trunk/; revision=390
2008-08-09Clean up gcov integration a bitJohan Dahlin1-33/+16
svn path=/trunk/; revision=342
2008-05-31Rename pkg-config name to gobject-introspection-1.0, Do not installedJohan Dahlin1-1/+1
2008-05-31 Johan Dahlin <jdahlin@async.com.br> * Makefile.am: * configure.ac: * girepository/Makefile.am: * giscanner/transformer.py: * gobject-introspection-1.0.pc.in: * gobject-introspection.pc.in: * tools/Makefile.am: Rename pkg-config name to gobject-introspection-1.0, Do not installed anything which is not using the gir format. Disable compililation the old C scanner, but still keep the source until all the remaning functionallity has been ported. svn path=/trunk/; revision=277
2008-04-29Add a basic, unfinshed man page for g-ir-scanner, move documents into .txtJohan Dahlin1-0/+1
2008-04-29 Johan Dahlin <jdahlin@async.com.br> * Makefile.am: * docs/g-ir-scanner.1: * metadata-annotations-proposal.txt: * metadata-format.txt: Add a basic, unfinshed man page for g-ir-scanner, move documents into .txt svn path=/trunk/; revision=259
2008-04-28Replace the GObject gidl with a GObject gir.Johan Dahlin1-1/+1
2008-04-27 Johan Dahlin <johan@gnome.org> * Makefile.am: * configure.ac: * gidl/Makefile.am: * gidl/gobject-2.0.gidl: * gir/Makefile.am: * gir/gobject-2.0.gir: * tests/parser/Makefile.am: Replace the GObject gidl with a GObject gir. svn path=/trunk/; revision=241
2008-03-25Move the scanner to a separate library.Johan Dahlin1-1/+1
2008-03-25 Johan Dahlin <johan@gnome.org> * Makefile.am: * configure.ac: * giscanner/Makefile.am: * giscanner/sourcescanner.c: * giscanner/sourcescanner.h: * tools/Makefile.am: * tools/grealpath.h: * tools/sourcescanner.c: * tools/sourcescanner.h: Move the scanner to a separate library. svn path=/trunk/; revision=164
2008-02-10Make 'make distcheck' work again.Johan Dahlin1-5/+6
2008-02-10 Johan Dahlin <johan@gnome.org> * Makefile.am: * configure.ac: * girepository/Makefile.am: Make 'make distcheck' work again. svn path=/trunk/; revision=110
2008-02-08Added:Rob Taylor1-1/+39
2008-02-08 Rob Taylor <rob.taylor@codethink.co.uk> * Makefile.am: * configure.ac: * gcov.mak: Added: * girepository/Makefile.am: * m4/Makefile.am: Added: * m4/as-compiler-flag.m4: Added: * m4/gcov.m4: Added: * tools/Makefile.am: Add ability to generate a coverage report. Adds configure option --enable-gcov and make rule 'check-coverage'. svn path=/trunk/; revision=105
2008-02-08Added: Added: Renamed to tools/Makefile.am: Renamed to tools/compiler.c:Rob Taylor1-1/+1
2008-02-08 Rob Taylor <rob.taylor@codethink.co.uk> * Makefile.am: * configure.ac: * gidl/Makefile.am: Added: * girepository/Makefile.am: Added: * src/Makefile.am: Renamed to tools/Makefile.am: * src/compiler.c: Renamed to tools/compiler.c: * src/g-idl-offsets.pl: Renamed to tools/g-idl-offsets.pl: * src/generate.c: Renamed to tools/generate.c: * src/gidlmodule.c: Renamed to tools/gidlmodule.c: * src/gidlmodule.h: Renamed to tools/gidlmodule.h: * src/gidlnode.c: Renamed to tools/gidlnode.c: * src/gidlnode.h: Renamed to tools/gidlnode.h: * src/gidlparser.c: Renamed to tools/gidlparser.c: * src/gidlparser.h: Renamed to tools/gidlparser.h: * src/gidlwriter.c: Renamed to tools/gidlwriter.c: * src/gidlwriter.h: Renamed to tools/gidlwriter.h: * src/ginfo.c: Renamed to girepository/ginfo.c: * src/ginvoke.c: Renamed to girepository/ginvoke.c: * src/girepository.c: Renamed to girepository/girepository.c: * src/girepository.h: Renamed to girepository/girepository.h: * src/gmetadata.c: Renamed to girepository/gmetadata.c: * src/gmetadata.h: Renamed to girepository/gmetadata.h: * src/scanner.c: Renamed to tools/scanner.c: * src/scanner.h: Renamed to tools/scanner.h: * src/scannerlexer.l: Renamed to tools/scannerlexer.l: * src/scannerparser.y: Renamed to tools/scannerparser.y: * tests/invoke/Makefile.am: Split src/ into girepository/ and tools/ * Makefile.am: * configure.ac: * girepository/Makefile.am: * tests/Makefile.am: * tests/invoke/Makefile.am: * tests/parser/Makefile.am: * tests/roundtrips.sh: * tools/Makefile.am: Make distcheck work. svn path=/trunk/; revision=104
2005-07-25Commit an autoconf-conversion patch by Gustavo Carneiro (#308708)Matthias Clasen1-0/+7
2005-07-25 Matthias Clasen <mclasen@redhat.com> * Commit an autoconf-conversion patch by Gustavo Carneiro (#308708)