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

552 commits

Author SHA1 Message Date
Mikhail Sennikovsky
2c66e22885 Small converter update 2007-03-16 18:29:10 +00:00
Mikhail Sennikovsky
5e04b06ded Scanner discovery fixes 2007-03-16 12:56:22 +00:00
Mikhail Sennikovsky
db758116da In case the custom builder does not have the build path specified, use the one from the configuration builder 2007-03-16 09:27:30 +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
eb221bb090 Externalization fixes 2007-03-09 19:04:32 +00:00
Mikhail Sennikovsky
8fa0d6ad5d Preferences Discovery Profile settings enhancements/fixes 2007-03-07 11:27:54 +00:00
Mikhail Sennikovsky
1b50189ae0 Serialization of converted project target 2007-03-06 20:44:20 +00:00
Mikhail Sennikovsky
99affdf646 1. Build System Backward Compatibility support
2. Bug-fixes
2007-03-06 18:43:39 +00:00
Mikhail Sennikovsky
1081f7076b Fix to the Builder ID constant 2007-03-01 15:33:47 +00:00
Mikhail Sennikovsky
48956ca53c Fix with a read-only list 2007-03-01 14:27:27 +00:00
Mikhail Sennikovsky
b557d74590 Removed APPLY notification on save since it is not needed there 2007-03-01 10:15:43 +00:00
Mikhail Sennikovsky
de47620e83 1.Additional fix for the [Bug 175581] Includes path entry not filled out with envVarBuildPath
2. Small UI fix to correctly get the builder command
2007-02-28 23:27:18 +00:00
Mikhail Sennikovsky
d6885590f9 1. Fix to [Bug 175836] project build macro no longer resolved in the new project model
2. [Bug 175581] Includes path entry not filled out with envVarBuildPath: project suppliers now working
3. Option event handling fixes
4. Other bug-fixes
2007-02-28 17:49:25 +00:00
Mikhail Sennikovsky
01ed38e9da Added a check for the project description and owner existence 2007-02-28 11:28:05 +00:00
Mikhail Sennikovsky
5727eccf3e Fix to [Bug 175581] Includes path entry not filled out with envVarBuildPath 2007-02-28 00:51:31 +00:00
Mikhail Sennikovsky
77a8e0ef9c 1. fix to [bug 175662] [Build] Include directory from workspace shows up invalid
2. fix to [Bug 175508] [New project model] Invalid warnings about includes in problems view
3. fix to [Bug 175198] Internal Builder does nothing after a clean.
4. fix to [Bug 175087] [New project model] PathEntry not converted
2007-02-27 19:03:54 +00:00
Mikhail Sennikovsky
975547bcca 1. Fix for the [Bug 175675] ClassCastException when parsing a file
2. Path Entry Variable Manager functionality is made as a wrapper over the Workspace-level Cdt Variables (aka Build Macros) functionality
3. bug-fixes
2007-02-27 12:13:30 +00:00
Oleg Krasilnikov
f55428ec76 Bug #112787 ManagedCommandLineGenerator not called to show Tool Settings:
check for empty inputResource added
2007-02-26 12:19:33 +00:00
Mikhail Sennikovsky
c391b1daf6 1. Bug-fixes for 175090 and 175091
2. Map is used to store the project-to-CProjectDescription associations instead of project session properties
3. Basis for functionality of preserving settings on resource rename/move.
2007-02-23 20:06:36 +00:00
Mikhail Sennikovsky
a92749a43e 1. Binrayr parser settings fixes
2. bug-fixes
2007-02-22 12:31:39 +00:00
Anton Leherbauer
1ae5457603 Fix for Bug 149569 - PDom does not store inactive include directives
and Bug 149568 - PDom does not store unresolved include directives
2007-02-21 12:26:58 +00:00
Mikhail Sennikovsky
5fdd70a074 New Project Model initial check-in 2007-02-20 17:23:35 +00:00
Doug Schaefer
6279316f60 Added libraries as input resources for the commands used by the internal builder. Without this, the libraries were being missed. 2007-02-05 04:24:54 +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
Andrew Ferguson
d6d9ed6df0 apply patch for 162172: make PDOM relocatable 2006-12-05 18:29:04 +00:00
Markus Schorn
4327e91e76 Fixes compile error (for those who still have jre-1.4 installed) 2006-10-25 08:14:59 +00:00
Oleg Krasilnikov
80f60cc552 Previously used "System.getenv()" method is not supported in Java 1.4.
Its functionality now replaced by another means.
2006-10-24 10:34:25 +00:00
Oleg Krasilnikov
c3bcbb5d9e Bug 156872: CDT Internal builder parallelization proposal 2006-10-13 11:30:26 +00:00
Markus Schorn
f5a4ba1d76 Introduces an API to access the PDOM, bug 149565. 2006-10-12 13:23:56 +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
Mikhail Sennikovsky
d6c3820f2a 1. Dependency tracking mechanism in Internal Builder
2. Build Model fixes
2006-10-09 16:44:55 +00:00
Doug Schaefer
c65629aa18 Fix the ascii type for this. 2006-09-25 17:37:44 +00:00
Norbert Plött
393d4235cd Bringing back changes from 1.27.2.2 to HEAD
(Bugs 156681, 156679, 157291 - Fixes to the help for the build systems.)
2006-09-20 12:07:59 +00:00
Chris Recoskie
a0368c245a fix for 148415 by Corey Ashford 2006-09-15 00:12:13 +00:00
Chris Recoskie
9b80d7cc67 fix character encoding 2006-09-13 15:45:42 +00:00
Mikhail Sennikovsky
5e5664eae5 Fix to make UTF-8 compatible (Bug# 157113) 2006-09-13 08:57:26 +00:00
Norbert Plött
a973860091 Fixing https:bug #156187 (PathEntry framework should handle cygwin style paths on Windows) 2006-09-12 06:16:41 +00:00
Chris Recoskie
9a285184f9 fix for 129782 by Andrew Ferguson 2006-09-11 20:06:21 +00:00
Norbert Plött
5dd0ee3043 Changing binary -> ascii committed some changes prematurely.
Reverting to the content of Rev. 1.27
2006-09-06 08:15:04 +00:00
Norbert Plött
eca28bea4a *.exsd files are actually ASCII, not binary! 2006-09-06 08:09:50 +00:00
Mikhail Sennikovsky
a7e7af7c47 Fix for the 125571: wiredness in delta handling in GeneratedMakefileBuilder 2006-08-28 15:08:15 +00:00
Mikhail Sennikovsky
ce1a8b474e Fix for bug#150972 2006-08-23 12:24:14 +00:00
Doug Schaefer
23daefc02e Dependencies didn't have their whitespaces escaped. This is needed for things like the Platform SDK. 2006-08-12 05:25:57 +00:00
Markus Schorn
752e150205 Extracted content type specific code to one common class. 2006-07-12 09:36:45 +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
Mikhail Sennikovsky
74e3308a05 Fix for bugs 140854 and 147296 2006-06-16 10:00:46 +00:00
Mikhail Sennikovsky
b3fa88e4c8 Fix for bug#147070 2006-06-15 14:55:53 +00:00
Chris Recoskie
4836857ef3 update copyrights 2006-06-14 12:16:17 +00:00