Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2010-03-31Bug 307362: open definition for sym-linked duplicates.Markus Schorn2-29/+18
2010-03-31Bug 306670: Add include for template specializations.Markus Schorn5-6/+36
2010-03-31Bug 306879: Headers duplicated via symbolic links.Markus Schorn3-13/+35
2010-03-30Fixes java-doc.Markus Schorn1-2/+3
2010-03-29accidental commit correctedAndrew Gvozdev1-1/+1
2010-03-29bug 307365: Do not put into marker external locations which cannot be open by...Andrew Gvozdev1-5/+14
2010-03-29bug 307365: Problems with make error parser, incorrectly matches gcc messagesAndrew Gvozdev2-3/+4
2010-03-29Bug 131165 - BinaryContainer.getBinaries sometimes incorrectly returns an emp...Anton Leherbauer7-35/+148
2010-03-29Cosmetics.Sergey Prigogin5-101/+108
2010-03-29Cosmetics.Sergey Prigogin2-45/+37
2010-03-29Minor performance improvement.Sergey Prigogin1-10/+10
2010-03-29Removed RegexErrorParser as a separate parserAndrew Gvozdev2-11/+1
2010-03-29bug 307312: changed pattern to make error parser to avoid match with compiler...Andrew Gvozdev2-4/+7
2010-03-29Whitespace.Sergey Prigogin1-1/+1
2010-03-29Whitespace.Sergey Prigogin1-23/+13
2010-03-29Use UnsupportedOperationException instead of AssertionError.Sergey Prigogin1-13/+13
2010-03-29Whitespace.Sergey Prigogin2-14/+6
2010-03-28Whitespace.Sergey Prigogin1-1/+1
2010-03-28bug 306945: Build Console no longer shows for non-C/C++ ProjectsAndrew Gvozdev1-10/+53
2010-03-28bug 306945: Build Console no longer shows for non-C/C++ ProjectsAndrew Gvozdev1-2/+8
2010-03-28Convenience methodsAndrew Gvozdev1-0/+36
2010-03-28register created project for cleanupAndrew Gvozdev1-0/+1
2010-03-26Related to Bug 286384 - don't throw NPE when a non-CDT project is moved...James Blackburn1-2/+4
2010-03-26bug 307210: Build console does not show output lines that set to be ignored b...Andrew Gvozdev1-5/+9
2010-03-26bug 300539: Add ability to specify filter-path to build-options that support ...Andrew Gvozdev1-0/+15
2010-03-26Bug 307078 - CStorageDocumentProvider should provide annotation modelAnton Leherbauer1-1/+12
2010-03-24Test case for C++0x-style sizeof. Bug 305979.Sergey Prigogin1-2/+14
2010-03-23Bug 306844 Don't flush environment prefs on get, as doing so requires a resou...James Blackburn2-25/+82
2010-03-22Fixed stack overflow while processing invalid self-referring auto-type declar...Sergey Prigogin2-20/+48
2010-03-22debug option to track build eventsAndrew Gvozdev1-1/+74
2010-03-22Bug 170590 - CDTBuildAction: save before build preference should cause dirty ...James Blackburn1-2/+76
2010-03-22Code cleanup.Sergey Prigogin1-79/+62
2010-03-22Cosmetics.Sergey Prigogin1-4/+2
2010-03-19Bug 306213: Selecting partial specializations, handling infinite recursions.Markus Schorn6-120/+159
2010-03-19Bug 305975: Strongly typed enums, forward declarations for enum.Markus Schorn42-339/+1457
2010-03-18Bug 302881 Tweak fix; return previous referenced settings if the referenced p...James Blackburn1-5/+3
2010-03-18FIXED - bug 306129: Error occurred when using generates getter and setters (f...Emanuel Graf3-7/+78
2010-03-18Fix for failing unit testsEmanuel Graf3-14/+18
2010-03-18Bug 306305 - Improve wording of Tab key preferenceAnton Leherbauer1-2/+2
2010-03-18Bug 280596 - Wrong indentation with spaces following a tabAnton Leherbauer3-3/+144
2010-03-16Bug 305391 - encoding change event is not handledMike Kucera6-16/+143
2010-03-16import wizard file dialog says Save As when it should say OpenMike Kucera1-1/+2
2010-03-16Bug 305972: [C++0x] New function declarator syntax.Markus Schorn9-97/+150
2010-03-16Bug 305972: [C++0x] New function declarator syntax.Markus Schorn1-2/+17
2010-03-16Cosmetics.Sergey Prigogin1-4/+4
2010-03-16Cosmetics.Sergey Prigogin1-2/+2
2010-03-16cleanup: deprecated class used for CDT 3.X style projectsAndrew Gvozdev1-1/+6
2010-03-16cleanup: deprecated class used for CDT 3.X style projectsAndrew Gvozdev2-2/+4
2010-03-16cleanup: deprecated class used for CDT 3.X style projectsAndrew Gvozdev1-1/+2
2010-03-15cleanup: deprecated class used for CDT 3.X style projectsAndrew Gvozdev1-9/+6

Back to the top