aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Collapse)AuthorAgeFilesLines
* Remove CMake related files.Arnold D. Robbins2021-05-0511-1206/+0
|
* Relase 5.1.0 tarball made.Arnold D. Robbins2020-04-141-0/+4
|
* Make 5.0.1 tarball.Arnold D. Robbins2019-06-181-0/+4
|
* Renamed old ChangeLog files, added new ones for 5.0 release.Arnold D. Robbins2019-04-121-0/+4
|
* Make 4.2.1 tarball.Arnold D. Robbins2018-02-251-0/+4
|
* Make 4.2.0 tarball.Arnold D. Robbins2017-10-191-0/+4
|
* CMake updates in 'cmake' directory.Arnold D. Robbins2016-12-272-1/+13
|
* Update CMake support after adding support directory.Arnold D. Robbins2016-12-271-2/+11
|
* Creating installation packages now works for win32 (cross-compiled), Debian ↵Juergen Kahrs2014-08-241-6/+23
| | | | (native build), and RPM (native build).
* Copyright notice updated.Juergen Kahrs2014-08-122-2/+2
|
* Moved the file so that it becomes a bit more visible to the public when the ↵Juergen Kahrs2014-08-081-95/+0
| | | | cmake branch gets merged into the master branch.
* Definition of _GL_ATTRIBUTE_PURE is needed by dfa.h for some strange reason.Juergen Kahrs2014-06-241-1/+2
|
* New test cases profile4 and profile5 from master branch.Juergen Kahrs2013-06-011-0/+13
|
* configure parameters --srcdir and --with-whiny-user-strftime work now.Juergen Kahrs2013-05-191-9/+10
|
* configure parameters CC and --prefix work now.Juergen Kahrs2013-05-191-1/+10
|
* First outline of the configure script invokes cmake.Juergen Kahrs2013-05-191-3/+32
|
* configure script stub as suggested by Arnold.Juergen Kahrs2013-05-192-2/+21
|
* Added more doc dependencies; some of them incomplete.Juergen Kahrs2013-05-191-53/+92
|
* Doc files are now built with clean dependencies.Juergen Kahrs2013-05-181-0/+61
|
* HAVE_LIBREADLINE is now detected and used.Juergen Kahrs2013-05-121-0/+1
|
* Test cases longwrds and charasbytes pass now on MinGW.Juergen Kahrs2013-05-111-1/+2
|
* Test case SHLIB.filefuncs needs the gawk exe in source directory.Juergen Kahrs2013-05-111-2/+2
|
* Generated file CTestCustom.cmake contains test cases that shall be skipped.Juergen Kahrs2013-05-111-0/+14
|
* New function simple_test_case simplifies test case execution.Juergen Kahrs2013-05-091-72/+52
|
* All 377 test cases pass now. mbfw1 and mbprintf1 need LANG=en_US.UTF-8. ↵Juergen Kahrs2013-05-071-0/+2
| | | | Handling of LOCALES has to be aligned with master branch.
* Found better way to auto-detect GETGROUPS_T and GETPGRP_VOID.Juergen Kahrs2013-05-061-3/+13
|
* All 377 test cases are in now. Only mbfw1 and mbprintf1 fail on Linux.Juergen Kahrs2013-05-061-10/+167
|
* All BASIC test cases are in now.Juergen Kahrs2013-05-051-0/+102
|
* All UNIX test cases are in now.Juergen Kahrs2013-05-051-0/+43
|
* All LOCALE_CHARSET test cases are in now and found a bug in multi-byte ↵Juergen Kahrs2013-05-051-0/+23
| | | | characters with FIELDWIDTHS.
* All EXT and INET test cases pass now.Juergen Kahrs2013-05-051-0/+35
|
* Replaced some $$ with $. All MPFR test cases pass now, on Linux and with MinGW.Juergen Kahrs2013-05-051-8/+38
|
* All non-standard test cases that caused a hang are now in and pass; ↵Juergen Kahrs2013-05-041-3/+56
| | | | (altogether 309 out of 377 pass).
* All SHLIB test cases are implemented now and pass on Linux. With MinGW only ↵Juergen Kahrs2013-05-041-9/+75
| | | | 6 of them pass.
* Non-standard test cases like testext shall be implemented as shell functions.Juergen Kahrs2013-05-041-5/+30
|
* Auto-detection is now mostly free from explicite conditionals.Juergen Kahrs2013-05-011-22/+16
|
* Found a clean way to auto-detect wctype_t and wint_t.Juergen Kahrs2013-04-301-13/+5
|
* New macro DefineIfSourceCompiles helps in auto-detection of wint_t.Juergen Kahrs2013-04-301-2/+16
|
* Extension readdir can now be built; now the extensions are complete.Juergen Kahrs2013-04-301-0/+1
|
* Cleaned up some more auto-detection macros.Juergen Kahrs2013-04-302-12/+9
|
* Native MinGW can now run tests with dynamic extensions; only a few of them pass.Juergen Kahrs2013-04-291-8/+7
|
* When building with a native MinGW for Win32 it is now possible to run a ↵Juergen Kahrs2013-04-291-1/+10
| | | | 'make test'; only 90% of the basic test cases pass.
* On Win32 platforms a native build with MinGW works now.Juergen Kahrs2013-04-281-3/+16
|
* CMake can now compile for target S390 with embedian cross-compiler.Juergen Kahrs2013-03-191-0/+20
|
* Search for bison on all platforms and let it generate awkgram.c. Use ↵Juergen Kahrs2013-03-111-5/+10
| | | | existing awkgram.c otherwise.
* Dynamic extensions can be invoked now on Windows. DYNAMIC 1 will be set if ↵Juergen Kahrs2013-03-091-4/+4
| | | | CMAKE_SHARED_LIBRARY_SUFFIX exists (and not if CMAKE_DL_LIBS, as it was up to now). ext.c can now be compiled with DYNAMIC set because of include_directories(${CMAKE_SOURCE_DIR}/pc (thanks to Eli for the hint).
* .pdf files are now packaged into the doc directory.Juergen Kahrs2013-02-231-1/+1
|
* cmake -DCPACK_GENERATOR=DEB allows to produce packages in format of Debian ↵Juergen Kahrs2013-02-232-12/+16
| | | | or RPM based distributions.
* Added some more explanations.Juergen Kahrs2013-02-211-1/+12
|
* NSIS installer gets a nice little icon.Juergen Kahrs2013-02-212-0/+6
|