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

4853 commits

Author SHA1 Message Date
Doug Schaefer
e081e89bd0 Skip over parameters when adding names. Done to match the last update in PDOMCPPLinkage. 2006-05-09 01:58:34 +00:00
Doug Schaefer
811ff311aa Handle namespaces when looking up parents when adapting bindings. 2006-05-09 01:44:17 +00:00
Doug Schaefer
2f7bbba436 Fixed NPE in DOM Viewer. 2006-05-08 20:10:42 +00:00
Doug Schaefer
4a257e3fea Got rid of the caching of Chunks for now. The databases aren't too large yet and this makes Mozilla indexing 10% faster. 2006-05-05 17:44:37 +00:00
Doug Schaefer
34a2d013f9 Cache PDOMFiles in the fast indexer and reuse them when creating PDOMNames. Shaves 20% from Mozilla times. 2006-05-05 01:52:54 +00:00
Doug Schaefer
50b8292fb3 Fix for 138333. Missing break causing pragmas to be marked as errors. 2006-05-04 18:09:34 +00:00
Doug Schaefer
5cc8961aa0 Fix 139787 - Implement a simple isSameType for PDOMCStructure and an equals for PDOMNode. 2006-05-04 15:37:21 +00:00
Doug Schaefer
6d991143ef Fix for 140118. Use the getLocation on the working copy's resource to the the correct filename. Also, make sure we return a null code reader when trying to include a file that's not there. 2006-05-04 14:38:02 +00:00
Ken Ryall
65b8437bda Added support for extracting the list of source files from ELF-DWARF. 2006-05-03 22:32:12 +00:00
Doug Schaefer
3f989cc33f Fixed a couple of exceptions when fast indexing ACE&TAO. 2006-05-03 18:10:40 +00:00
Chris Recoskie
fc8276028d fix for 139920 2006-05-03 13:38:29 +00:00
Markus Schorn
f8bfa05b18 Makes this compilable with MVC++6.0, related to bug 139891 2006-05-03 10:40:34 +00:00
Mikhail Sennikovsky
4af8a6b35b Updated starter.exe from Markus Schorn to fix the bug#139891 2006-05-03 10:27:53 +00:00
Markus Schorn
159945250e Adds default preference pages for the C- and Makefile Editor; Toni's patch for bug 138212 2006-05-03 08:50:59 +00:00
Doug Schaefer
2ba5d92ebb Removed killer.cpp. 2006-05-02 20:11:25 +00:00
Doug Schaefer
07fa3d405e Bug 139583 - fixed not implemented error in PDOMCPPFunction.isSameType. 2006-05-01 19:42:50 +00:00
Chris Recoskie
52356c5c2f implemented build/clean selected files
TODO:  fix progress reporting messages
2006-05-01 02:42:01 +00:00
Doug Schaefer
8dc786af3b Fixed Open Declaration to look at PDOM Bindings. 2006-05-01 01:58:05 +00:00
Doug Schaefer
34ff5e15b0 Enough to get firefox indexed. 2006-05-01 01:19:07 +00:00
Doug Schaefer
8710a1aaa2 Fixes to get Firefox Fast indexed, at least the easy fixes :(. 2006-04-29 17:39:58 +00:00
Doug Schaefer
8bdc08f6f6 Added cancel to full indexer. Fixed macro collection where macros from skipped headers kept getting added back. 2006-04-29 14:17:13 +00:00
Doug Schaefer
fed6506282 Added cancel for Fast Reindexing jobs. 2006-04-28 22:09:53 +00:00
Doug Schaefer
1be823b03c Changed the way Strings are stored in the PDOM to support strings larger than the Chunk size. Added support for Macros and the use of them when skipping over header files (i.e. don't skip the macros). Upversioned the PDOM to kick off reindexing. 2006-04-28 20:34:06 +00:00
Mikhail Sennikovsky
9d6cdda5a6 Libraries recompiled deu to native code changes made by Markus Schorn 2006-04-28 15:49:25 +00:00
Mikhail Sennikovsky
3efe67f76d Libraries recompiled due to native code changes made by Markus Schorn 2006-04-28 15:47:35 +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
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
Markus Schorn
0ae9539298 Patch from Anton Leherbauer for bug 39521, highlighting of number constants. 2006-04-26 13:26:27 +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
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
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
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
Doug Schaefer
6f82c41296 Got Open Type working on top of the PDOM. 2006-04-21 14:57:50 +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