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

272 commits

Author SHA1 Message Date
Leo Treggiari
cb882ca610 Add checks for conversion to 1.2 project conversion 2005-09-21 19:04:10 +00:00
Leo Treggiari
dcec32b0ef Consider resource configuration tools during conversion 2005-09-21 19:03:27 +00:00
Leo Treggiari
f31b6c334c Fix problem with resource configurations 2005-09-16 23:25:37 +00:00
Leo Treggiari
6ac0c5c7eb Remove unused variable 2005-09-16 23:24:18 +00:00
Leo Treggiari
5f43e1dbcb Fix for bug 104515 - converter support for 2.0 projects 2005-09-16 14:09:09 +00:00
Leo Treggiari
198fe4fdd8 Resolve macros in inputs and outputs 2005-09-14 23:23:16 +00:00
Leo Treggiari
4fb623c366 Fix bug introduced after 3.0 regarding resource configuration options 2005-09-12 02:54:51 +00:00
Leo Treggiari
0c84b90020 Bug fixes for conversion functionality 2005-09-09 14:23:58 +00:00
Leo Treggiari
b243933e48 Remove check from loadExtensions and just do it in loadExtensionsSynchronized. Otherwise, a caller to loadExtensions could try to use the extension maps before they are populated. 2005-09-02 19:03:33 +00:00
Leo Treggiari
b3614c4ad4 Fix bugs with external dependency calculation 2005-08-28 15:56:17 +00:00
Leo Treggiari
a1ccd95cad Apply Bob M. patch for browseType and resourceFilter attributes.
Fix problem with overridesOnlyValue uncovered by Bob's fix.
2005-08-23 22:01:17 +00:00
Leo Treggiari
a750708290 Fix documentation with commandLinePattern 2005-08-12 21:26:02 +00:00
Leo Treggiari
9ac46ef79e Fix bug with adding Option inputs to the dependency list 2005-08-12 21:09:53 +00:00
Leo Treggiari
c63d1a13eb Fix documentation for osList and archList 2005-08-12 15:58:34 +00:00
Mikhail Sennikovsky
9e2941d120 Checked in the fix for the bug# 105754 2005-08-03 17:06:56 +00:00
Mikhail Sennikovsky
09ed69dcb6 Checked in the patch from Bob Monteleone that fixes the problem with updating a CDT 1.2 project to CDT 3.0 where a property of type enumeration has changed 2005-07-29 13:28:03 +00:00
Leo Treggiari
16e8febd47 Check for null in getOptionById 2005-07-28 00:13:22 +00:00
Leo Treggiari
0cbe23f5fe Fix problem with converter code 2005-07-22 22:52:07 +00:00
Mikhail Sennikovsky
0252f611c0 The resource change handling initialization job is now set to system 2005-07-21 18:01:16 +00:00
Mikhail Sennikovsky
bc2e0cf0d6 Fix for the bug# 103372 for the 3.0 2005-07-14 09:23:10 +00:00
Leo Treggiari
07d3cbbf01 Fix problem with trying to access managedBuildInfo before the .cdtbuild file is created
Update how .c extension is added to a converted project
Update how the project specific file extensions are obtained
Fix problem with resolving options
2005-07-10 03:25:24 +00:00
Mikhail Sennikovsky
1e2b239bc3 calculating the CDT_LIBRARY entries from the managed build options is disabled for now, we need to define a new option type that will represent library paths.
see bug# 100844
2005-07-08 11:21:03 +00:00
Mikhail Sennikovsky
5712651d44 Checked in some fixes for the managed project v2.1 update mechanism and project update tests 2005-07-07 16:40:05 +00:00
Leo Treggiari
3ed18af344 Reset configure method to previous implementation 2005-07-06 18:25:25 +00:00
Mikhail Sennikovsky
3c93caf4c9 Checked in the resouece renaming/deletion handling for MBS. When the resouece is either renamed ore deleted, the project ResourceConfiguration data is updated now.
Also checked in the test for verification resouece renaming/deletion handling.
2005-07-06 17:56:13 +00:00
Leo Treggiari
b6b99ac40a Fix problem with building when a referenced project has changed. 2005-07-06 14:57:21 +00:00
Leo Treggiari
f4ecd61137 Fix *Dirty to account for new children 2005-07-04 22:51:47 +00:00
Chris Recoskie
d4b824ca8c crecoskie July 4, 2005
- applying patch from Jeremiah Lott to allow subclassing of the way the
makefile builder obtains the build info
2005-07-04 14:00:13 +00:00
Leo Treggiari
c488f8ca33 Fix for problem with tool-chain defined at top level in manifest 2005-07-02 20:34:48 +00:00
Leo Treggiari
700bf57ccc Fix 100581 - add the .c extension to the project-specific C++ Source File type when converting an old CDT C++ project 2005-06-30 20:00:44 +00:00
Leo Treggiari
03cb2a3ec9 Fix for problem converting CDT 1.2 & 2.0 projects 2005-06-28 16:53:14 +00:00
Mikhail Sennikovsky
ab117ca51d Fixed the bug that macros specified in the OBJECTS and LIBRARIES options are always kept unresolved in the buildfile 2005-06-27 12:19:02 +00:00
Doug Schaefer
2fd25239b8 EPL'ing the CDT. 2005-06-27 03:46:51 +00:00
Leo Treggiari
cb24633d18 Update MBS to use project-specific content types when available 2005-06-26 03:54:50 +00:00
Mikhail Sennikovsky
2b8dec03b8 Added support for the options that contained by a tool-chain 2005-06-24 21:01:21 +00:00
Mikhail Sennikovsky
46044323e3 Checked in the copyright fixes for the schema files 2005-06-24 10:34:53 +00:00
Mikhail Sennikovsky
423dc95621 The fix for the bug#65148 2005-06-23 08:41:00 +00:00
Chris Recoskie
e1abf3b487 crecoskie June 20, 2005 - updating copyright and license info for EPL transition 2005-06-20 20:52:53 +00:00
Mikhail Sennikovsky
d0824d23fd Checked in the patch from Andrew Ferguson that contains some corrections for the buildDefinitions schema, and added some more schema corrections. 2005-06-15 15:57:08 +00:00
Mikhail Sennikovsky
db48cbe5a9 Committed the patch from David Daoust that fixes the string externalization warnings 2005-06-15 15:24:44 +00:00
Mikhail Sennikovsky
3e9660ea3e 1.Applied the patch from Bill Hilliard: the tool-settings block is now not created for the non-build resources
2.Fixed the bug with the incorrect obtaining of the resource configuration for the given resource
2005-06-15 14:01:51 +00:00
Mikhail Sennikovsky
ed3ae35c1d The fix for setting/getting the valueHandler Extra Argument from Bala Torati 2005-06-15 12:54:15 +00:00
Chris Recoskie
9f79372988 crecoskie June 13, 2005
- fix for Bugzilla 99483 (NPE in MBS if you have a file with no extension)
2005-06-14 02:08:29 +00:00
Leo Treggiari
3c624f71bf Minor bug fixes and enhancements for Options & OptionHandlers 2005-06-10 20:07:28 +00:00
Leo Treggiari
9779911ecc Update some doc comments 2005-06-10 18:09:48 +00:00
Leo Treggiari
1b65728185 Add getBaseId method to IBuildObject 2005-06-10 16:57:45 +00:00
Mikhail Sennikovsky
76e795521a The fix for the null-pointer exception that occured because of the rcbs tools do not have a super-class 2005-06-10 15:50:21 +00:00
Leo Treggiari
92e840899d Apply patch from Sunil Davasam for multi-version and converter support 2005-06-10 15:22:01 +00:00
Mikhail Sennikovsky
f6656c68c4 Checked in some fixes related to the path entry update mechanism. testScannerInfo intergace does not faill now. Added some minor fixes to the build environment tests. 2005-06-09 17:34:45 +00:00
Alain Magloire
929be9e002 Part fix for PR 94658 2005-06-09 16:27:56 +00:00