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

3068 commits

Author SHA1 Message Date
Doug Schaefer
2b21f4f108 Checking in the shared libraries for AIX. 2004-11-18 20:28:43 +00:00
Alain Magloire
8668f1dd8b Comment out the feedback to .log
it worry the user way to much.
2004-11-18 20:22:16 +00:00
John Camelon
552b75eb26 Patch for Devin Steffler.
Fixed 77009 - ASTUtil#getType ignores volatile
2004-11-18 18:38:32 +00:00
Alain Magloire
3051c780f3 Updated to reflect the changes in Spawner.java and PTY.java 2004-11-18 17:07:29 +00:00
John Camelon
74f0cc0f87 Patch for Devin Steffler.
[FIXED][75731][Search] open declaration on class incorrectly points to constructor definition
[FIXED][77989][F3] Open declaration fails in "using namespace N"
[FIXED][78435]Open declaration of argument can't find itself
2004-11-18 16:52:07 +00:00
Doug Schaefer
0a3ce8977b Rebuild of ia64 libraries contributed by Intel in 78941. 2004-11-18 16:45:55 +00:00
Andrew Niefer
afeb157d1f Bindings for ILabels, more general visitor, Scope interfaces for C 2004-11-18 16:33:04 +00:00
Doug Schaefer
8c69def994 Updated the Windows spawner DLL to build using MinGW gcc. 2004-11-18 16:11:50 +00:00
John Camelon
548574d7fd Externalized String 2004-11-18 16:10:21 +00:00
John Camelon
deabf0e68b Patch for Devin Steffler.
Fixed 77821 - usualArithmeticConversions doesn't handle pointers
2004-11-18 14:34:42 +00:00
Bogdan Gheorghe
502f1c4822 Fix for Bug 78678: Indexer stops reindexing file after repeated saves 2004-11-17 21:52:45 +00:00
John Camelon
6a84887550 Merging AST2 branch into HEAD.
Definition of new DOM AST interface.
	Construction of new C Parser.
	Tests.
2004-11-17 20:52:23 +00:00
John Camelon
6c0f439c6c IScannerInfo enhancements.
- Definition of IExtendedScannerInfo
	- Scanner2 implementation for bulk of this
	- added support to core model builder to ignore implicit inclusions/macros
	- JUnit
2004-11-17 19:39:17 +00:00
David Inglis
71be97ba3e new pty supprt for spawner 2004-11-17 19:33:39 +00:00
Alain Magloire
f1002fe6a3 regenerate the sharedlibraries binaries. 2004-11-17 02:48:13 +00:00
Alain Magloire
659d2c4384 2004-11-16 Alain Magloire
Update the library interface to changes in java from Spawner
	* library/Spawner.h
	* Win32ProcessEx.c
	* os/win32/x86/spawner.dll
2004-11-16 20:53:51 +00:00
Alain Magloire
580b6dfb45 2004-11-16 Alain Magloire
Fix for 27663, allow to exec with pty emulation.
	* library/Makefile
	* library/openpty.c(set_noecho): new function
	* library/opentpty.h: update header.
	* library/pty.c: refactor forkpyt to openMaster()
	* library/PTY.h: regenerate
	* library/spawner.c: add exec2() support
	* library/Spawner.h: regenerate

	* os/linux/x86/libpty.so
	* os/linux/x86/libspawner.so
2004-11-16 20:49:27 +00:00
Alain Magloire
4dec40862e 2004-11-16 Alain Magloire
FIX for 27663
	* utils/org/eclipse/cdt/utils/pty/PTY.java
	* utils/org/eclipse/cdt/utils/spawner/ProcessFactory.java
	* utils/org/eclipse/cdt/utils/spawner/Spawner.java
	* utils/org/eclipse/cdt/utils/spawner/SpawnerInputStream.java
2004-11-16 20:41:14 +00:00
Andrew Niefer
79dfbf7c90 fix ClassCastException bug 74202 2004-11-16 20:06:20 +00:00
Andrew Niefer
bb46ce4f7f fix failures in content assist tests 2004-11-16 15:58:00 +00:00
Andrew Niefer
d5f27d5c45 - patch from Tanya Wolff for open declaration tests
- new Refactoring test framework (from me)
2004-11-16 15:17:56 +00:00
Andrew Niefer
ead89d4bbb patch from Devin Steffler for 77805 2004-11-15 22:17:43 +00:00
Andrew Niefer
50054ebf36 fix bug 74202 2004-11-15 21:09:01 +00:00
Alain Magloire
757c7b4860 2004-11-14 Alain Magloire
Fix for PR 77546.
	Make the error parser manager faster by
	using IResourceProxyVisitor to get the files.
	Use eoParser.findFileName() faster.
	* src/org/eclipse/cdt/core/ErrorParserManager.java
	* src/org/eclipse/cdt/core/internal/errorparsers/GASErrorParser.java
	* src/org/eclipse/cdt/core/internal/errorparsers/GCCErrorParser.java
	* src/org/eclipse/cdt/core/internal/errorparsers/GLDErrorarser.java
2004-11-15 03:41:14 +00:00
Alain Magloire
40c7fa80a3 2004-11-11 Alain Magloire
PR 78573, patch from Brad Jarvinen
	* src/org/eclipse/cdt/internal/errorparser/VCErroParser.java
2004-11-13 00:18:56 +00:00
Alain Magloire
4cc2406abf 2004-11-11 Alain Magloire
PR 78570, patch from Brad Jarvinen
	The default VC error parser understands (<line number>) but doesn't understand
	(<line number>, <column>), which is also a valid VC error output format.
	* src/org/eclipse/cdt/internal/errorparser/VCErroParser.java
2004-11-12 23:35:25 +00:00
Bogdan Gheorghe
44e45fb15f Fix for Bug 78414: IProblem count increased through indexing header files stand-alone 2004-11-12 18:49:29 +00:00
David Inglis
daec23935b fixed bug # 78292 2004-11-12 14:55:52 +00:00
Chris Wiebe
ce1679aa17 synchronize typeCacheChanged() method 2004-11-10 19:51:46 +00:00
Alain Magloire
7dae0c0ca3 2004-11-10 Alain Magloire
Typo in method IBinaryParser.ISymbol
	* src/org/eclipse/cdt/core/IBinaryParser.java
	* utils/org/eclipse/cdt/utils/Symbol.java
2004-11-10 19:43:34 +00:00
Chris Wiebe
1449fe17d1 2004-11-10 Chris Wiebe
additional case for 78200
	* src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassCreationWizardPage.java
2004-11-10 18:32:17 +00:00
Chris Wiebe
28922940be 2004-11-10 Chris Wiebe
Fix for 78200
	* src/org/eclipse/cdt/internal/ui/wizards/filewizard/NewFileWizardMessages.properties
	* src/org/eclipse/cdt/internal/ui/wizards/filewizard/NewHeaderFileCreationWizardPage.java
	* src/org/eclipse/cdt/internal/ui/wizards/filewizard/NewSourceFileCreationWizardPage.java
2004-11-10 18:07:54 +00:00
Alain Magloire
202b01f023 2004-11-10 Alain Magloire
Fix for PR 78308, on deleting of non-C resources, no deltas
	was fired.

	* model/org/eclipse/cdt/internal/core/model/CModelManager.java
2004-11-10 16:23:54 +00:00
Alain Magloire
3988b8ef5b 2004-11-08 Mikhail Voronin
New tests for help extension.
	* ui/org/eclipse/cdt/ui/tests/chelp/CHelpProviderTester.java
	* ui/org/eclipse/cdt/ui/tests/chelp/CHelpTest.java
	* ui/org/eclipse/cdt/ui/tests/chelp/CHelpTestInfoProvider.java
2004-11-09 02:02:35 +00:00
Chris Wiebe
f8dc81e5cc 2004-11-08 Chris Wiebe
fix for 68883
	* browser/org/eclipse/cdt/internal/core/browser/cache/TypeCacheManager.java
2004-11-08 22:06:36 +00:00
Chris Wiebe
17b5f315da 2004-11-08 Chris Wiebe
fix for 68883
	* browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CBrowsingContentProvider.java
	* browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CBrowsingPart.java
2004-11-08 22:06:29 +00:00
Alain Magloire
60a0f4fa81 reset to the default formatter. 2004-11-05 23:46:25 +00:00
Alain Magloire
d546fa13d4 reorganize import 2004-11-05 23:29:59 +00:00
Alain Magloire
c6a90b76ed updating changelog 2004-11-05 23:27:57 +00:00
Alain Magloire
a049e4e71b new code format extension page 2004-11-05 23:24:44 +00:00
Alain Magloire
f7f2ece6bc Changes to codeformat 2004-11-05 23:23:46 +00:00
Alain Magloire
af80f4245e format help id 2004-11-05 23:23:27 +00:00
Alain Magloire
30e62ab83a Change to CodeFormat interface 2004-11-05 23:23:08 +00:00
Alain Magloire
7f1fec3a5b Code formate block UI 2004-11-05 23:22:53 +00:00
Alain Magloire
39acf97212 Code formatter Preference Page. 2004-11-05 23:22:40 +00:00
Alain Magloire
8d8fd6331f keys for code formatter NLS 2004-11-05 23:22:22 +00:00
Alain Magloire
ae5688b47e framework for code formatter. 2004-11-05 23:19:23 +00:00
John Camelon
05788b2494 Patch for Devin Steffler.
Fixed 77379[IProblems][line: -1] IProblem with line: -1 in basic_string.tcc (template related?)
Fixed 77382[IProblems][line: -1] 'this->' in basic_string.tcc has invalid IProblem
Fixed 77389[IProblems] no filename associated with IProblem (ambiguity encountered during lookup)
Fixed 77390 [IProblems] no filename associated with IProblem (Invalid arithmetic conversion in file)
Fixed 77391 [IProblems] no filename/message associated with IProblem in list.tcc
2004-11-05 21:39:39 +00:00
Chris Wiebe
bbd3bc4e97 2004-11-05 Chris Wiebe
Fix for 56204 - empty source files are no longer created
	* src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassCodeGenerator.java
2004-11-05 21:15:24 +00:00
Chris Wiebe
46fc8f5c77 changed label 2004-11-05 20:50:57 +00:00