summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* allow the base expression in deref and offset to be an expressionAdrian Thurston2021-09-2114-50/+63
* moved creation of version.h and src/include/colm to configureAdrian Thurston2021-02-071-70/+6
* 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
* fix vm_pop_type for big-endian systemsAdrian Thurston2021-01-181-1/+1
* various refcount fixesAdrian Thurston2021-01-035-54/+48
* removed duplicate version COLM_VERSIONAdrian Thurston2020-12-232-5/+5
* include version in libfsm library install pathAdrian Thurston2020-12-231-1/+1
* added with_ignore(tree) iteratorAdrian Thurston2020-12-238-12/+73
* don't use InputLoc in GenAction so we can keep it trivial.Adrian Thurston2020-12-093-4/+5
* casting template type pointers to void* before passing to memmove funcsAdrian Thurston2020-12-096-28/+31
* added config.h.in~ to git ignore listAdrian Thurston2020-12-091-0/+1
* need to re-issue va_start before the second vsnprintfAdrian Thurston2020-12-091-0/+1
* use fopencookie to avoid leaking FILE structsAdrian Thurston2020-12-082-8/+76
* dump_contents is only used when DEBUG is enabledAdrian Thurston2020-12-071-0/+2
* don't leak the stream_impl::line_len arrayAdrian Thurston2020-12-071-0/+4
* lift all source code into src/ dirinto-srcAdrian Thurston2020-10-18135-1/+47688
* replced bare send syntax whith << and <- formsAdrian Thurston2020-07-182-4/+9
* allow colm-command (-w) to be a full pathAdrian Thurston2020-04-141-3/+7
* correct prodNum as we combine productions to implement [...]Adrian Thurston2020-04-143-6/+12
* renamed DefList and LelDefList to the more accurate ProdList, LelProdListAdrian Thurston2020-04-1215-112/+112
* first cut of a redefine statementAdrian Thurston2020-04-126-49/+136
* making exported vars available from C codeAdrian Thurston2020-04-104-0/+62
* use a static link with libcolm.a when running out of the source treeAdrian Thurston2020-03-221-2/+4
* moved source files into commit repositoryAdrian Thurston2020-03-1498-6/+59322
* added config.h.in~ to gitignoreAdrian Thurston2020-01-311-0/+1
* cmake: restore projectKonstantin Podsvirov2019-10-233-0/+22
* the config.h file now goes to srcAdrian Thurston2019-09-092-0/+10
* moved the original colm src dir to /colmAdrian Thurston2019-09-0892-58489/+0
* merging aapl src dirs: added CmpStr and CmpString to colm/aaplAdrian Thurston2019-09-084-11/+11
* cmake export from project directoryKonstantin Podsvirov2019-08-062-9/+8
* cmake export from build treeKonstantin Podsvirov2019-07-242-0/+3
* support _IN_ _EX_ indentation in string accumulatorsAdrian Thurston2019-05-257-50/+65
* pushing the trim decision to run-timeAdrian Thurston2019-05-248-36/+139
* added a get option to retrieve auto_trim from bytecodeAdrian Thurston2019-05-235-26/+44
* added and auto_trim flag to stream anad inputAdrian Thurston2019-05-227-4/+64
* version bump to 0.13.0.7Adrian Thurston2019-05-141-1/+1
* patch for cmake - colmKram2019-05-011-1/+1
* can't send parse errors to cerr as textAdrian Thurston2019-03-011-2/+3
* allow referencing a tree in reduction actionsAdrian Thurston2018-12-175-9/+78
* use -Wl,--no-undefined only on linuxAdrian Thurston2018-12-131-1/+5
* disabled the experimental postfix reduceAdrian Thurston2018-12-131-2/+3
* don't use reported line as index when tracking line lenthsAdrian Thurston2018-12-122-9/+17
* make tree_to_str available in the libraryAdrian Thurston2018-12-123-19/+21