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

284 commits

Author SHA1 Message Date
Alain Magloire
db74457777 Do not expand to empty if the macro is not found. 2004-03-02 04:53:20 +00:00
Alain Magloire
3e3581e6bc added the missing sources. 2004-03-01 20:56:16 +00:00
Alain Magloire
dd5fdea8fa get the expanded String new method in IMakefile.java 2004-02-29 00:40:25 +00:00
David Inglis
479396734d mark string non-externalized 2004-02-27 03:36:52 +00:00
David Inglis
181ceb45e7 cleanup
improved error handling
2004-02-24 02:03:08 +00:00
David Inglis
a0d5e302cb fixed bug# 52490 2004-02-19 19:46:46 +00:00
David Inglis
228957743b some work on externalizing strings 2004-02-19 13:38:36 +00:00
David Inglis
44e85901c9 - update progress monitor to show complete build command
- update progress monitor to normailize over each build.
2004-01-13 18:53:52 +00:00
Doug Schaefer
8cceffb272 Fix the classpaths to use dynamic containers again.
My apologies :-)
2004-01-05 21:16:28 +00:00
Doug Schaefer
e1b04cf0c0 Added org.eclipse.core.runtime.compatability as a
dependency to satisfy Eclipse 3.0M6 requirements.
2004-01-05 20:26:57 +00:00
David Inglis
e8e72e90ad fixed bug #49143 2003-12-18 21:50:17 +00:00
Alain Magloire
9ddba7f91f added the builtin folder. 2003-11-26 19:09:17 +00:00
Doug Schaefer
9c677d807f Upversioned the plugins, etc to 2.0.0.
Made sure the jar files got included in the zips.
2003-11-25 18:24:55 +00:00
Doug Schaefer
9dc3aa63e5 Upgrade to Eclipse 3.0. Includes:
- upgrade plugin.xml files
- use PDE containers
- apply Eclipse 3.0 porting items, in particular openEditor and gotoMarker
- remove TestWorkbenches from test plugins
2003-11-24 18:31:03 +00:00
David Inglis
7750af19fa changes to address https://bugs.eclipse.org/bugs/show_bug.cgi?id=47241 2003-11-24 01:46:26 +00:00
David Inglis
c7fe5e657a fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=47224 2003-11-21 14:24:38 +00:00
Alain Magloire
4fda51818b updated. 2003-10-17 01:39:50 +00:00
David Inglis
a812ee80f7 revert alain change 2003-10-15 15:32:55 +00:00
Alain Magloire
44529a00c3 Bug fix. 2003-10-15 02:49:47 +00:00
David Inglis
943f1dbc94 added a stream monitor so that we can fuge that we are getting progress 2003-10-08 18:25:46 +00:00
Alain Magloire
4882849b8c StringIndexBufferException corrected. 2003-10-03 19:59:07 +00:00
Doug Schaefer
fe07db2d72 Upversioning everything to 1.2.0. 2003-10-01 20:23:21 +00:00
Alain Magloire
50e9f2922d forgetbuildstate if not building. 2003-09-30 15:40:51 +00:00
Alain Magloire
4424209abc Bug fix in isifndef(). 2003-09-25 18:51:06 +00:00
David Inglis
0b3617b29c revert last change oops... 2003-09-25 14:26:51 +00:00
David Inglis
2988957b03 update map should be the last step 2003-09-25 14:26:11 +00:00
David Inglis
6b17a6477b added meothd to test for target build on a project
added test for setting build info if value has changed or not
2003-09-25 13:40:29 +00:00
David Inglis
72dd63daed added make project id 2003-09-24 18:03:36 +00:00
David Inglis
03f315af98 fixed setting location path for target 2003-09-24 17:58:54 +00:00
David Inglis
ec1f9424bb added support for temporary targets 2003-09-24 14:20:21 +00:00
Alain Magloire
a35ae2df63 Remove of unnecessary lines. 2003-09-23 19:55:13 +00:00
David Inglis
e72e820aa8 fixed build location
added build location browser dialog
added help ids.
2003-09-23 14:04:58 +00:00
David Inglis
46e2ef2f7c fixed bug, https://bugs.eclipse.org/bugs/show_bug.cgi?id=43337 2003-09-22 12:44:46 +00:00
Alain Magloire
7b3404edad The working directory for the build was not set by default
catch it in the MakeBuilder.
2003-09-22 03:39:36 +00:00
Alain Magloire
9c0b2ed659 More work on the GNU makefile parser. 2003-09-21 19:09:27 +00:00
David Inglis
963a19457b check for container incase some one builds a target before adding 2003-09-19 18:33:51 +00:00
Alain Magloire
9acbfd6c2d ClassCastException fix 2003-09-19 17:57:24 +00:00
Alain Magloire
ba23269998 ClassCastException fix 2003-09-19 17:46:15 +00:00
Doug Schaefer
313f632a5d Fix the build. 2003-09-19 13:50:48 +00:00
Alain Magloire
0de973e3c5 Improve on the GNU makefile parser 2003-09-19 05:03:27 +00:00
David Inglis
87d759fe44 classpath update 2003-09-18 15:02:00 +00:00
David Inglis
4fbd2992e0 param name change for clarity 2003-09-18 14:56:23 +00:00
Doug Schaefer
7a365daf02 Fixed up plugin.xml to make sure it exports its classes. 2003-09-17 14:19:33 +00:00
Doug Schaefer
276c84505a Fix up the build properties for the make plugins. 2003-09-17 13:15:14 +00:00
David Inglis
3949e8e7db update cached info if present 2003-09-17 03:07:01 +00:00
Alain Magloire
79a8a117d0 Fix the parser 2003-09-10 03:10:10 +00:00
Alain Magloire
0ec0b04c3e New draft for GNU Makefile 2003-09-09 03:52:15 +00:00
Alain Magloire
084ae250ef Some variable contains += 2003-09-09 03:51:35 +00:00
Alain Magloire
c6b5dbad42 Try command rule first. 2003-09-09 03:51:15 +00:00
Alain Magloire
013b7794ef be aware of += and :: and := 2003-09-08 20:10:52 +00:00