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

676 commits

Author SHA1 Message Date
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
Chris Recoskie
b27f90989b copyright updates 2006-06-12 15:19:12 +00:00
Mikhail Sennikovsky
27eee377fe Work-around fix for 145099 2006-06-09 15:25:49 +00:00
Mikhail Sennikovsky
f4fc7d4d27 Fix for 141001: FileContextBuildMacroValues now implements Cloneable 2006-05-26 16:34:09 +00:00
Mikhail Sennikovsky
3460bc971f Make user-defined includes and symbols appear first in the path entry list.
The current order is:
1. User values defined via options
2. User values defined via environment
3. Tool built-ins
2006-05-25 15:37:33 +00:00
Chris Recoskie
d849fab5d1 fix for 137674 2006-05-24 19:51:30 +00:00
Mikhail Sennikovsky
e55a3d34c0 additional target tool calculation fixes 2006-05-18 15:11:47 +00:00
Mikhail Sennikovsky
c39dabe4c2 target tool calculation now works when the targetTool is not specified with the tool-chain 2006-05-18 09:11:49 +00:00
Mikhail Sennikovsky
be6e4036d8 Changed the buildInfoVersion to 3.1 2006-05-15 15:06:42 +00:00
Mikhail Sennikovsky
3ca4a76b93 1. About.html update for the managed builder plug-ins
2. Enhanced error handling for Internal Builder invokation
3. The message is displayed now when the Internal Builder has nothing to build
2006-05-12 19:46:24 +00:00
Mikhail Sennikovsky
4a428df9d4 Do not cache settings sorred in project-scoped preferences. Work-around to bug#139911 to make the Internal Builder settings be properly restored on project import. 2006-05-10 15:48:12 +00:00
Leo Treggiari
8810434b27 Apply patch for Bugzilla 139988 - fix resource tool id generation 2006-05-04 18:50:47 +00:00
Leo Treggiari
0b807e8a44 Fix bugzilla 139323 - Inheritance problem with optionCategory 2006-05-03 00:24:44 +00:00
Chris Recoskie
52356c5c2f implemented build/clean selected files
TODO:  fix progress reporting messages
2006-05-01 02:42:01 +00:00
Leo Treggiari
76e3e03781 Make 2 makefile generation changes dealing with quotes and Echo:
1.  Use double quotes rather than single quotes around paths that may contain special characters
2.  We used to Echo a command and then issue the command prefixed with "@".  Now we just issue the command and let make echo it.
2006-04-28 13:28:39 +00:00
Mikhail Sennikovsky
488356be7d 1. Added methods to the IBuildResource for direct querying producer and dependent steps
2. Fixed Build Model java-doc comments
2006-04-27 15:16:06 +00:00
Mikhail Sennikovsky
bdebf10e1a Internal Builder does not use Spawner for now 2006-04-26 11:59:07 +00:00
Mikhail Sennikovsky
93c96e0452 Project remove handling fixes
Property manager fixes
2006-04-24 22:05:17 +00:00
Mikhail Sennikovsky
77d9a2e79b Progress Monitor support for internal builder 2006-04-24 14:13:06 +00:00
Mikhail Sennikovsky
064456a3b1 Internal Builder fixes/enhancements:
1. More smart error handling
2. Fix for the dir creation mechanism
2006-04-21 21:08:52 +00:00
Mikhail Sennikovsky
f1379fb1ed Property Manager update 2006-04-21 12:04:15 +00:00
Mikhail Sennikovsky
315143d916 Build Model debug(verbose) mode can now be enabled with the debug options 2006-04-20 12:08:13 +00:00
Mikhail Sennikovsky
f69a491f4d Fix for the bug#132001. The resource change handling now always initiated with the job 2006-04-19 14:32:18 +00:00
Mikhail Sennikovsky
aaae022798 Build Model and Internal Builder fixes and enhancements 2006-04-18 21:51:06 +00:00
Mikhail Sennikovsky
3343177fca Build Model and Internal Builder fixes and enhancements 2006-04-18 21:04:44 +00:00
Mikhail Sennikovsky
6140a76f77 Build Model and Internal Builder fixes and enhancements 2006-04-18 20:46:29 +00:00
Mikhail Sennikovsky
8cb0ec4707 Fix to not use the 1.5 Java Boolean.ParseBoolean() 2006-04-17 08:58:40 +00:00