summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Update CMake support after adding support directory.Arnold D. Robbins2016-12-271-3/+4
* CMake and MinGW can build 7 out of 11 extension; 10 out of 18 test SHLIB case...Juergen Kahrs2013-05-201-0/+3
* HAVE_LIBREADLINE is now detected and used.Juergen Kahrs2013-05-121-0/+3
* Found better way to auto-detect GETGROUPS_T and GETPGRP_VOID.Juergen Kahrs2013-05-061-0/+1
* Auto-detection is now mostly free from explicite conditionals.Juergen Kahrs2013-05-011-3/+3
* Found a clean way to auto-detect wctype_t and wint_t.Juergen Kahrs2013-04-301-3/+0
* On Win32 platforms a native build with MinGW works now.Juergen Kahrs2013-04-281-15/+9
* Added TODO for pc/config.h.Juergen Kahrs2013-03-091-1/+7
* .pdf files are now packaged into the doc directory.Juergen Kahrs2013-02-231-3/+2
* Added instructions on building with MinGW on Ubuntu 12.04.Juergen Kahrs2013-02-201-0/+4
* Some extension can now be built with MinGW.Juergen Kahrs2013-02-201-3/+3
* CMake and the MinGW cross-compiler can build an NSIS installer file for Micro...Juergen Kahrs2013-02-201-9/+5
* Some more preparations for creating an NSIS installer.Juergen Kahrs2013-02-191-6/+10
* Testing, documentation, gettext and bison only on UNIX-based systems.Juergen Kahrs2013-02-181-11/+13
* Target make doc works again.Juergen Kahrs2013-02-171-1/+1
* Moved all configuration stuff into cmake/configure.cmake so that config.h con...Juergen Kahrs2013-02-171-20/+0
* Moved much code into new files for configuring and packaging.Juergen Kahrs2013-02-131-211/+3
* Add ENABLE_NLS if all necessary packages can be found.Build translations. Cop...Juergen Kahrs2013-02-111-1/+10
* Preparations for proper handling of bison, gettext and latex.Juergen Kahrs2013-02-111-2/+19
* Packaging a minimal .tar.gz file with the gawk executable and all binary exte...Juergen Kahrs2013-02-101-0/+14
* Made building of extensions a bit more robust.Juergen Kahrs2013-02-101-2/+8
* All extensions can be built as shared libraries now. It was necessary to remo...Juergen Kahrs2013-02-091-1/+4
* Target 'check' replaced by target 'test' because CMake's test automation work...Juergen Kahrs2013-02-091-0/+1
* New target 'check' is a very crude first step toward testing that will soon d...Juergen Kahrs2013-02-081-2/+1
* Added some more hints about what to do.Juergen Kahrs2013-02-081-2/+6
* Added test/CMakeLists.txt and doc/CMakeLists.txt with FSF header.Juergen Kahrs2013-02-081-0/+28
* Cleaned up a bit more after a test on Ubuntu 12.04 LTS.Juergen Kahrs2013-02-081-7/+4
* New macro DefineStructHasMemberIfAvailable. Cleaned up a bit.Juergen Kahrs2013-02-071-14/+27
* Initial version of CMakeLists.txt.Juergen Kahrs2013-02-061-0/+236