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

301 commits

Author SHA1 Message Date
Doug Schaefer
f097879171 Fix up build output console parsers to handle the case where the compiler is called with a wrapper script. 2007-04-12 18:00:00 +00:00
Mikhail Sennikovsky
ead2da2599 Fix for [Bug 181021] [Project Model]Source location and "exlude from build" settings are inconsistent 2007-04-10 10:20:35 +00:00
Mikhail Sennikovsky
cae9417adf Fix for [Bug 179662] Implement configuration-based scanner discovery in the make.core 2007-04-04 17:52:07 +00:00
Mikhail Sennikovsky
038a5598b4 Fix to avoid NPEs in data serialization for the case some settings are not initialized 2007-03-27 13:27:09 +00:00
Mikhail Sennikovsky
144c64ed44 Fix for scanner info settings serialization for [Bug 177940] Several project specific settings should be persisted with the project 2007-03-27 13:13:43 +00:00
Mikhail Sennikovsky
bcb116eda7 1. Scanner discovery fix
2. CDT variable contributor calculation fix
2007-03-27 11:03:52 +00:00
Mikhail Sennikovsky
f0cccf7f71 1. Additional Fix for [Bug 174936] [Scanner Discovery] Per file scanner discovery is broken with the New Project Model functionality
2. Bug-fixes
2007-03-21 15:49:35 +00:00
Mikhail Sennikovsky
5e04b06ded Scanner discovery fixes 2007-03-16 12:56:22 +00:00
Mikhail Sennikovsky
9734e3bb45 1. Initial fix for [Bug 174936] [Scanner Discovery] Per file scanner discovery is broken with the New Project Model functionality
2. Fix for [Bug 176301] Imported executables no longer recognized as binaries
3. Other bug-fixes
2007-03-15 17:34:41 +00:00
Vivian Kong
c3928a2c46 fix for bug 177431 2007-03-14 21:10:15 +00:00
Mikhail Sennikovsky
8fa0d6ad5d Preferences Discovery Profile settings enhancements/fixes 2007-03-07 11:27:54 +00:00
Mikhail Sennikovsky
6524989ba7 1. Build System Backward Compatibility 2007-03-06 18:48:55 +00:00
Doug Schaefer
ba02f49a64 Put back enough of the Standard builder to keep our internal stuff working. 2007-02-21 22:19:47 +00:00
Mikhail Sennikovsky
5fdd70a074 New Project Model initial check-in 2007-02-20 17:23:35 +00:00
Doug Schaefer
32981cd323 Bug 107952 - Added an environment parameter to the invokeProvider method of the external scanner discovery provider. The Managed Build container now fetches the env from the build settings and passes it down. 2007-02-02 02:16:06 +00:00
Ken Ryall
f1dab8c58e Fix bug 163094. 2007-01-03 16:29:12 +00:00
Norbert Pltt
c64385f973 Fix for #151005 - Error parser - cannot generate proper marker for file outside of the workspace 2006-11-20 08:14:14 +00:00
Markus Schorn
9350190911 Fix for 155096 by Martin Oberhuber, additional switches for gcc scanner discovery. 2006-11-10 11:46:38 +00:00
Markus Schorn
2d8f966f3b Fix for 150075, progress indication for indexer 2006-11-09 15:09:21 +00:00
Markus Schorn
d5e1e3f2ea Fix handling of cygdrive in scanner discovery 2006-11-06 13:16:26 +00:00
Anton Leherbauer
b7f5c2f33e Upversion to 4.0.0 and fix dependency version ranges (bug 157543) 2006-10-11 12:28:54 +00:00
David Daoust
e89a4f0149 Fix for 155088 2006-08-25 19:53:26 +00:00
David Daoust
d0cb4c3a58 fixed warning 2006-08-25 19:52:16 +00:00
Doug Schaefer
a48b5f55b1 Updated copyright dates to reflect latest in CVS. 2006-06-23 17:52:45 +00:00
Doug Schaefer
17464c08f4 Update Copyright dates and fix those that had no copyrights. 2006-06-23 17:27:03 +00:00
David Inglis
a94a0fef49 fixed for https://bugs.eclipse.org/bugs/show_bug.cgi?id=145602 2006-06-15 16:02:10 +00:00
Chris Recoskie
4836857ef3 update copyrights 2006-06-14 12:16:17 +00:00
David Inglis
634cd9cbf1 patch from Tianchao Li to fix bug # 136136 2006-05-25 14:33:29 +00:00
Doug Schaefer
7b0cf6dc03 Updated the about.html files. 2006-05-24 13:51:50 +00:00
David Inglis
b2265fc025 fixed bug #141541 2006-05-15 14:07:07 +00:00
David Inglis
9db611cefe patch from Tianchao Li to fix https://bugs.eclipse.org/bugs/show_bug.cgi?id=136136 2006-05-11 20:14:55 +00:00
David Inglis
5faf360a12 patch from Tianchao Li to fix https://bugs.eclipse.org/bugs/show_bug.cgi?id=136136 2006-05-11 18:31:37 +00:00
David Inglis
825bc6be8c patch from Tianchao Li to fix https://bugs.eclipse.org/bugs/show_bug.cgi?id=136136 2006-05-11 16:38:16 +00:00
David Inglis
5f63b203d2 fixed bug#131975 2006-03-15 17:16:08 +00:00
Doug Schaefer
2551429a69 Put back the build target types that were removed and marked them deprecated like a good API provider should. 2006-02-15 18:28:42 +00:00
David Daoust
bfec40f011 Defect 62772. Suppressed the make clean from happening on rebuild events. Works correctly for the standard build, but the managed build still programatically cleans the project. In the long run all builds should call "make all" and the explicit clean event should call "make clean". The managed makefiles will need to be enhanced so that they can never get "out-of-sync" with the source. 2006-02-14 17:54:02 +00:00
David Inglis
58f26dfed6 Fixed build for jar'd plugins
cleaned up .project files
2006-01-18 18:16:35 +00:00
Doug Schaefer
c5adedd369 Removed the PWD and CWD env vars from build. They were screwing up libtool under msys (pwd returned the env vars which had Windows \'ed paths). These shouldn't be needed. 2006-01-13 01:07:05 +00:00
Doug Schaefer
c5c47c0842 Trying out the .qualifier version for builds. 2006-01-03 19:11:47 +00:00
Leo Treggiari
d711b21f43 Add translatable attribute patch 2006-01-02 01:31:07 +00:00
Doug Schaefer
2b2f1eaba6 Got rid of the static project references in our .project files. PDE takes care of all this now through the plugin dependencies. Also fixed the wording of the PDOM enabler to make sure people know this is a work in progress. 2005-12-02 20:43:14 +00:00
Doug Schaefer
f68ca2c02b Made all of the plugins OSGi components. 2005-11-15 21:33:43 +00:00
Doug Schaefer
f1fa62b185 Upversioned everything. Changed the features to not unpack the plugins that don't have shared libraries. 2005-11-10 21:41:23 +00:00
Doug Schaefer
37216cd824 [105915] Updates to fix up the ISV docs 2005-08-05 15:20:45 +00:00
Alain Magloire
7860f3c765 Fix for PR 105898 2005-08-03 16:54:46 +00:00
Vladimir Hirsl
346e8f27c9 Fix for 87407: Scanner Discovery doesn't work if an encountered path contains spaces. 2005-07-15 19:30:33 +00:00
Vladimir Hirsl
090b00143d Fix for PR 103518: 'Convert to a C project: Autodiscovery setting doesn't inherit what is in Preference' and
PR 103520: 'Failed to show Includes folder for a converted std c/c++project'.
Fixed options inheritance and initialization of discovered paths container on project conversion.
2005-07-13 19:53:41 +00:00
Alain Magloire
0b7470dc63 Wrap the call in a CoreModel.run() 2005-07-09 02:44:13 +00:00
Vladimir Hirsl
095e5fa132 Fix for 102178: [Scanner Discovery] Default properties wrong for per-file scanner info profile. 2005-07-08 13:13:12 +00:00
Vladimir Hirsl
7436519c80 Fix for 102701: [Scanner Discovery] Per-file options also given to header files incorrectly.
Added check to remove include and macros files from returned scanner info that match the parsed resource.
2005-07-06 20:47:40 +00:00