summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Release 2.27.1ATK_2_17_1Alejandro Piñeiro2017-10-201-2/+2
|
* Release 2.26.0ATK_2_26_0Alejandro Piñeiro2017-09-111-2/+2
|
* Release 2.25.90ATK_2_25_90Alejandro Piñeiro2017-08-091-1/+1
|
* Release 2.25.2ATK_2_25_2Alejandro Piñeiro2017-05-251-2/+2
|
* build: Simplify GObject dependency discoveryEmmanuele Bassi2017-05-221-21/+8
| | | | | | | | | We don't need this much ad hoc complexity in the build system to find gobject-2.0 and its tools. GObject depends on GLib; GThread does not exist any more, as has been subsumed into GLib; the AM_PATH_GLIB_2_0 m4 macro is deprecated in favour of just using PKG_CHECK_MODULES.
* build: Modernise the API referenceEmmanuele Bassi2017-05-221-2/+1
| | | | | | | | Let's use modern, idiomatic gtk-doc to generate the API reference: - use XInclude - stop using SGML mode with XML files - drop version.xml and use the gtk-doc package entities
* build: Remove local introspection.m4Emmanuele Bassi2017-05-221-1/+1
| | | | | | | | Always use the system one, since: - we require gobject-introspection at build time - the local copy always goes out of sync - the system copy is actually maintained
* Remove ChangeLogEmmanuele Bassi2017-05-221-2/+2
| | | | | The commit log is in Git — and so is the ChangeLog file. There's no need to leave the file around.
* Remove unused script for bundling ATK on WindowsEmmanuele Bassi2017-05-221-1/+0
| | | | Almost 10 years old, and completely out of date.
* Remove uninstalled pkg-config fileEmmanuele Bassi2017-05-221-1/+0
| | | | | | | | | No library ships these files, and they have always been questionable to begin with. When building from a separate prefix, using PKG_CONFIG_PATH to modify the pkg-config search path is a better option that just pointing to the source directory of the dependencies.
* Remove atk.spec.inEmmanuele Bassi2017-05-221-1/+0
| | | | | It's 12 years old, and hopelessly out of date. All operating systems using RPM have a package for ATK anyway.
* Release 2.24.0ATK_2_24_0Alejandro Piñeiro2017-03-171-2/+2
|
* Visual Studio builds: Support Visual Studio 2017Chun-wei Fan2017-02-151-0/+5
| | | | | | | | | | | | | Update the autotools scripts so that we can copy the Visual Studio 2010 project files and update them to obtain the Visual Studio 2017 projects. As the format of the toolset version is different, allow a version number string for the toolset version and use it if specified, otherwise just create the toolset version string as we did before. Note that Visual Studio 2015 and 2017 aims to be compatible in terms of CRT usage, so it should be possible to use 2015-built binaries with 2017-built binaries.
* Release 2.23.4Alejandro Piñeiro2017-01-161-2/+2
|
* Visual Studio projects: Move to win32/Chun-wei Fan2017-01-101-9/+8
| | | | | It was suggested that the project be moved to win32/, so that one will need to go one less layer down into the tree to reach the project files.
* Release 2.22.0ATK_2_22Alejandro Piñeiro2016-09-191-2/+2
|
* Release 2.21.90ATK_2_21_90Alejandro Piñeiro2016-08-121-2/+2
|
* Visual Studio builds: Include version info in property sheetsChun-wei Fan2016-04-201-0/+2
| | | | This is needed so that we can generate the .pc file from the .pc.in file.
* Release 2.20.0ATK_2_20_0Alejandro Piñeiro2016-03-211-2/+2
|
* Release 2.19.92ATK_2_19_92Alejandro Piñeiro2016-03-151-1/+1
|
* Release 2.19.90ATK_2_19_90Alejandro Piñeiro2016-02-151-2/+2
|
* Use upstream gettext intead glib-gettextJavier Jardón2016-01-101-3/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=760323
* Release 2.18.0ATK_2_18_0Alejandro Piñeiro2015-09-211-2/+2
|
* configure.ac: Remove Check For PythonChun-wei Fan2015-09-171-14/+0
| | | | | | | | Since we are now using the common autotools module for generating the complete Visual Studio ATK projects, we don't need to check for Python anymore during configure, so we can just drop the Python part. https://bugzilla.gnome.org/show_bug.cgi?id=755114
* MSVC Builds: "Add" Visual Studio 2015 ProjectsChun-wei Fan2015-09-091-0/+1
| | | | | | This "adds" Visaul Studio 2015 projects by doing what we did before: copying the Visual Studio 2010 projects and replacing items in there as necessary.
* Release 2.17.90ATK_2_17_90Alejandro Piñeiro2015-08-171-2/+2
|
* Release 3.16.0ATK_2_16_0Alejandro Piñeiro2015-03-231-2/+2
|
* Release 2.15.91ATK_2_15_91Alejandro Piñeiro2015-03-021-1/+1
|
* configure.ac: Stop using deprecated GNOME-specific autoconf macrosJavier Jardón2015-02-181-2/+0
| | | | | | This will eventually be replaced by AX_COMPILER_FLAGS https://bugzilla.gnome.org/show_bug.cgi?id=744413
* Release 2.15.4ATK_2_15_4Alejandro Piñeiro2015-01-201-1/+1
|
* Release 2.15.3ATK_2_15_3Alejandro Piñeiro2014-12-151-1/+1
|
* Release 2.15.2ATK_2_15_2Alejandro Piñeiro2014-11-241-1/+1
|
* Release 2.15.1ATK_2_15_1Alejandro Piñeiro2014-10-281-2/+2
|
* Release 2.14.0ATK_2_14_0Alejandro Piñeiro2014-09-221-2/+2
|
* Release 2.13.90ATK_2_13_90Alejandro Piñeiro2014-08-191-1/+1
|
* Release 2.13.3ATK_2_13_3Alejandro Piñeiro2014-07-151-1/+1
|
* Release 2.13.2ATK_2_13_2Alejandro Piñeiro2014-07-151-1/+1
|
* Build: Add Build Support for Visual Studio 2013Chun-wei Fan2014-07-011-0/+1
| | | | | | | | | Like the Visual Studio 2012 projects, the Visual Studio 2013 project files are only slightly different from the Visual Studio 2010 files, in more or less the same manner. We can thus easily provide out-of-box support for building under Visual Studio 2013 by expanding on the scripts used to provide support for the Visual Studio 2012 projects, without adding much maintainance overhead.
* Release 2.13.1ATK_2_13_1Alejandro Piñeiro2014-04-291-2/+2
|
* MSVC Build: Add Simple Support for Visual Studio 2012Chun-wei Fan2014-04-251-0/+1
| | | | | | | | | | As the format of the Visual Studio 2012 project files are not much different as compared to the 2010 ones, we can use some simple autotools scripts to copy the Visual Studio 2010 project file items, and replacing Visual-Studio-version-specific strings as necessary, so we provide support for it quite easily without much maintenance overhead. https://bugzilla.gnome.org/show_bug.cgi?id=691991
* Use Visiblity-based Symbol ExportingChun-wei Fan2014-04-251-0/+30
| | | | | | | | | Update the autotools files to determine the compiler directive used to mark a symbol for export, and use the appropriate CFLAGS as necessary. Also make MinGW builds not to generate atk.def and attempt to generate and install a Visual Studio .lib file from there. https://bugzilla.gnome.org/show_bug.cgi?id=728031
* Release 2.12.0ATK_2_12_0Alejandro Piñeiro2014-03-241-2/+2
|
* Release 2.11.92ATK_2_11_92Alejandro Piñeiro2014-03-171-1/+1
|
* Release 2.11.90ATK_2_11_90Alejandro Piñeiro2014-02-181-1/+1
|
* Release 2.11.6ATK_2_11_6Alejandro Piñeiro2014-02-041-1/+1
|
* Release 2.11.5ATK_2_11_5Alejandro Piñeiro2014-01-141-1/+1
|
* Release 2.11.4ATK_2_11_4Alejandro Piñeiro2013-12-171-1/+1
|
* build: Use Python to Generate the MSVC ProjectsChun-wei Fan2013-12-161-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | This would move the generation of the ATK Visual C++ 2008/2010 project to Python 2/3 scripts from autotools scripts. This would have the following advantages: -Reduce congestion in the autotools files, most notably atk/Makefile.am, and make everything that concerns the completion of MSVC project files fo under build/ -Easier to maintain and test, as a standard installation of Python (even on Windows) is enough to generate the Project files, and this can still be easily called during 'make dist'. -Also paves the first steps for people wanting to build ATK from a GIT checkout, as this will help simplify the process There is now a dependency on Python 2/3 for people that are wishing to do 'make dist', as naturally the scripts to do the Visual C++ project generation is done with Python, but since one is likely going to generate the .gir files for ATK when doing 'make dist'/'make distcheck', this is satisfied as the scripts used to generate the .gir files are Python 2.6+ scripts as well. https://bugzilla.gnome.org/show_bug.cgi?id=690145
* Release 2.11.3ATK_2_11_3Alejandro Piñeiro2013-11-281-1/+1
|
* Release 2.11.2ATK_2_11_2Alejandro Piñeiro2013-11-181-1/+1
|