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
f530f86969 Additional fix for [Bug 197685] CfgScannerConfigInfo should getContainer with proper profileId 2007-07-27 12:19:32 +00:00
Mikhail Sennikovsky
128f34e967 Fix for [Bug 197685] CfgScannerConfigInfo should getContainer with proper profileId to make the default profile id picked up from the tool-chain 2007-07-27 11:36:26 +00:00
Mikhail Sennikovsky
fcf6db2881 1. follow-up to fix for [Bug 196048] Updating .cproject from CVS does not cause reload of settings
2. initial fix for [Bug 196284] ConcurrentModificationException during getProjectDescription
2007-07-26 16:33:29 +00:00
Doug Schaefer
04e799d307 Added hasNature expression for MBS enablement. This allows things like setting magic options when the C++ nature is in effect for a project, like for the linker. 2007-07-25 20:21:01 +00:00
Doug Schaefer
2afd57655c Update changed plugins to 4.0.1. 2007-07-24 21:23:31 +00:00
Mikhail Sennikovsky
af85d3c23d Patch from Sergey Prigogin for bug[195778] Silly bug in BuildEntryStorage.java 2007-07-24 16:44:25 +00:00
Mikhail Sennikovsky
633b10b954 fix for [Bug 195129] Makefile and parallel build fails 2007-07-05 11:03:50 +00:00
Mikhail Sennikovsky
4969836e86 Fix for [Bug 194611] binary parser properties lost on CDT-4.0.0-I200706261300 2007-06-28 13:00:29 +00:00
Mikhail Sennikovsky
103eaadb1c Schema and documentation updates 2007-06-22 18:58:25 +00:00
Mikhail Sennikovsky
a8fc0d2cbd Fix for [Bug 194003] [Internal Builder] Does not properly support multiple configuration builds 2007-06-22 16:42:25 +00:00
Leo Treggiari
3fc4ba7268 Fix spelling errors 2007-06-19 16:40:28 +00:00
Mikhail Sennikovsky
d31446aba0 more easy way of integrating to the general project types in the new project wizard 2007-06-19 09:29:21 +00:00
Mikhail Sennikovsky
eecd9b3834 Fix for [Bug 193007] NPE at Makefile Project preference page on the Mac 2007-06-18 11:48:44 +00:00
Mikhail Sennikovsky
786867b4be relative path calculation fixes on Linix 2007-06-15 16:26:55 +00:00
Mikhail Sennikovsky
42b622ae87 Fix for cdt variable (Build Macros) functionality 2007-06-15 14:27:59 +00:00
Mikhail Sennikovsky
d93eede391 externalization fixes 2007-06-15 11:22:50 +00:00
Mikhail Sennikovsky
e30e3da19e 1. Fix for [Bug 192838] Fix for MBS old project conversion logic
2.follow up for the fix for [Bug 192423] Project conversion should NOT occur in case the tool-chain definition is not installed
2007-06-15 10:49:55 +00:00
Doug Schaefer
bb9d23482d Fix up copyrights. 2007-06-14 19:11:50 +00:00
Mikhail Sennikovsky
15620e0b89 1. JavaDoc foxes for [Bug 191913] ICProjectDescriptionManager.getProjectDescription returns null
2. make the setProjectDescription throw CoreException instead of IllegalArgumentException in case of the inability to aquire the root rule
2007-06-14 18:02:57 +00:00
Mikhail Sennikovsky
d8ba0d98a9 Fix for [Bug 192423] Project conversion should NOT occur in case the tool-chain definition is not installed 2007-06-14 16:40:26 +00:00
Mikhail Sennikovsky
ad7f173337 Backward compatibility fix: saveBuildInfo should NOT fail in case the root rule can not be obtained 2007-06-14 11:27:21 +00:00
Doug Schaefer
45650ad06d Still trying to fix build errors caused by non UTF-8 characters. 2007-06-12 15:50:58 +00:00
Doug Schaefer
a22ef372aa Still trying to fix build errors caused by non UTF-8 characters. 2007-06-12 15:49:53 +00:00
Doug Schaefer
37e03240ee Still trying to fix build errors. 2007-06-12 04:02:52 +00:00
Doug Schaefer
06a641b410 Still trying to fix build errors. 2007-06-12 03:44:51 +00:00
Doug Schaefer
97cfc9cf97 Make sure we have everything exported from managed builder core to the tests. 2007-06-12 03:28:24 +00:00
Mikhail Sennikovsky
a032fbd206 1. Fix NPE in the New Project Wizard
2. Fix to [Bug 189125] [New project model] Stroage modules don't get copied
3. Fix to build path settings
2007-06-08 16:00:45 +00:00
Doug Schaefer
70485d4e01 Bug 191686 - added .out extension to executables content type. 2007-06-08 14:30:44 +00:00
Mikhail Sennikovsky
2f72db3571 1. Schema fixes
2. test tool-chain definition fixes
2007-06-08 10:42:23 +00:00
Mikhail Sennikovsky
31841a2ffe 1. Tool anouncement message fixes
2. Target tool calculation fixes
2. test fixes
2007-06-08 10:24:42 +00:00
Mikhail Sennikovsky
bdc308c231 display an error in case of Internal Builder failure 2007-06-07 13:07:52 +00:00
Mikhail Sennikovsky
317bdea60e Fix for [Bug 157563] Close Project serializes the configurations of all projects in workspace 2007-06-06 18:19:08 +00:00
Mikhail Sennikovsky
e8fa5343a0 1. Fix to not build the non-initialized project
2. small UI fixes
2007-06-06 15:45:47 +00:00
Mikhail Sennikovsky
3f69713735 externalization fixes 2007-06-06 10:19:57 +00:00
Mikhail Sennikovsky
05a1de46e9 Fix for the [Bug 189593] [Internal Builder] Builder always performing full build (reopening workspace) 2007-06-05 17:07:44 +00:00
Mikhail Sennikovsky
2fb5e7eb6e Fix for [Bug 172078] Check for error on makefile generation 2007-06-05 15:50:26 +00:00
Mikhail Sennikovsky
0209a3ac9b Fix for [Bug 187092] [Internal Builder] Build output directory not created when pre-build step is run 2007-06-05 15:16:28 +00:00
Mikhail Sennikovsky
3b2085290f 1. language setting entries calculation fixes
2. test updates
3. CDt variables fixes
2007-06-05 13:47:26 +00:00
Oleg Krasilnikov
6375411080 Bug #190173: patch by Bala Torati. 2007-06-05 09:12:35 +00:00
Doug Schaefer
f152c91817 Bug 185301 - add .elf as a standard file association for the Executable File content type. This is used a lot for embedded systems development. 2007-06-04 15:07:29 +00:00
Mikhail Sennikovsky
8feab4d4ce 1. Cdt Variable functionality fixes
2. tests update
2007-05-31 18:18:36 +00:00
Mikhail Sennikovsky
a415f36011 1. Fix for the [Bug 189301] Regression: Build Make Target adds -k flag
2. additional small bug-fixes to the custom builder mechanism
2007-05-31 13:31:39 +00:00
Mikhail Sennikovsky
11b35857bf 1. Fix for [Bug 188963] New builder need to tell build system to manual build
2. Fix for [Bug 189302] Build command for make target should default to the project one
3. Small bug-fixes
2007-05-31 12:46:56 +00:00
Mikhail Sennikovsky
c800804ed1 Externalization fixes 2007-05-30 14:55:30 +00:00
Mikhail Sennikovsky
d118d88beb 1.Fix for [Bug 189125] [New project model] Stroage modules don't get copied
2. small bug-fixes
2007-05-30 14:53:23 +00:00
Mikhail Sennikovsky
fa5ff5f046 1. Enabling more managed build tests
2. bug-fixes
2007-05-30 11:54:50 +00:00
Doug Schaefer
77bb9964a6 Bug 189539 - Fix dates on about.html files to reflect projected release date. 2007-05-29 03:48:49 +00:00
Mikhail Sennikovsky
43e78cee49 1. Fix for [Bug 189277] Workbench Build Behaviour isn't persisted accross workbench restarts
2. Mark the cproject description as modified in case the session properties are changed
3. Basics for allowing the empty (with no configurations) project description in case the icCdtProjectCreating state is true
2007-05-28 15:43:52 +00:00
Mikhail Sennikovsky
18e5e42cd9 Fix to conform to the new Path behavior 2007-05-25 11:00:43 +00:00
Mikhail Sennikovsky
fa349eca76 Fix to the setNewProjectVersion method 2007-05-24 19:12:28 +00:00