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

598 commits

Author SHA1 Message Date
Alena Laskavaia
eff3096b28 242403 - applied patch to solve ClassCastException 2008-12-12 14:19:36 +00:00
Alena Laskavaia
b24e90583f [119318] - refresh after clean, applied patch 2008-12-08 16:24:27 +00:00
Vivian Kong
b3f4a2c33c bug 219337 - option to change how referenced projects are build 2008-11-28 18:41:44 +00:00
Anton Leherbauer
7db7ce6ac9 Update bundle versions 2008-11-24 09:29:32 +00:00
Vivian Kong
0603e8472d bug 224203 (patch by Don Porges) 2008-11-12 20:24:33 +00:00
Alena Laskavaia
aec8c7fadc [241072] - added command line parser utility and tests 2008-11-04 17:34:34 +00:00
Alena Laskavaia
98a2fa70c3 - removed unneded annotation 2008-11-03 16:18:50 +00:00
Alena Laskavaia
a05fe1c53b [231458] - applied patch for loosing error parsers settings 2008-11-03 16:17:20 +00:00
Alena Laskavaia
cade3e70c6 [140424] ArrayIndexOutOfBoundsException when creating a new project with ScannerConfigurationDiscoveryProfile extension defined 2008-10-21 20:21:00 +00:00
Mikhail Sennikovsky
1b041f56b4 Fix for [Bug 222585] NPE at GnuMakefileGenerator$3.visit() from Zhang Yi with small modification 2008-07-17 17:27:45 +00:00
Mikhail Sennikovsky
4c6457c39d Patch from Zhang, Yi Y, with small modification, for [Bug 229934] ManagedCommandLineGenerator.generateCommandLineInfo() skips text after last symbolic variable 2008-07-01 16:33:11 +00:00
Chris Recoskie
7bf1b3fe02 copyrights 2008-06-11 15:50:53 +00:00
Chris Recoskie
92de3f94c0 RESOLVED - bug 230161: "clean selected files" causes NullPointer exception
https://bugs.eclipse.org/bugs/show_bug.cgi?id=230161
2008-06-04 01:31:02 +00:00
Oleg Krasilnikov
8d88fb418e Bug # 223832 : Clean with internal builder ignores success of clean command 2008-05-03 09:32:27 +00:00
Oleg Krasilnikov
4ea32ecc49 Bug # 228018 : Resource Configuration for non-toolchain consumed file breaks build. 2008-05-03 09:26:45 +00:00
Alena Laskavaia
14e8eb91d4 - fixed warnings/errors 2008-04-29 16:53:07 +00:00
Chris Recoskie
1e586a99cc Partial fix for Bugzilla 210116 (CDT spelling errors) 2008-04-28 18:35:19 +00:00
Doug Schaefer
2eaa4d0ff6 Fix an NPE when there are no toolchains defined. 2008-04-23 01:41:18 +00:00
Oleg Krasilnikov
5323561c07 Bug #187696 : Need to import/export configurations between projects 2008-04-18 11:06:42 +00:00
Vivian Kong
2942d637ad externalize Gnu Make Builder's name (bug 227369) 2008-04-16 16:03:39 +00:00
Chris Recoskie
504602213a Various changes for EFS
- Fixed many NPEs in the build system that occurred when IProject.getLocation() returned null
- Created new IStorage implementation (EFSFileStorage) for the editor which can handle EFS resources
- added some utility methods for handling EFS resources
2008-04-04 17:48:27 +00:00
Oleg Krasilnikov
599d1947f7 Bug #224309 : Problem with ordering of ErrorParser 2008-03-28 13:37:28 +00:00
Oleg Krasilnikov
4ef0990365 Bug #194026 : Add "Build All Configurations" preference option 2008-03-20 16:41:09 +00:00
Oleg Krasilnikov
e2b4a4cf52 Bug #223044 : Build All Configurations does not run other project builders 2008-03-20 11:05:14 +00:00
Oleg Krasilnikov
7d4b0fd582 Bug #223059 : Problems setting per resource tool settings 2008-03-19 09:35:59 +00:00
Oleg Krasilnikov
93003bf673 Bug #222742 : List values in Tool Options are not propagated 2008-03-17 16:50:33 +00:00
Oleg Krasilnikov
b90fa70285 Bug #222562 : Regression in per-resource build option settings 2008-03-13 17:29:04 +00:00
Oleg Krasilnikov
6d19eaab8b Bug #222390 : Overriding make variables in build command does not accept quotes 2008-03-12 15:49:25 +00:00
Oleg Krasilnikov
83a13921ac Fix: apply in Multi-config mode 2008-03-04 12:13:06 +00:00
Oleg Krasilnikov
6a00c11154 Bug #220838 : null pointer exception in HoldsOption.java when converting tools 2008-03-03 10:46:12 +00:00
Mikhail Sennikovsky
27c357c01a NPE fix 2008-02-28 13:22:36 +00:00
Oleg Krasilnikov
b803bae59f Bug #219840 : potential ClassCastException in ManagedBuildManager 2008-02-22 10:53:10 +00:00
Oleg Krasilnikov
d7f3e235cc Bug # 219684 : ApplicabilityCalculator can't set bool val in CDT4 2008-02-21 15:26:39 +00:00
Oleg Krasilnikov
103b19dfec Bug #219174 : inconsistent file-level tool option propagation 2008-02-19 16:29:22 +00:00
Chris Recoskie
26f4e54156 RESOLVED - bug 163672: Other Objects on Win
https://bugs.eclipse.org/bugs/show_bug.cgi?id=163672

Patch from Keith Campbell
2008-02-15 13:59:39 +00:00
Oleg Krasilnikov
466f54cc91 Small changes made while Multi-cfg implementation 2008-02-13 11:27:44 +00:00
Oleg Krasilnikov
95c056e27e Bug #182450 : Multi-configuration support 2008-02-08 16:39:21 +00:00
Oleg Krasilnikov
6a80d1f5da Bug #218078 : Tool chain editor doesn't properly update configuration 2008-02-07 17:20:59 +00:00
Oleg Krasilnikov
bfda3445f7 Multi-config updates. 2008-02-01 16:24:01 +00:00
Oleg Krasilnikov
bb44d4020d Bug #182450 : Multi-cfg
Bug #217253 : Project Wizard head
2008-01-31 16:22:58 +00:00
Anton Leherbauer
ddc6109778 Configure Java compliance level 2008-01-30 15:44:58 +00:00
Oleg Krasilnikov
3c1338a8db Bug #217052 : custom page's operation is not run on creation of make projects 2008-01-30 12:41:39 +00:00
Oleg Krasilnikov
bb3803a605 Bug #182450 : Multi-config 2008-01-29 14:49:58 +00:00
Oleg Krasilnikov
80b06c257f Bug #216399 : Implement 3-state checkboxes in Property pages for Multi-config edit 2008-01-28 15:34:33 +00:00
Oleg Krasilnikov
40dfc474ee Bug #216336: Multi-cfg on folder-level 2008-01-24 14:47:05 +00:00
Oleg Krasilnikov
fb314ecfd8 Bugs #216017, 216018: MultiConfigurations bug fix 2008-01-23 17:11:15 +00:00
Andrew Ferguson
424485c971 197468: apply fix 2008-01-15 17:08:11 +00:00
Oleg Krasilnikov
786fa6383c Bug #212760: NPE when trying to edit tools for CDT project 2007-12-12 15:15:23 +00:00
Oleg Krasilnikov
7157df9421 Bug # 182450: allow changing settings for multimple configs simultaneously 2007-12-11 16:55:29 +00:00
Markus Schorn
21b09a659c Headers included from c- and c++-files (bug 191989). 2007-12-07 10:33:34 +00:00