aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* CMake and MinGW can build 7 out of 11 extension; 10 out of 18 test SHLIB ↵Juergen Kahrs2013-05-201-0/+3
| | | | cases pass.
* 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 ↵Juergen Kahrs2013-02-201-9/+5
| | | | Microsoft Windows.
* 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 ↵Juergen Kahrs2013-02-171-20/+0
| | | | contains all settings. All 265 basic test cases pass now with USE_CONFIG_H set to ON.
* 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. ↵Juergen Kahrs2013-02-111-1/+10
| | | | Copied po/CMakeLists.txt from Stellarium project at http://sourceforge.net/projects/stellarium/. This works somehow with some changes.
* 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 ↵Juergen Kahrs2013-02-101-0/+14
| | | | extension library files.
* 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 ↵Juergen Kahrs2013-02-091-1/+4
| | | | remove -DGAWK when building the extensions. The test cases involving extensions still fail.
* Target 'check' replaced by target 'test' because CMake's test automation ↵Juergen Kahrs2013-02-091-0/+1
| | | | works that way. A few test cases already inserted, a significant amount fails.
* New target 'check' is a very crude first step toward testing that will soon ↵Juergen Kahrs2013-02-081-2/+1
| | | | disappear.
* 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