summaryrefslogtreecommitdiff
path: root/colm/fsmstate.cc
Commit message (Collapse)AuthorAgeFilesLines
* moved the original colm src dir to /colmAdrian Thurston2019-09-081-0/+441
|
* renamed colm dir to srcAdrian Thurston2013-06-081-437/+0
| | | | | | Renamed 'colm' dir to 'src'. To allow colm to work out of the installed location or the source tree, while the installed includes reference <colm/include.h>, a symlink to '..' is placed at src/include/colm.
* code cleanup in fsm graphAdrian Thurston2012-12-291-30/+0
| | | | More condition code removal.
* revert "moved 'colm' dir to 'src'"Adrian Thurston2012-08-011-0/+467
| | | | | | | | | | | 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-467/+0
|
* Copyright notice updating.Adrian Thurston2012-01-181-1/+1
|
* .cpp files to .ccAdrian Thurston2011-05-261-0/+467