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

107 commits

Author SHA1 Message Date
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
Doug Schaefer
0abb42e093 Patch for Sean Evoy:
- I have removed the binary parser selection from the
new managed project wizard and hard-coded the proper
parser ID in the plugin spec for the build model. There is
an updated JUnit test that verifies this change to the
build model. 
- There is also a fix for the library problem on *nix. The
makefile pattern was also changed slightly to better
capture the dependencies between the build target and
the outputs of other managed projects.
2003-09-22 02:32:08 +00:00
Alain Magloire
e1ef9ffd9f More work to support gnu makefiles 2003-09-21 19:10:19 +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
David Inglis
75031996e1 more check to prevent NPE plus "build" will dismiss the target dialog before building 2003-09-19 14:58:42 +00:00
Doug Schaefer
313f632a5d Fix the build. 2003-09-19 13:50:48 +00:00
Alain Magloire
eaab8181d0 new icons and improvement on the MakefileEditor
by using a working copy to maintain the parse makefile
2003-09-19 05:04:37 +00:00
Alain Magloire
0de973e3c5 Improve on the GNU makefile parser 2003-09-19 05:03:27 +00:00
David Inglis
b7c0c7a977 build target control should be right after target name 2003-09-18 18:18:30 +00:00
David Inglis
d32b3bf161 classpath update 2003-09-18 15:10:44 +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
David Inglis
52011a4991 add make view is c perspective 2003-09-18 14:33:31 +00:00
David Inglis
045fd62f36 fixed NPE 2003-09-18 14:32:38 +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
Doug Schaefer
c7a74ef049 Patch for Sean Evoy:
- The fix is for bug 43017, something I need anyway. The 
incremental build work is to make a full rebuild happen when the build 
settings change through the UI. Tested the changes on Linux and Win32.
2003-09-16 21:27:58 +00:00
Doug Schaefer
79d4dd460c Make sure everything is exported out of the plugins. 2003-09-16 19:23:40 +00:00
Doug Schaefer
40b0ef8dbb Fixed up the build properties. 2003-09-16 18:34:27 +00:00
David Inglis
97ef2c67d1 prompt for convertion on statup if workspace contains old make projects 2003-09-16 18:18:36 +00:00
Doug Schaefer
7b35a1a68b fixed up the build.properties file. 2003-09-15 21:34:16 +00:00
Doug Schaefer
05c2f2915e Removed the dependency on make. 2003-09-15 21:05:54 +00:00
Doug Schaefer
d18851f2d7 Patch for Sean Evoy:
- Move the managed builder to it's own plugins and feature.
2003-09-15 20:44:43 +00:00
Alain Magloire
79a8a117d0 Fix the parser 2003-09-10 03:10:10 +00:00
Alain Magloire
8a3a52b54a add the value part of the tootip for macros. 2003-09-09 19:09:14 +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
11cdc640c6 Refactor constants 2003-09-08 20:11:55 +00:00
Alain Magloire
a3e7c1ab78 _ is also part of a word 2003-09-08 20:11:37 +00:00
Alain Magloire
5cada17513 Remove obsolete constant 2003-09-08 20:11:18 +00:00
Alain Magloire
013b7794ef be aware of += and :: and := 2003-09-08 20:10:52 +00:00
Alain Magloire
f5a40d1db9 Fix the parsing. 2003-09-08 20:10:26 +00:00
Alain Magloire
7f1f51e837 indent 2003-09-08 16:20:25 +00:00
Alain Magloire
f4a7b9bcc3 null out the makefile variable 2003-09-08 16:20:15 +00:00
Alain Magloire
78f034de45 Fix to the parser 2003-09-08 16:19:39 +00:00
Alain Magloire
e6e17610e5 Work on code completion and hover. 2003-09-08 04:59:14 +00:00
Alain Magloire
b618113882 Put imports 2003-09-08 04:58:16 +00:00
Alain Magloire
02988e794e trim strings 2003-09-08 04:57:59 +00:00
Alain Magloire
a8edb98ca7 Makefile adapter. 2003-09-08 04:57:30 +00:00
Alain Magloire
3638c876a5 new File BadStatement 2003-09-08 04:57:16 +00:00
Alain Magloire
b5bfa05375 Add BadStatement 2003-09-08 04:56:50 +00:00
Alain Magloire
39e50dd226 Change visibility of fields. 2003-09-07 19:52:20 +00:00
Alain Magloire
a408d89e9f change visibility of fProject 2003-09-07 19:51:46 +00:00
Alain Magloire
15c9704c98 refactor effect of a rename 2003-09-07 19:45:37 +00:00
Alain Magloire
afecf0245a New images for the Makefile editor. 2003-09-07 19:45:15 +00:00