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

8892 commits

Author SHA1 Message Date
Leo Treggiari
76e3e03781 Make 2 makefile generation changes dealing with quotes and Echo:
1.  Use double quotes rather than single quotes around paths that may contain special characters
2.  We used to Echo a command and then issue the command prefixed with "@".  Now we just issue the command and let make echo it.
2006-04-28 13:28:39 +00:00
Markus Schorn
c44541e741 Removed unnecessary call to available() 2006-04-28 11:19:04 +00:00
Markus Schorn
4cc10e41b6 Let spawner kill subprocesses, bug 119387 2006-04-28 08:33:43 +00:00
Markus Schorn
17fe1a203d Removed implementation of available0, as it depends on a specific JVM, bug 119618 is still open. 2006-04-28 07:28:04 +00:00
Ken Ryall
325f5713fa Add another 'contains' that uses a source file name/path to search. 2006-04-28 03:24:32 +00:00
Ken Ryall
9d411ea3bc Only assume that all threads are suspended or resumed if the target does not support per thread control. 2006-04-28 03:23:09 +00:00
Ken Ryall
41b04c93d1 When the target supports runtime type identification clear out the cached type when a new value is created. Also fix a problem with global variables not always being updated. 2006-04-28 03:21:58 +00:00
Ken Ryall
1b35e42b33 When the target supports runtime type identification clear out the cached type when a new value is created. 2006-04-28 03:21:00 +00:00
Ken Ryall
34ff75dab8 Look in CVariable for the stack frame before resorting to the one from the RegisterManager. 2006-04-28 03:19:38 +00:00
Ken Ryall
e854db5a01 Threads are always "current" if the target supports thread control. 2006-04-28 03:16:55 +00:00
Ken Ryall
2b0840e29a Clear the value string if the target supports passive variable updating. 2006-04-28 03:15:54 +00:00
Ken Ryall
26bde110fa Extend the ICDITargetConfiguration interface to identify targets that support thread control, passive variable updating, and runtime type identification. 2006-04-28 03:12:53 +00:00
Ken Ryall
6072b998aa Add support for finding external resources. 2006-04-28 02:32:24 +00:00
Ken Ryall
85d212d1c4 Allow public access to project so clients can use it to resolve name conflicts. bug 130823 2006-04-28 02:26:06 +00:00
Markus Schorn
f71ec39ffc Removes command line length limitation and implements method available(), bug 119618, 138444. 2006-04-27 16:23:38 +00:00
Markus Schorn
a8376d0bb8 Let spawner kill subprocesses, bug 119387. 2006-04-27 16:22:05 +00:00
Markus Schorn
258e48d547 Removes command line length limitation, bug 138444. 2006-04-27 16:20:53 +00:00
Markus Schorn
8272805b36 Changes to source to fix 119618, binaries to be compiled. 2006-04-27 16:16:09 +00:00
Mikhail Sennikovsky
488356be7d 1. Added methods to the IBuildResource for direct querying producer and dependent steps
2. Fixed Build Model java-doc comments
2006-04-27 15:16:06 +00:00
Mikhail Sennikovsky
c521553711 Patch for file-list browse support from Sascha Radike <sradike@ejectlag.com> 2006-04-27 09:50:10 +00:00
Leo Treggiari
52bca0701f Test renamed from linkedLib 2006-04-27 00:36:48 +00:00
Doug Schaefer
165512e1b8 Fix look issues when resizing the dialog. 2006-04-26 19:09:42 +00:00
Doug Schaefer
e9210dce8c Bug 138676 - fix scalability in the Configurations table in the New Managed Project wizard. 2006-04-26 16:58:45 +00:00
Markus Schorn
0ae9539298 Patch from Anton Leherbauer for bug 39521, highlighting of number constants. 2006-04-26 13:26:27 +00:00
David Inglis
d4ee99391a fix for bug#106064
patch from  Anton Leherbauer
2006-04-26 13:24:00 +00:00
Mikhail Sennikovsky
bdebf10e1a Internal Builder does not use Spawner for now 2006-04-26 11:59:07 +00:00
Doug Schaefer
71f9b034c8 Hooked up the ctags preferences/property page. Optimized the use of Strings and extracting them out of the database. Fixed up the ctags delta handling. 2006-04-25 23:18:04 +00:00
Markus Schorn
bfb871dd28 Patch from Anton Leherbauer for bug 78670, add *.c++ to content-type. 2006-04-25 13:58:57 +00:00
Markus Schorn
d85160f0be Patch from Anton Leherbauer for bug 39399, 'goto home' in CEditor. 2006-04-25 13:50:43 +00:00
Markus Schorn
e6af39c712 Patch from Anton Leherbauer for 138330, NPE in AsmEditor 2006-04-25 12:00:17 +00:00
Mikhail Sennikovsky
93c96e0452 Project remove handling fixes
Property manager fixes
2006-04-24 22:05:17 +00:00
Doug Schaefer
45152faccd A little ctags clean up. Added delta handling for Ctags. Looks a lot like Fast and Full, no? 2006-04-24 18:54:15 +00:00
Doug Schaefer
126b76f557 Clean up the Null indexer's reindexing. 2006-04-24 18:36:57 +00:00
Doug Schaefer
c7708b4e2b Cleaning up the Full and Fast indexers. They are pretty close now. 2006-04-24 18:31:33 +00:00
Doug Schaefer
7f420507cd Better delta handling for Full indexer. 2006-04-24 17:54:17 +00:00
Doug Schaefer
363013fb48 Fixed a couple of NPEs in PDOM inclusion stuff. Added delta handling to Full Indexer. 2006-04-24 16:54:19 +00:00
Mikhail Sennikovsky
77d9a2e79b Progress Monitor support for internal builder 2006-04-24 14:13:06 +00:00
Doug Schaefer
d29e62720b PDOM - Added file inclusions to index. Started the Full Indexer. Change the visit method on BTrees to be accept, as is the standard name for such things. 2006-04-22 21:51:46 +00:00
Mikhail Sennikovsky
064456a3b1 Internal Builder fixes/enhancements:
1. More smart error handling
2. Fix for the dir creation mechanism
2006-04-21 21:08:52 +00:00
Mikhail Khodjaiants
b21c75453d Don't create pty when using gdbserver. 2006-04-21 18:09:10 +00:00
Doug Schaefer
04be564ed0 Finishing off AllTypesCache to put back the return nulls. 2006-04-21 16:22:41 +00:00
Doug Schaefer
2d22bce5ac Finishing off AllTypesCache to throw not implemented errors on the methods I haven't ported yet. 2006-04-21 16:20:27 +00:00
Doug Schaefer
f1d3ff83c4 Got the Namespace and Base Class browsers working in the New Class Wizard. 2006-04-21 16:12:54 +00:00
Mikhail Khodjaiants
7729196702 Close the pty if the session creation failed. 2006-04-21 15:48:17 +00:00
Doug Schaefer
6f82c41296 Got Open Type working on top of the PDOM. 2006-04-21 14:57:50 +00:00
Markus Schorn
6870b4d629 removed duplicate action in toolbar for changing editor presentation, bugzilla 135150 2006-04-21 12:31:29 +00:00
Mikhail Sennikovsky
f1379fb1ed Property Manager update 2006-04-21 12:04:15 +00:00
Doug Schaefer
cd284ca6ec Fix 137821, header files were returning true as valid source unit names. This causes certain builders to try and build them. 2006-04-20 22:57:14 +00:00
Andrew Niefer
4a3202744a bug 137660 - Imported source projects don't work in CDT 3.1 2006-04-20 15:57:14 +00:00
Doug Schaefer
e86d190bd3 Started dealing with version mismatches in the PDOM. When the versions mismatch, a reindex will kick off. This, of course, led to scalability problems and now only one indexer will run at a time thanks to a new indexer scheduling rule. 2006-04-20 15:35:58 +00:00