summaryrefslogtreecommitdiff
path: root/colm/rtvector.h
Commit message (Collapse)AuthorAgeFilesLines
* moved the original colm src dir to /colmAdrian Thurston2019-09-081-0/+35
|
* renamed colm dir to srcAdrian Thurston2013-06-081-34/+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.
* revert "moved 'colm' dir to 'src'"Adrian Thurston2012-08-011-0/+34
| | | | | | | | | | | 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-34/+0
|
* more C porting, still hacking away.Adrian Thurston2010-04-181-57/+0
|
* more C portingAdrian Thurston2010-04-181-20/+20
|
* more C portingAdrian Thurston2010-04-181-42/+45
|
* Some more C porting.Adrian Thurston2010-04-181-180/+38
|
* more stripping of RtVectorAdrian Thurston2010-04-171-263/+15
|
* Trimmed down RtVector (can do more of this). The CodeVect in the compiler isAdrian Thurston2010-04-171-374/+0
| | | | | now implemented with Vector, not RtVector. This will allow trimming down the RtVector more for and it to C without affecting the compiler.
* Completely removed dependence on Aapl includes in the runtime library.Adrian Thurston2009-09-161-70/+0
|
* missing headerAdrian Thurston2009-09-161-0/+922