summaryrefslogtreecommitdiff
path: root/src/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* added ignore for src/stamp-h3Adrian Thurston2021-12-041-0/+1
|
* added config.h.in~ to git ignore listAdrian Thurston2020-12-091-0/+1
|
* moved source files into commit repositoryAdrian Thurston2020-03-141-4/+33
|
* added config.h.in~ to gitignoreAdrian Thurston2020-01-311-0/+1
|
* cmake: restore projectKonstantin Podsvirov2019-10-231-0/+6
|
* the config.h file now goes to srcAdrian Thurston2019-09-091-0/+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.
* moved the original colm src dir to /colmAdrian Thurston2019-09-081-39/+0
|
* cmake export from project directoryKonstantin Podsvirov2019-08-061-3/+0
|
* cmake export from build treeKonstantin Podsvirov2019-07-241-0/+1
|
* more input push/pop balance fixesAdrian Thurston2018-06-271-8/+9
|
* Add CMake projectKonstantin Podsvirov2018-01-291-0/+6
| | | | | | | | | | | | | 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*).
* don't build 'p' and 'd' versions of the lib (production & debug), just libcolmAdrian Thurston2016-06-291-4/+2
|
* build libcolm shared and use -release ld optionJan Engelhardt2016-06-291-0/+3
|
* improved naming, moved generated parser code to subdir genAdrian Thurston2015-05-101-8/+1
|
* ignore 'output' not outAdrian Thurston2013-12-211-1/+1
|
* renamed colm dir to srcAdrian Thurston2013-06-081-0/+40
| | | | | | 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.
* revert "moved 'colm' dir to 'src'"Adrian Thurston2012-08-011-27/+0
| | | | | | | | | | | 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-0/+27