1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

19 commits

Author SHA1 Message Date
Andrew Gvozdev
6e7b81cf1d Added missing unit test suites org.eclipse.cdt.make.core.tests, org.eclipse.cdt.errorparsers.xlc.tests 2012-08-25 05:53:56 -04:00
Andrew Gvozdev
e47db971de Switched to Java 1.6 rest of build packages. 2011-11-16 18:23:33 -05:00
Andrew Gvozdev
49de2e7452 bug 330941: Xlc error parser can't figure out that file name is in quotes 2010-11-23 17:09:21 +00:00
Andrew Gvozdev
d731ae4f20 bug 330941: Xlc error parser can't figure out that file name is in quotes 2010-11-23 17:09:20 +00:00
Andrew Gvozdev
9ea2234d11 bug 323445: Generate cross linked message for redeclaration xlc error 2010-09-30 16:17:04 +00:00
Andrew Gvozdev
8cdd50422c bug 323445: Generate cross linked message for redeclaration xlc error 2010-09-24 22:13:15 +00:00
Andrew Gvozdev
739f1e403e bug 321160: Confusing message about redefined macro from xlc error parser 2010-07-28 22:57:19 +00:00
Vivian Kong
70237c3d81 Bug 315439 Fix up copyright 2010-06-03 00:12:05 +00:00
Chris Recoskie
947eedd5bc - Merged changes from cdt_5_0 to HEAD. Too many to mention individually.
- Reworked IFileSystem utility so that now it is noimplement/noextend.  Clients should now extend from concrete class FileSystemUtility instead to better insulate them from future API changes.
- Reworked the resulting concurrency fixes - indexing and scanner discovery now synchronize on the project root as a scheduling rule.  Original HEAD behaviour was to synch on the project's .settings folder for indexing, but that deadlocked with scanner discovery.
- Fixed remote indexing.  Changes on HEAD that deprecated CodeReader broke the ability for remote translation units to provide the path to load the file content from.  Added API to ITranslationUnit for this purpose.
2010-05-11 22:50:20 +00:00
Andrew Gvozdev
2dc29833ff bug 308322: Converted to RegexErrorParser 2010-04-07 16:04:56 +00:00
Andrew Gvozdev
766aa21c74 bug 308322: [Error Parser] XlcErrorParser shouldn't keep leading spaces in error description 2010-04-07 13:51:38 +00:00
Chris Recoskie
5358c015a3 RESOLVED - bug 258385: xlC error parser should extend AbstractErrorParser (to disambiguate files with the same name)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=258385
2009-06-02 14:38:25 +00:00
Vivian Kong
b7417b69cb update copyrights 2009-05-27 15:26:54 +00:00
Vivian Kong
b849a3be06 bug 268581 individual source bundles 2009-04-09 19:51:46 +00:00
Vivian Kong
4518d368aa bug 253574 - removing empty plugin.xml 2009-01-29 20:56:55 +00:00
Chris Recoskie
7bf1b3fe02 copyrights 2008-06-11 15:50:53 +00:00
Vivian Kong
9c64384d62 set singleton to true 2008-02-19 21:41:14 +00:00
Doug Schaefer
2fbf78094d Adding bin to cvsignore. 2006-12-18 15:37:12 +00:00
Chris Recoskie
b87f4ffff2 initial commit of xlC error parser 2006-07-24 18:34:31 +00:00