1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Find a file
Sean Evoy bd35367d7c Commit for Leo Treggiari:
44568 - [Managed Build] -Xlinker option requires space separator
80119 - [Managed Build] Error in the Xlinker option's generated output
The code and the manifest file have been changed to correctly deal with
the -Xlinker option.  Multiple entries have separate -Xlinker options,
and there is a space between -Xlinker and the value.  The space is
handled by the new option.command functionality - "${VALUE}".

77399 - Managed Make Builder mangles subdir.mk if configuration of
        linked resource was changed
This was partially fixed before and was partially a user error.
Code has been added to output an error message to the console when
MBS sees a duplicate identifier in the loaded manifest files.

Partial fix:
80067 - [Managed Build] Wrong command for building in MMS
A fix has been added so that a command is not stored with a Tool
unless the user changes the value - i.e the Tool will inherit the
value from its suoer-class.  There is still an error with the Gnu
makefile generator when a configuration tool and a resource
configuration tool have different commands specified by the user.
This will be fixed later.
2004-12-07 15:12:00 +00:00
build Commit for Leo Treggiari: 2004-12-07 15:12:00 +00:00
core - visiting the C++ AST 2004-12-07 01:02:35 +00:00
debug New fix for bug 80034: Expressions view does not display correct no. of elements in array. 2004-12-07 05:14:18 +00:00
doc From Leo: a patch for the Getting Started -> CDT Importing an Existing Project Tutorial to match the updated MBS 2004-12-06 18:29:53 +00:00
launch/org.eclipse.cdt.launch The last character is missing in the launch configuration name generated from the binary file name. 2004-12-06 23:23:09 +00:00
releng Add copyright notices to feature.xml files. This is visible on the update site. 2004-11-17 02:01:53 +00:00