summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* bump to 0.7colm-0.70.7Adrian Thurston2012-08-011-2/+2
|
* revert "moved 'colm' dir to 'src'"Adrian Thurston2012-08-011-2/+2
| | | | | | | | | | | Colm includes a library component with headers installed to a private dir inside include: $prefix/include/colm. We need our headers to reference each other using this colm prefix. This needs to be true for compiling our source and also for compiling external programs. It is conventient to have all the source in a directory called colm and then to use -I <source-root> when building colm. We use $prefix/include when building external programs. This reverts commit 247904a84430b8c9151fa6afb68f01b60afb92c9.
* moved 'colm' dir to 'src'Adrian Thurston2012-07-011-2/+2
|
* improvements to the ragel and colm config-time checksAdrian Thurston2012-07-011-18/+49
| | | | | | Fixed the test of build_parsers that allows the ragel/colm check to function. Was checking for "true" when it should be a check for "yes". Added --with-* options for specifying where the packages are installed to.
* set the pubdatecolm-0.60.6Adrian Thurston2012-06-201-1/+1
|
* Bump to 0.6. Will start depending on this version.Adrian Thurston2012-05-251-1/+1
|
* Fix for help stringAdrian Thurston2012-05-141-1/+1
|
* Proper help strings for enable options.Adrian Thurston2012-05-141-2/+4
|
* version 0.5Adrian Thurston2012-04-091-2/+2
|
* 0.4 release detailsAdrian Thurston2012-01-211-2/+2
|
* Copyright notice updating.Adrian Thurston2012-01-181-1/+1
|
* Flattening tests. Not claiming any particular language.Adrian Thurston2011-11-231-3/+1
|
* Updated version.Adrian Thurston2011-11-211-2/+2
|
* Now using the accumulated ignore stack when reporting some backtracking points.Adrian Thurston2011-11-171-1/+1
| | | | | | | | | | The error reporting skips over the deepst token, on the assumption that it is the deepest, successfully parsed token and the error is therefore after. refs #326. Bumped the version to release candidate 5. Added a test case for exports. Only setting them.
* Set debug realms from the -D arg, pass to the compiled program.Adrian Thurston2011-11-061-1/+1
| | | | Set 0.3 release candidate 4.
* Added an export keyword for returning values to C++ code. Export makes a globalAdrian Thurston2011-11-011-1/+1
| | | | | that has an associated fetch function in the export code. Replaces the return from the main line. refs #328.
* The colm.h header now contains the bare minimum for the C++ interface. Put theAdrian Thurston2011-10-291-0/+3
| | | | prefix Colm on the language elments in there. refs #328.
* Release candidate 1 for 0.3.Adrian Thurston2011-10-281-2/+2
|
* Leaks and memory errors fixed. If a disappearing fsm run has run buffers theyAdrian Thurston2011-10-021-0/+3
| | | | are transfered to the program and freed on exit.
* Added an option for using malloc in the pool alloc. Helps with tracking downAdrian Thurston2011-09-301-0/+3
| | | | memory leaks with valgrind. Fixed a couple leaks.
* Automake files in the tests directory now used only for adding files to theAdrian Thurston2011-07-311-2/+2
| | | | | dist. The makefiles that run the tests are now called runtests.mk. Now have the test suite in the dist. refs #294.
* Moving test/Makefiles to automake files. Going to include the test cases in theAdrian Thurston2011-07-301-2/+4
| | | | the dist. refs #294.
* Moved config.h.in away to defs.h.in, need to rely on autoheader to generate it.Adrian Thurston2011-05-291-1/+1
| | | | refs #296
* Fixes for the dists. refs #284.Adrian Thurston2011-05-111-1/+1
|
* Started converting build to automake. refs #284.Adrian Thurston2011-05-111-7/+26
|
* 64bit fixes: rcode lengths were all wrong due to hardcoded size of long.Adrian Thurston2010-01-041-0/+2
| | | | Fixed tree searching. It needed to use tree_child.
* Colm logging and target logging are now turned on with -v and -l. No need toAdrian Thurston2009-02-071-9/+5
| | | | reconfigure and recompile colm.
* Updated my email address. Fixed some GPL preambles: ragel -> colm.Adrian Thurston2008-11-011-1/+1
|
* Moved the headers and code from common/ into colm/.Adrian Thurston2008-11-011-2/+2
|
* Moved from private repository.Adrian Thurston2008-11-011-0/+79