aboutsummaryrefslogtreecommitdiffstats
path: root/extension/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Remove CMake related files.Arnold D. Robbins2021-05-051-84/+0
|
* CMake and MinGW can build 7 out of 11 extension; 10 out of 18 test SHLIB ↵Juergen Kahrs2013-05-201-7/+4
| | | | cases pass.
* All SHLIB test cases are implemented now and pass on Linux. With MinGW only ↵Juergen Kahrs2013-05-041-1/+1
| | | | 6 of them pass.
* Some extension can now be built with MinGW.Juergen Kahrs2013-02-201-8/+24
|
* Moved all configuration stuff into cmake/configure.cmake so that config.h ↵Juergen Kahrs2013-02-171-10/+3
| | | | contains all settings. All 265 basic test cases pass now with USE_CONFIG_H set to ON.
* Packaging a minimal .tar.gz file with the gawk executable and all binary ↵Juergen Kahrs2013-02-101-39/+19
| | | | extension library files.
* Extension are compiled now as MODULE without the 'lib' prefix. This is ↵Juergen Kahrs2013-02-101-12/+30
| | | | necessary to make them compatible with the existing libtool naming scheme. All test cases involving extensions pass now.
* Made building of extensions a bit more robust.Juergen Kahrs2013-02-101-7/+20
|
* All extensions can be built as shared libraries now. It was necessary to ↵Juergen Kahrs2013-02-091-0/+67
remove -DGAWK when building the extensions. The test cases involving extensions still fail.