Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release 1.55.21.55.2 | Rico Tzschichholz | 2018-02-22 | 1 | -2/+2 |
| | |||||
* | adding subdir-objects to AM_INIT_AUTOMAKE in order to avoid warning during ↵ | Karl-Philipp Richter | 2018-02-08 | 1 | -1/+1 |
| | | | | | | autoreconf See #120. | ||||
* | configure: Don't declare functions in AC_TRY_COMPILE and AC_LANG_PROGRAM | Ting-Wei Lan | 2018-01-20 | 1 | -2/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=792714 | ||||
* | Release 1.55.11.55.1 | Rico Tzschichholz | 2018-01-08 | 1 | -2/+2 |
| | |||||
* | Bump version to 1.55.0 | Rico Tzschichholz | 2017-10-05 | 1 | -3/+3 |
| | |||||
* | Release 1.54.11.54.1 | Rico Tzschichholz | 2017-10-02 | 1 | -1/+1 |
| | |||||
* | Release 1.54.01.54.0 | Rico Tzschichholz | 2017-09-11 | 1 | -3/+4 |
| | |||||
* | Release 1.53.71.53.7 | Rico Tzschichholz | 2017-09-05 | 1 | -2/+2 |
| | |||||
* | Release 1.53.51.53.5 | Rico Tzschichholz | 2017-08-08 | 1 | -2/+2 |
| | |||||
* | Release 1.53.41.53.4 | Rico Tzschichholz | 2017-07-21 | 1 | -2/+2 |
| | |||||
* | Release 1.53.31.53.3 | Rico Tzschichholz | 2017-06-20 | 1 | -2/+2 |
| | |||||
* | Release 1.53.21.53.2 | Rico Tzschichholz | 2017-05-23 | 1 | -2/+2 |
| | |||||
* | Release 1.53.11.53.1 | Rico Tzschichholz | 2017-04-25 | 1 | -2/+2 |
| | |||||
* | Bump version to 1.53.0 | Rico Tzschichholz | 2017-04-10 | 1 | -3/+3 |
| | |||||
* | Release 1.52.11.52.1 | Rico Tzschichholz | 2017-04-10 | 1 | -2/+2 |
| | |||||
* | Release 1.52.01.52.0 | Rico Tzschichholz | 2017-03-20 | 1 | -3/+3 |
| | |||||
* | Release 1.51.51.51.5 | Rico Tzschichholz | 2017-03-14 | 1 | -2/+2 |
| | |||||
* | Visual Studio builds: Support Visual Studio 2017 | Chun-wei Fan | 2017-02-15 | 1 | -1/+8 |
| | | | | | | | | | | | | | ... in the projects for now, the NMake Makefiles for the introspection files (.gir/.typelib) need to be updated as well, but that needs to be done a bit later. This is done by updating the autotools scripts, so that the Visual Studio 2010 projects are copied and the items are updated as necessary. Note that since the format of the platform toolset changed for Visual Studio 2017, a custom platform toolset string is allowed and used if specified, otherwise the platform toolset string is generated as it was before. | ||||
* | Release 1.51.31.51.3 | Rico Tzschichholz | 2017-02-13 | 1 | -2/+2 |
| | |||||
* | Release 1.51.21.51.2 | Rico Tzschichholz | 2017-01-17 | 1 | -2/+2 |
| | |||||
* | Visual Studio builds: Move build files to win32/ | Chun-wei Fan | 2017-01-09 | 1 | -9/+8 |
| | | | | | | As suggested, we don't really need two layers of directories to get to the projects, so move the project files to be under win32/ rather than build/win32/. | ||||
* | Release 1.51.11.51.1 | Florian Müllner | 2016-10-31 | 1 | -3/+3 |
| | |||||
* | Release 1.50.01.50.0 | Florian Müllner | 2016-09-20 | 1 | -3/+3 |
| | |||||
* | Release 1.49.21.49.2 | Florian Müllner | 2016-09-13 | 1 | -2/+2 |
| | |||||
* | Release 1.49.11.49.1 | Florian Müllner | 2016-08-03 | 1 | -3/+3 |
| | |||||
* | Release 1.48.01.48.0 | Rico Tzschichholz | 2016-03-22 | 1 | -3/+3 |
| | |||||
* | MSVC builds: Have the package version available in the projects | Chun-wei Fan | 2016-03-18 | 1 | -0/+2 |
| | | | | This is used for generating the pkg-config file for this package. | ||||
* | Release 1.47.921.47.92 | Rico Tzschichholz | 2016-03-14 | 1 | -2/+2 |
| | |||||
* | Revert "libgirepository: Refuse to run in setuid applications" | Colin Walters | 2015-12-09 | 1 | -1/+1 |
| | | | | | | | | | | | | This reverts commit 98bb6c91b710a95efe4cfeb303daeec3381b9c98. It breaks programs simply executed *transitively* from a setuid binary like the dbus daemon launch helper. https://bugzilla.redhat.com/show_bug.cgi?id=1285991 Conflicts: girepository/girepository.c | ||||
* | Release 1.47.1 | Colin Walters | 2015-11-03 | 1 | -2/+2 |
| | |||||
* | configure.ac: Add --with-python configure flag | Simon Feltman | 2015-09-29 | 1 | -0/+13 |
| | | | | | | | Add --with-python flag which overrides the $PYTHON environment variable when used. https://bugzilla.gnome.org/show_bug.cgi?id=679438 | ||||
* | MSVC Builds: "Add" Visual Studio 2015 Projects | Chun-wei Fan | 2015-09-25 | 1 | -1/+2 |
| | | | | | | | | Update the common autotools module that was used to create the Visual Studio 2012/2013 projects so that we can create the 2015 projects as well. The 2015 projects, like the 2012 and 2013 ones are largely similar to the 2010 ones in format, so we just need to copy the 2010 projects and replace the items in there as needed. | ||||
* | libgirepository: Refuse to run in setuid applications | Colin Walters | 2015-09-24 | 1 | -1/+1 |
| | | | | | | | | We know of at least one privilege escalation path via `GI_TYPELIB_PATH`. I don't want to audit for others. If someone shows up with a use case we can talk. https://bugzilla.gnome.org/show_bug.cgi?id=755472 | ||||
* | Release GObject-Introspection 1.46.01.46.0gnome-3-18 | Emmanuele Bassi | 2015-09-22 | 1 | -2/+2 |
| | |||||
* | Release GObject Introspection 1.45.41.45.4 | Emmanuele Bassi | 2015-08-21 | 1 | -1/+1 |
| | |||||
* | Release 2.45.31.45.3 | Florian Müllner | 2015-07-03 | 1 | -2/+2 |
| | |||||
* | docmain: port to using argparse. | Mathieu Duponchelle | 2015-06-17 | 1 | -1/+1 |
| | | | | optparse is deprecated. | ||||
* | Release 1.45.2GOBJECT_INTROSPECTION_1_45_2 | Rico Tzschichholz | 2015-05-26 | 1 | -3/+3 |
| | |||||
* | Release 1.44.0GOBJECT_INTROSPECTION_1_44_0 | Rico Tzschichholz | 2015-03-24 | 1 | -3/+3 |
| | |||||
* | Release 1.43.92GOBJECT_INTROSPECTION_1_43_92 | Rico Tzschichholz | 2015-03-17 | 1 | -2/+2 |
| | |||||
* | Update bugzilla product/component | Dieter Verfaillie | 2015-03-04 | 1 | -1/+1 |
| | | | | | | | | | g-i bug reports have been moved from: http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=introspection to: http://bugzilla.gnome.org/enter_bug.cgi?product=gobject-introspection https://bugzilla.gnome.org/show_bug.cgi?id=745498 | ||||
* | Release 1.43.91GOBJECT_INTROSPECTION_1_43_91 | Rico Tzschichholz | 2015-03-03 | 1 | -2/+2 |
| | |||||
* | configure: correct --enable-doctool documentation | Dieter Verfaillie | 2015-03-02 | 1 | -2/+2 |
| | | | | | | The executable is named 'g-ir-doc-tool', not 'g-ir-doctool'. https://bugzilla.gnome.org/show_bug.cgi?id=670985 | ||||
* | Revert "adding subdir-objects to AM_INIT_AUTOMAKE in order to avoid warning ↵ | Colin Walters | 2015-02-13 | 1 | -1/+1 |
| | | | | | | during autoreconf" This reverts commit 9ad7b47d8cb17873bfe38bebd866c38fbffdc034. | ||||
* | adding subdir-objects to AM_INIT_AUTOMAKE in order to avoid warning during ↵ | Karl-Philipp Richter | 2015-02-13 | 1 | -1/+1 |
| | | | | autoreconf | ||||
* | Release 1.43.3GOBJECT_INTROSPECTION_1_43_3 | Rico Tzschichholz | 2015-01-20 | 1 | -2/+2 |
| | |||||
* | Release 1.42.01.42.0 | Matthias Clasen | 2014-09-23 | 1 | -2/+2 |
| | |||||
* | Post-release version bump to 1.41.92 | Giovanni Campagna | 2014-09-02 | 1 | -1/+1 |
| | |||||
* | Release 1.41.91GOBJECT_INTROSPECTION_1_41_91 | Giovanni Campagna | 2014-09-01 | 1 | -1/+1 |
| | |||||
* | build: Export Symbols Using Compiler Directives | Chun-wei Fan | 2014-08-15 | 1 | -0/+33 |
| | | | | | | | | | | | Use compiler directives for exporting symbols for the build of libgirepository and also for the test libraries, like what is now done in GLib and GTK+ so that maintaining a separate .symbols (and .def files) would not be needed, in which the correct compiler directive is determined during configure time. Drop all the .def files and the .symbols file as we would not be using them anymore. https://bugzilla.gnome.org/show_bug.cgi?id=732669 |