summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Release 2.9.4ATK_2_9_4Alejandro Piñeiro2013-08-191-1/+1
|
* Release 2.9.3ATK_2_9_3Alejandro Piñeiro2013-06-171-1/+1
|
* Release 2.9.2ATK_2_9_2Alejandro Piñeiro2013-05-281-2/+2
|
* Release 2.8.0ATK_2_8_0Alejandro Piñeiro2013-03-261-2/+2
|
* Release 2.7.91ATK_2_7_91Alejandro Piñeiro2013-02-191-1/+1
|
* Release 2.7.90ATK_2_7_90Alejandro Piñeiro2013-02-181-1/+1
|
* Release 2.7.5ATK_2_7_5Alejandro Piñeiro2013-02-041-1/+1
|
* build: Use GNOME_COMPILE_WARNINGSColin Walters2013-01-311-0/+2
| | | | So we reuse the standard -Werror set of minimal code quality warnings.
* Release 2.7.4ATK_2_7_4Alejandro Piñeiro2013-01-151-1/+1
|
* ATK lacks any kind of version utilitiesAlejandro Piñeiro2012-12-281-0/+1
| | | | | | Added some versioning methods heavily based on gtk ones https://bugzilla.gnome.org/show_bug.cgi?id=690379
* Release 2.7.3ATK_2_7_3Alejandro Piñeiro2012-12-171-1/+1
|
* Release 2.7.2ATK_2_7_2Alejandro Piñeiro2012-11-201-2/+2
|
* Release 2.6.0ATK_2_6_0Alejandro Piñeiro2012-09-241-2/+2
|
* Release 2.5.91ATK_2_5_91Alejandro Piñeiro2012-09-031-1/+1
|
* Release 2.5.4ATK_2_5_4Alejandro Piñeiro2012-07-171-1/+1
|
* Release 2.5.3ATK_2_5_3Alejandro Piñeiro2012-06-261-2/+2
|
* Release 2.4.0ATK_2_4_0Alejandro Piñeiro2012-03-261-2/+2
|
* Release 2.3.95ATK_2_3_95Alejandro Piñeiro2012-03-201-1/+1
|
* Bump glib dep to 2.31.2Alejandro Piñeiro2012-03-161-1/+1
| | | | Needed for G_DEPRECATED_FOR
* Release 2.3.93ATK_2_3_93Alejandro Piñeiro2012-03-071-1/+1
|
* Release 2.3.91ATK_2_3_91Alejandro Piñeiro2012-03-061-1/+1
|
* Release 2.3.3ATK_2_3_3Alejandro Piñeiro2011-12-191-2/+2
|
* Release 2.2.0ATK_2_2_0Alejandro Piñeiro2011-09-271-2/+2
|
* Release 2.1.92ATK_2_1_92Alejandro Piñeiro2011-09-201-1/+1
|
* Release atk 2.1.5ATK_2_1_5Alejandro Piñeiro2011-08-161-1/+1
|
* Release atk 2.1.0ATK_2_1_0Alejandro Piñeiro2011-07-241-2/+2
|
* Using atk_major_version on the binary_ageAlejandro Piñeiro2011-07-181-3/+4
| | | | | | | | | | | This was required in order to avoid a shlib downgrade due the bump to 2.0 The ideal would be to update all the 1.0 stuff to 2.0. But that would required libraries using atk-1.0 to be modified in order to link against 2.0. Taking into account that ATK 2.0 is fully API and ABI compatible with ATK 1.0, this seems an overkill.
* Release atk 2.0.1ATK_2_0_1Alejandro Piñeiro2011-06-131-1/+1
|
* Release atk 2.0.0.ATK_2_0_0Li Yuan2011-04-051-3/+3
|
* Release atk 1.91.92.ATK_1_91_92Li Yuan2011-03-231-2/+2
|
* VS 2010 Project Files: autotools files updatesChun-wei Fan2011-02-231-0/+1
| | | | | | | | The autotools files are updated to ensure the distribution and the creation of the main ATK project files (*.vcxproj/*.vcxproj.filters) during "make dist". The actual project files will follow shortly
* Release atk 1.33.6.ATK_1_33_6Li Yuan2011-02-011-2/+2
|
* Add missing Makefiles to AC_CONFIG_FILESOwen W. Taylor2011-01-231-0/+3
|
* Bug 636190: Visual C++ 2008 Project FilesChun-wei Fan2011-01-181-0/+1
| | | | | | | | | | | | | | | | | These are the Visual C++ 2008 Project Files for building ATK, along with a hand-written config.h.win32(.in) that is used for the purpose. This attempts to create the project files in a way that is similar to what is being now done in GLib and GTK+ *The configure.ac and Makefile.am files are updated so that a config.h.win32 can be expanded with the updated version info with each tarball release. *The atk/Makefile.am file is updated to re-enable the distribution of the expanded atk/atk.rc file and also to enable the creation of build/win32/vs9/atk.vcproj from build/win32/vs9/atk.vcprojin with the correct source file entries in the project file with each tarball release. This commit has been confirmed with Li Yuan and Tor Lillqvist (thank you!)
* Update autotools configurationJavier Jardón2011-01-051-19/+24
| | | | Update deprecated autoconf macros and use new libtool syntax
* configure: Support silent build rulesJavier Jardón2010-11-291-0/+5
| | | | | Disable by either passing --disable-silent-rules to configure or passing V=1 to make
* configure: Use the standard configure.ac nameJavier Jardón2010-11-291-0/+221