summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* include an extern C function in libfsm so we can use AC_CHECK_LIBHEADmasterAdrian Thurston2023-03-121-0/+2
* ran autoupdateAdrian Thurston2022-08-231-13/+14
* generate a check for EOF if there are from-state actionsAdrian Thurston2021-12-286-7/+7
* Use /proc/self/exe to detect colm build directoryVictor Westerhuis2021-12-112-7/+16
* if buildDir is not set with -B, try to find a defaultAdrian Thurston2021-12-113-2/+22
* Install runtests as a scriptVictor Westerhuis2021-12-061-1/+1
* Fix some spelling errorsVictor Westerhuis2021-12-063-3/+3
* Delete test cases in out-of-tree buildVictor Westerhuis2021-12-055-0/+18
* Fix misdeclared parameter in test fileVictor Westerhuis2021-12-051-5/+5
* Providing a more helpful README.md for ColmJan Max Meyer2021-12-046-80/+192
* removed deletion of test cases from make cleanAdrian Thurston2021-12-045-8/+8
* added ignore for src/stamp-h3Adrian Thurston2021-12-041-0/+1
* added a description to AC_DEFINE_UNQUOTED for PUBDATEAdrian Thurston2021-12-041-1/+1
* Merge pull request #138 from viccie30/fix-out-of-tree-buildAdrian Thurston2021-12-0416-176/+142
|\
| * Honor includedir and libdir settingsVictor Westerhuis2021-12-042-4/+5
| * Honor CC and CFLAGS environment variablesVictor Westerhuis2021-12-042-4/+17
| * Clean up moreVictor Westerhuis2021-12-047-3/+9
| * Only build tests when running checkVictor Westerhuis2021-12-046-26/+15
| * Make tests buildable in out-of-tree buildVictor Westerhuis2021-12-048-17/+64
| * Make colm executable buildable in out-of-tree buildVictor Westerhuis2021-12-041-4/+4
| * Move src/include/colm generation to config.statusVictor Westerhuis2021-12-042-4/+23
| * Remove empty header src/rtvector.hVictor Westerhuis2021-12-044-38/+2
| * Move version.h generation to config.statusVictor Westerhuis2021-12-043-5/+4
| * Delete automatic detection of running in-sourceVictor Westerhuis2021-12-042-90/+18
* | cgil: permit ''' in rust output languageAdrian Thurston2021-12-031-1/+1
|/
* Merge pull request #137 from viccie30/memcpy-out-of-boundsAdrian Thurston2021-12-031-1/+2
|\
| * Fix out-of-bounds memcpyVictor Westerhuis2021-12-031-1/+2
* | Merge pull request #136 from viccie30/host-call-prototypeAdrian Thurston2021-12-022-16/+16
|\ \ | |/ |/|
| * Correct prototype for host call functions in testsVictor Westerhuis2021-11-292-16/+16
|/
* fix: check enable_static and enable_shared and link libcolm appropriatelyAdrian Thurston2021-11-272-0/+15
* install data files to PREFIX/share/colm (pkgdata_DATA)Adrian Thurston2021-11-232-2/+2
* enforce manual build dependencies only if manual is requestedAdrian Thurston2021-11-181-5/+7
* always default to not build the manualAdrian Thurston2021-11-131-9/+3
* can remove the now empty allocgen.ccAdrian Thurston2021-11-071-1/+1
* remaining parts of common.cc moved over to ragelAdrian Thurston2021-11-074-338/+16
* moved HostLang type and makeCodeGen funcs to ragelAdrian Thurston2021-11-077-137/+22
* moved the findAlphType code over to ragelAdrian Thurston2021-11-074-54/+0
* moved the C and ASM host types over to ragelAdrian Thurston2021-11-072-81/+0
* moved writeStatement into InputData in ragelAdrian Thurston2021-11-072-92/+0
* C codegen: use the 'signed' prefix when specifying the size of the signed typesAdrian Thurston2021-11-061-4/+4
* C codegen: use SCHAR_MIN and SCHAR_MAX for signed char host typeAdrian Thurston2021-11-061-1/+1
* C codegen: decide char signedness based on value of CHAR_MINAdrian Thurston2021-11-061-12/+12
* remove github action workflow, nowhere to run at presentAdrian Thurston2021-10-241-38/+0
* allow the base expression in deref and offset to be an expressionAdrian Thurston2021-09-2114-50/+63
* bump version to 0.14.70.14.7Adrian Thurston2021-02-091-2/+2
* fix: make string pointers from locals, not temp stringsAdrian Thurston2021-02-071-2/+5
* moved creation of version.h and src/include/colm to configureAdrian Thurston2021-02-072-70/+12
* build fixes: gen/if[123].cc must depend on gen/if[123].hAdrian Thurston2021-02-061-3/+3
* remove all dependence on BUILT_SOURCESAdrian Thurston2021-01-312-30/+97
* Merge pull request #124 from Grommish/prAdrian Thurston2021-01-181-0/+9
|\