1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 09:46:02 +02:00
Commit graph

5107 commits

Author SHA1 Message Date
John Cortell
f6eebfa023 Avoid redundant search through the common locator. Didn't realize that the common containers are automatically added to every launch config locator. 2010-01-14 22:29:14 +00:00
Markus Schorn
8ce446c9c3 Bug 299608: Function template ordering. 2010-01-14 16:26:53 +00:00
Anton Leherbauer
54caf750d4 Bug 292626 - Formatter doesn't work with wide string literals 2010-01-14 14:50:10 +00:00
Anton Leherbauer
65dfb883a8 Bug 298592 - Formatter causes wrong layout for #defines for classes with inheritance 2010-01-14 14:35:51 +00:00
John Cortell
289a7c8dfa ISourceFinder needs a dispose method. 2010-01-14 13:59:52 +00:00
Markus Schorn
7ce6589439 Bug 298615: cygpath >= 1.56 treads space as separator. 2010-01-14 13:55:54 +00:00
Anton Leherbauer
a05892cd10 Bug 298593 - Formatter breaks the code when #defining a placement new 2010-01-14 13:26:23 +00:00
Markus Schorn
88e259d1f8 Follow up for Bug 280909: Fixes a NPE. 2010-01-14 13:21:01 +00:00
John Cortell
27f0a6d064 optimize something in last commit 2010-01-13 21:44:45 +00:00
John Cortell
1d6fff500a [299542] Source locators not honored when opening a file by double clicking a Binary child element 2010-01-13 19:17:32 +00:00
Markus Schorn
6dd1f6b242 Bug 299495: Visiting if-statements. 2010-01-13 16:06:01 +00:00
John Cortell
db501eff16 [299369] Introduce source container that resolves paths relative to the executable. Applied patch, with modifications. 2010-01-13 00:06:26 +00:00
Markus Schorn
15a9ac904e Bug 231859: Optimization for computing int type of enum. 2010-01-12 12:53:10 +00:00
John Cortell
485b4d73de [299317] Executables view source remapping does not take into account launch configurations 2010-01-11 20:52:55 +00:00
Markus Schorn
8476012b32 Bug 299101: Perform ADL even if unqualified lookup was successful. 2010-01-08 14:33:35 +00:00
Markus Schorn
ac54f0829b Follow up for bug 292908: Correct reading chunks in loop. 2010-01-08 13:48:48 +00:00
Markus Schorn
7a66e99871 Bug 292908: Implementation of AbstractCharArray for large files. 2010-01-07 15:10:12 +00:00
Markus Schorn
a2d89b3d85 Minor fix for overloaded comma operator. 2010-01-07 09:37:32 +00:00
Markus Schorn
5b9ed737e6 Bug 298841: Relax attributes syntax. 2010-01-05 14:02:44 +00:00
Markus Schorn
52eeb72868 Bug 126956: Absolute include directives without drive letter 2010-01-05 10:48:56 +00:00
Andrew Gvozdev
152e38ddb0 bug 285349: JUnit failure: ManagedBuildEnvironmentTests.testEnvGetParams() 2010-01-05 02:35:39 +00:00
Markus Schorn
a867009329 Bug 298455: Stack overflow with deeply nested else if statements. 2010-01-04 16:31:32 +00:00
Markus Schorn
30bddf9ac0 Bug 294969: Stack overflow with deeply nested binary expressions. 2010-01-04 15:01:47 +00:00
Markus Schorn
d27a79d465 Bug 298069: Wrong encoding for lines in search result. 2010-01-04 10:43:49 +00:00
Markus Schorn
3849591e3a Bug 297686: Disambiguate class and namespace. 2010-01-04 09:45:35 +00:00
Markus Schorn
78e2f65d6d Bug 297641: Result cache of read-only fragments is not cleared. 2010-01-04 09:14:27 +00:00
Sergey Prigogin
1da73a0cc1 Cosmetics. 2010-01-04 04:37:47 +00:00
Sergey Prigogin
0b4bf70e80 Cosmetics. 2010-01-04 04:36:30 +00:00
Sergey Prigogin
1bbfd1fc71 toString method. 2010-01-04 04:31:37 +00:00
Sergey Prigogin
d7aee9e782 Cosmetics. 2010-01-04 04:22:57 +00:00
Sergey Prigogin
8ba5522e7c Cosmetics. 2010-01-04 04:19:04 +00:00
Sergey Prigogin
ced5f1b42c Cosmetics. 2010-01-04 04:15:56 +00:00
Sergey Prigogin
6b3cb99622 Cosmetics. 2010-01-04 04:10:45 +00:00
Sergey Prigogin
53fe2a1451 Cosmetics. 2010-01-04 04:04:54 +00:00
Sergey Prigogin
71ea7fe4f8 Cosmetics. 2010-01-04 04:01:52 +00:00
Sergey Prigogin
64d21644a9 Cosmetics. 2010-01-04 03:52:44 +00:00
Andrew Gvozdev
172ea442ad bug 298590: Restore Defaults does not quite restore Folder Settings
Restoring original logic of finding parent folder settings from revisions earlier than 1.65
2010-01-01 18:22:30 +00:00
Andrew Gvozdev
2128ed9b3a bug 284843: Environment Variable with value ":" gets replaced by empty string ""
Patch from Marc-Andre Laperle
2009-12-27 00:54:55 +00:00
Andrew Gvozdev
6386479b1a cleanup: replaced deprecated method 2009-12-25 00:52:53 +00:00
Andrew Gvozdev
6cebeffb70 cleanup: fixed null pointer warning 2009-12-25 00:38:43 +00:00
Andrew Gvozdev
f7d6fe923a cleanup: unnecessary cast 2009-12-25 00:31:19 +00:00
Andrew Gvozdev
ceac936337 bug 298509: Project description delta is not created for some events 2009-12-24 22:12:55 +00:00
Andrew Gvozdev
0640feeccd bug 298509: Project description delta is not created for some events
toString() added
2009-12-24 22:08:27 +00:00
Markus Schorn
0ef32519a1 Bug 280909: Type deduction and instantiation for variadic templates. 2009-12-23 19:00:19 +00:00
Andrew Gvozdev
6fa46c7bb1 cleanup: renamed private fields, reformatted 2009-12-20 04:39:51 +00:00
Anton Leherbauer
09d91b1c01 Bug 294965 - object file added to root of project is not shown in C/C++ Projects view
Patch by wieant@tasking.com
2009-12-18 13:43:37 +00:00
Markus Schorn
6ad255dfed Bug 280909: Syntax and bindings for variadic templates. 2009-12-18 09:58:29 +00:00
John Cortell
ffd9215e3f [297778] DwarfReader shouldn't inject drive letter into file paths or convert cygwin paths 2009-12-15 21:44:49 +00:00
John Cortell
cdd0c897ac Avoid unwanted conversion from a UNIX path to c:\ on Windows, just as with 297781 2009-12-15 00:18:34 +00:00
Anton Leherbauer
354fa73eba Fix deprecation warnings 2009-12-11 13:31:32 +00:00