aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Collapse)AuthorAgeFilesLines
...
* CMake can now use the clang compiler (supplied by the llvm project) to build ↵Juergen Kahrs2013-02-211-0/+19
| | | | gawk.
* Added instructions on building with MinGW on Ubuntu 12.04.Juergen Kahrs2013-02-201-1/+1
|
* Preparations for building an NSIS installer.Juergen Kahrs2013-02-181-2/+8
|
* Testing, documentation, gettext and bison only on UNIX-based systems.Juergen Kahrs2013-02-183-20/+24
|
* USE_CONFIG_H is now ON be default. Found clean implementation for DYNAMIC ↵Juergen Kahrs2013-02-171-5/+14
| | | | and SHLIBEXT.
* Moved all configuration stuff into cmake/configure.cmake so that config.h ↵Juergen Kahrs2013-02-171-0/+34
| | | | contains all settings. All 265 basic test cases pass now with USE_CONFIG_H set to ON.
* Pass a few more defined via config.h.Juergen Kahrs2013-02-171-9/+16
|
* CMake option USE_CONFIG_H allows to generate config.h. Some test cases with ↵Juergen Kahrs2013-02-171-24/+30
| | | | extensions still fail with this option switched ON.
* Moved much code into new files for configuring and packaging.Juergen Kahrs2013-02-132-0/+264
|
* All 265 basic test cases pass now.Juergen Kahrs2013-02-101-2/+2
|
* Made building of extensions a bit more robust.Juergen Kahrs2013-02-102-0/+2
|
* All extensions can be built as shared libraries now. It was necessary to ↵Juergen Kahrs2013-02-091-0/+1
| | | | remove -DGAWK when building the extensions. The test cases involving extensions still fail.
* A slightly better but still crude approach at getting many tests to run. ↵Juergen Kahrs2013-02-091-2/+3
| | | | More than 90% of the basic tests pass now.
* New script helps in test-automation.Juergen Kahrs2013-02-091-0/+11
|
* Added some more hints about what to do.Juergen Kahrs2013-02-081-1/+14
|
* Explained how to get gawk built with CMake.Juergen Kahrs2013-02-081-0/+33
|
* Added Toolchain files as examples for cross-compilation.Juergen Kahrs2013-02-082-0/+44
|
* Added initial README.Juergen Kahrs2013-02-061-0/+10