summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
...
* lifed colm doc up to doc/colmAdrian Thurston2019-09-111-0/+1
|
* some tweaks to colm vars for building other projects in treeAdrian Thurston2019-09-111-7/+7
|
* rename the substitution vars for the test subjectsAdrian Thurston2019-09-111-74/+76
| | | | | Want to make sure these are not confused with the substitution vars for the various progs that are used in buiding (eg colm, aapl).
* use configure to find the test suite compilers and interpretersAdrian Thurston2019-09-101-27/+52
|
* don't depend on crack being installedAdrian Thurston2019-09-101-12/+12
| | | | if --with-crack is not given, attempt to locate it
* configuring the test suite from /configure.acAdrian Thurston2019-09-101-9/+99
| | | | | | Want to be able to configure the test suite so it either tests from the source directory, or to test an installed path to verify the installation process. Using the --with-subject argument for this.
* the config.h file now goes to srcAdrian Thurston2019-09-091-1/+4
| | | | | | | | Any piece of the system may need to use config.h. Put that in /src and add -Isrc to CPPFLAGS. The colm package uses defs.h for configuration. It gets installed because some public headers depend on it.
* getting test cases runningAdrian Thurston2019-09-091-0/+16
| | | | | Setting up SED_SUBST and the ragel/colm build vars. Previously these were populated by configure options. Now pointing to locations in the same tree.
* base (aapl, colm, ragel) test cases buildingAdrian Thurston2019-09-091-0/+4
|
* build ragel programsAdrian Thurston2019-09-081-0/+47
|
* moved the original colm src dir to /colmAdrian Thurston2019-09-081-2/+2
|
* version bump to 0.13.0.7Adrian Thurston2019-05-141-2/+2
|
* use -Wl,--no-undefined only on linuxAdrian Thurston2018-12-131-0/+3
| | | | refs #253
* version bump to colm 0.13.0.6colm-0.13.0.6Adrian Thurston2018-05-181-2/+2
|
* The type word_t declarationKonstantin Podsvirov2018-05-121-0/+4
| | | | | | | | If sizeof(unsigned long) == sizeof(void *) then word_t is unsigned long. Else if sizeof(unsigned long long) == sizeof(void *) then word_t is unsigned long long. Compilation checked with MSYS2 toolchains via Autotools project and with MinGW-w64 toolchains via CMake project.
* updated Copyright yearsAdrian Thurston2018-03-041-1/+1
|
* Add CMake projectKonstantin Podsvirov2018-01-291-0/+1
| | | | | | | | | | | | | Now implemented: - Bootstrap `colm` program from sources; - Install target `colm::coml` and `colm::libcolm` via CMake's `colm` package. Shadow build support via CMake. Tested with MSYS2 and MinGW-w64 on Windows and with GCC on Linux. Detected issue when sizeof(word_t) < sizeof(void*).
* try to build manual only if we have asciidoc and pygmentsAdrian Thurston2017-07-191-0/+1
|
* version bump to 0.13.0.5colm-0.13.0.5Adrian Thurston2017-05-111-2/+2
|
* elim whitespace around m4 macro argsAdrian Thurston2017-01-301-2/+2
|
* added autoconf and automake code for building asciidoc manualAdrian Thurston2016-12-191-0/+4
|
* migrated from GPLv2 to MIT licenseAdrian Thurston2016-12-131-16/+18
|
* test suite: link to proper libcolm and set LD_LIBRARY_PATHAdrian Thurston2016-07-241-3/+0
|
* version bump to 0.13.0.4colm-0.13.0.4Adrian Thurston2016-07-111-2/+2
|
* bump version to 0.13.0.3colm-0.13.0.3Adrian Thurston2016-01-281-3/+3
|
* some warning fixes, CFLAGS default needs to be higher in configure.acAdrian Thurston2015-04-031-3/+3
|
* revert "removed GPL license file and stripped GPL headers"Adrian Thurston2015-01-231-0/+16
| | | | | | | | | | This reverts commit f04d3ede7dbb6d3edd6a9865ebf88c5e6d82f18e. Conflicts: src/codegen.cc src/ctinput.cc src/exports.cc src/fsmcodegen.cc
* bump to the second 0.13 release candidateAdrian Thurston2015-01-111-2/+2
| | | | | We have made backwards incompatible changes. Progs that depend on colm need to test the version.
* downgrade to 0.13.0.1 for first public pre-releasecolm-0.13.0.1Adrian Thurston2014-12-141-2/+2
|
* runtests: respond to signals by exitingAdrian Thurston2014-11-211-0/+2
|
* added generic dependency specificy with-depsAdrian Thurston2014-11-211-0/+7
| | | | Not used in colm, but we need a unified interface across all packages.
* removed the test directory from the distAdrian Thurston2014-11-181-1/+5
| | | | | No longer distributing test suites. They will eventually contain fragments of proprietary code.
* removed -c from autogen package nameAdrian Thurston2014-11-111-1/+1
|
* use the more current extension configure.acAdrian Thurston2014-11-051-0/+57