Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | speedup: Cache strings for comparisons | Ben Boeckel | 2014-03-08 | 1 | -1/+2 |
| | |||||
* | stringapi: Use strings for generator names | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
| | |||||
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
| | | | | | | | | | | | Casts from std::string -> cmStdString were high on the list of things taking up time. Avoid such implicit casts across function calls by just using std::string everywhere. The comment that the symbol name is too long is no longer relevant since modern debuggers alias the templates anyways and the size is a non-issue since the underlying methods are generated since it's inherited. | ||||
* | stringapi: Use strings for the languages | Ben Boeckel | 2014-03-08 | 1 | -1/+2 |
| | |||||
* | CodeLite: Use make -jN switch when generating Unix/MinGW makefiles | Eran Ifrah | 2014-02-03 | 1 | -2/+6 |
| | |||||
* | Add support for codelite IDE project fles | Eran Ifrah | 2014-01-10 | 1 | -0/+487 |