Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove CMake related files. | Arnold D. Robbins | 2021-05-05 | 1 | -84/+0 |
| | |||||
* | CMake and MinGW can build 7 out of 11 extension; 10 out of 18 test SHLIB ↵ | Juergen Kahrs | 2013-05-20 | 1 | -7/+4 |
| | | | | cases pass. | ||||
* | All SHLIB test cases are implemented now and pass on Linux. With MinGW only ↵ | Juergen Kahrs | 2013-05-04 | 1 | -1/+1 |
| | | | | 6 of them pass. | ||||
* | Some extension can now be built with MinGW. | Juergen Kahrs | 2013-02-20 | 1 | -8/+24 |
| | |||||
* | Moved all configuration stuff into cmake/configure.cmake so that config.h ↵ | Juergen Kahrs | 2013-02-17 | 1 | -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 Kahrs | 2013-02-10 | 1 | -39/+19 |
| | | | | extension library files. | ||||
* | Extension are compiled now as MODULE without the 'lib' prefix. This is ↵ | Juergen Kahrs | 2013-02-10 | 1 | -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 Kahrs | 2013-02-10 | 1 | -7/+20 |
| | |||||
* | All extensions can be built as shared libraries now. It was necessary to ↵ | Juergen Kahrs | 2013-02-09 | 1 | -0/+67 |
remove -DGAWK when building the extensions. The test cases involving extensions still fail. |