1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 01:06:01 +02:00
Find a file
David Daoust 24516594c6 Fixed parsing of escaped newlines in identifiers
Reduced the number of strings copied for "additionalKeywords" introduced by subclasses of the BaseScanner
Cached the string forms of all identifiers
Overall the trillogy time drops from 1800ms to 1775ms, and the memory allocated  drops from 61 M to 59 M (by not allocating about 90K strings)
2006-02-14 14:21:24 +00:00
build Patch from Oleg Smetanin: easy active build configuration selection 2006-02-14 14:07:50 +00:00
core Fixed parsing of escaped newlines in identifiers 2006-02-14 14:21:24 +00:00
debug .options included in binary build. 2006-02-10 15:54:48 +00:00
doc Added documentation for Completion Proposal Filter preference 2006-02-02 13:39:28 +00:00
launch/org.eclipse.cdt.launch NPE in CDebuggerTab when attaching to a target. 2006-02-03 22:08:51 +00:00
releng Fixed build for jar'd plugins 2006-01-18 18:16:35 +00:00