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

695 commits

Author SHA1 Message Date
Leo Treggiari
c733971c61 Ise -dynamiclib for creating shared libraries on MacOS X 2005-07-10 03:19:36 +00:00
Alain Magloire
0b7470dc63 Wrap the call in a CoreModel.run() 2005-07-09 02:44:13 +00:00
Chris Recoskie
c299e7df97 crecoskie July 8, 2005
- applying patch from Jeremiah Lott to extract some functionality into protected methods
2005-07-08 17:33:11 +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
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
7425c75771 fixed the bug with handling the case of executing the CygPathResolver on non-windows systems 2005-07-07 18:57:20 +00:00
Mikhail Sennikovsky
f4b1edba07 CygwinPathResolver now detects whether mingw or cygwin version of gcc is used and treats include paths stored in CPATH, etc. env variables depending on that. For mingw env variable values are treated as the list of windows-style paths, while for cygwin values are treated as the list of cygwin-style paths 2005-07-07 18:39:57 +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
b4926ba45a Fix when rcbs calls for a build.
Fix when only the rcbs property page is displayed
2005-07-07 01:00:22 +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
Leo Treggiari
3ed18af344 Reset configure method to previous implementation 2005-07-06 18:25:25 +00:00
Leo Treggiari
db06ca5d13 Don't set binary parsers here - they are set by ManagedMakeProject.update 2005-07-06 18:24:50 +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
4d55560528 For Gnu libraries option, use BrowseType=none since the value entered is not a full file spec. 2005-07-06 17:10:27 +00:00
Leo Treggiari
b6b99ac40a Fix problem with building when a referenced project has changed. 2005-07-06 14:57:21 +00:00
Vladimir Hirsl
6833f73fa5 Fix for 102709: Conversion to LONG_NAME/SHORT_NAME in GCCPerFileBOPConsoleParser causes problems.
Conversion to a generic command line now excludes -include and -imacros options.
2005-07-05 20:06:28 +00:00
Vladimir Hirsl
23bf7780e8 Fix for 102348: cygpath not found.
Cygpath is asked for translation only if "/..." include paths are discovered on WIN32 platform.
2005-07-05 15:12:10 +00:00
Leo Treggiari
f4ecd61137 Fix *Dirty to account for new children 2005-07-04 22:51:47 +00:00
David Inglis
aee9835a95 fixed bug#94981 2005-07-04 15:17:23 +00:00
David Inglis
bcf69885a2 fixed for bug#94831 2005-07-04 14:06:27 +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
a9602f87cf Add test for top-level tool-chain 2005-07-03 03:55:29 +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
Chris Recoskie
841ba5d06f crecoskie July 1, 2005
- Applying minor patch from Jerimiah Lott to refactor some code into protected methods.  This should allow for better subclassing of the wizard.
2005-07-01 18:53:56 +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
Vladimir Hirsl
b6a787a64a Re-fix for PR 102058: Per file discovery + Extended Scanner Info + C Project does not work
Fixing per project scanner config discovery too.
2005-06-29 15:46:44 +00:00
Vladimir Hirsl
a4b032301a Fix for PR 102058: Per file discovery + Extended Scanner Info + C Project does not work.
Fixed a bug with unitial updating of discovered scanner info.
2005-06-29 05:00:42 +00:00
Chris Recoskie
6edaf6ef3c crecoskie June 28, 2005
- fixing Bugzilla 102072 (custom wizard pages are only displayed the first time the wizard is invoked)
2005-06-28 19:32:55 +00:00
Leo Treggiari
03cb2a3ec9 Fix for problem converting CDT 1.2 & 2.0 projects 2005-06-28 16:53:14 +00:00
Vladimir Hirsl
e7527608ff Fix for PR 102015: [Scanner Config] Per file discovery does not discover any info for a new project.
Missing files are now created during MakeCorePlugin startup.
2005-06-28 15:12:33 +00:00
Mikhail Sennikovsky
9f57f32a20 Fixed the bug related to the preferences dialog resizing when the build preference page is displayed 2005-06-27 13:03:38 +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
1f78ede7df Add resource custom build step test 2005-06-26 17:25:13 +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
ec7b5fa286 Some fixes for the managed build environment and macros UI. All UI issues that seemed to randomly appear previously should be gone now 2005-06-24 20:53:05 +00:00
Vladimir Hirsl
e5baf66734 Fix for 101156: Scanner Info Discovery support needs to allow specification of compiler command.
New attribute is added to scannerInfoConsoleParser element in ScannerConfigurationDiscoveryProfile extension point schema. No public API has been changed.
2005-06-24 19:37:26 +00:00
Mikhail Sennikovsky
46044323e3 Checked in the copyright fixes for the schema files 2005-06-24 10:34:53 +00:00
David Inglis
cf09e84a32 CPL to EPL transistion - license header update for IBM 2005-06-23 16:02:46 +00:00
David Inglis
92cae3205a CPL to EPL transistion - license header update for QNX 2005-06-23 16:01:26 +00:00
Doug Schaefer
e470be8631 EPL'ing the CDT. 2005-06-23 14:44:35 +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
Vladimir Hirsl
f33fc3358d Externalized string in DiscoveredPathContainerPage.
Fix for 99275: ScannerInfo UI extension point issue.
2005-06-14 15:44:44 +00:00
David Inglis
f2febe8b52 added build target job to manual build family 2005-06-14 14:44:11 +00:00