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

6259 commits

Author SHA1 Message Date
Anton Leherbauer
269734c953 Fix for 203050: [bindings] StackOverflowError resolving K&R function 2007-09-13 07:21:20 +00:00
Oleg Krasilnikov
27051c284a Bug # 192810 : selected configurations not saved when changing page 2007-09-12 13:43:54 +00:00
Mikhail Sennikovsky
68d9181153 Fix for build output dir calculation for managed projects 2007-09-12 11:00:08 +00:00
Oleg Krasilnikov
32a9f67aea Bug : toolchains are not visible for old-style project types grouped in "Others" folder. 2007-09-12 10:02:17 +00:00
Oleg Krasilnikov
26290aad9f Bug # 189335 : Misleading label on Paths and symbols page 2007-09-12 07:58:58 +00:00
Anton Leherbauer
61c06f6e88 Fix for 202085: CDT contributions to ProjectExplorer slows performance down dramatically 2007-09-11 11:38:13 +00:00
Oleg Krasilnikov
455f7fb132 Bug # 202900 : Exception when adding source folder in Source Locations tab 2007-09-11 11:30:49 +00:00
Oleg Krasilnikov
44d45a6142 Bug # 202853 : Error-parser panel's check/uncheck do not actually change underlying state 2007-09-11 08:19:03 +00:00
Oleg Krasilnikov
8d1c3416a8 Bug # 189333 : Layout issues in "Add directory path" dialog 2007-09-10 14:15:12 +00:00
Mikhail Sennikovsky
2ad921c961 1. Initial fix for [Bug 198490] .project file rewriiten on every build
2. Initial fix for [Bug 193518] Project description modified needlessly
2007-09-10 13:20:56 +00:00
Anton Leherbauer
f08b682189 Fix for 199268: [Editor] Show in Project Explorer fails outside of functions 2007-09-10 13:05:29 +00:00
Doug Schaefer
1c8bdeab65 Patch for bug 193280 - Add more patterns to the make error parser to catch additional errors. 2007-09-08 03:04:17 +00:00
Mikhail Sennikovsky
c3b99a4faf Fix for [Bug 194566] User defined Macro(in cdt v3.0 managed project)was lost when imported into CDT 4.0 2007-09-07 11:18:34 +00:00
Markus Schorn
7396f52e19 Fix for 202271, ClassCaseException in name resolution. 2007-09-06 15:37:23 +00:00
Andrew Ferguson
ec2fd1ebff 199572: fix StackOverflowError 2007-09-05 14:37:29 +00:00
Doug Schaefer
2d980092d9 This isn't a binary. 2007-09-05 14:17:42 +00:00
Mikhail Sennikovsky
fa0e36d942 Fix for [Bug 201773] ResourceChangeHandlerBase will visit every resource change even if not from a cproject 2007-09-05 11:44:45 +00:00
Oleg Krasilnikov
bace2b4664 Bug # 200960 : manage configuration... window wrong resize behaviour 2007-09-04 14:43:41 +00:00
Anton Leherbauer
3a7a4a5803 Fix for 201938: CHelpProvider isn't called 2007-09-04 14:16:21 +00:00
Markus Schorn
b5aff24da0 Fix for 202118, action to for include browser in call- and type-hierarchy. 2007-09-04 09:34:18 +00:00
Andrew Ferguson
f73314ecbe 196338: apply fix 2007-09-03 14:06:18 +00:00
Doug Schaefer
5e002f83a2 Fix for 182099 - The wrong proc names were use for the Job object calls. To fix, I've gotten rid of the GetProcAddress calls and called these functions directly. Since these functions are only available on Windows 2000 and later, we have now officially dropped Windows NT4.0 and earlier. 2007-08-31 18:17:11 +00:00
Andrew Ferguson
b3c04ad9b1 miscellaneous javadoc changes, add some empty array constants to IIndex* interfaces 2007-08-31 14:37:31 +00:00
Anton Leherbauer
573b065d33 Revert handling of InterruptedException 2007-08-31 06:34:56 +00:00
Mikhail Sennikovsky
a881c07eec Fix for [Bug 201254] [Project Model] occasional deadlocks 2007-08-30 15:57:19 +00:00
Markus Schorn
761bb3f471 Fix for 196959, handling of incomplete includes. 2007-08-30 14:35:38 +00:00
Oleg Krasilnikov
c96254d8a2 Bug #200422 : Confusion with builder actions 2007-08-30 13:25:33 +00:00
Anton Leherbauer
737a39d4e1 Fix Platform.getOSArch for Windows 2007-08-30 12:28:06 +00:00
Markus Schorn
f71f0d74ca JUnit-tests: ported Scanner2Tests to DOMScannerTests. 2007-08-30 09:46:05 +00:00
Markus Schorn
3dd82904da JUnit-Tests: more reliable checking of asynchronous viewers. 2007-08-30 09:42:30 +00:00
Markus Schorn
4d7f508f83 JUnit-Tests: Fixes an occasional NPE 2007-08-30 09:41:35 +00:00
Markus Schorn
e1fd233516 Fixes a NPE when uname cannot be found in the path. 2007-08-30 09:40:41 +00:00
Anton Leherbauer
976e9e1204 Fix for 200327: Platform.getOSArch() should return real architecture on x86_64 2007-08-28 13:46:11 +00:00
Anton Leherbauer
e31cd6e520 Fix for 200961: [formatter] the formatter fails to break long constant initialization line
and 200959: [formatter] problem when breaking lines with throw() statement
2007-08-28 11:27:24 +00:00
Anton Leherbauer
c6c6199a06 Fix for 201330: code formater fooled by sizeof() 2007-08-28 09:55:26 +00:00
Markus Schorn
259d11d79b Fix for 201279, [Call Hierarchy] no indication for multiple calls 2007-08-28 09:24:35 +00:00
Anton Leherbauer
883825add9 Fix enablement of PE actionProviders (related to 201268: Project Explorer enables file actions in empty workspace) 2007-08-28 08:57:04 +00:00
Markus Schorn
70fc23d8c3 Call Hierarchy Filter fails to hide enumerators. 2007-08-27 14:59:00 +00:00
Markus Schorn
a9fd68785e Related to 201254, move access to project model inside of add-project job. 2007-08-27 14:33:56 +00:00
Ken Ryall
f9895112b7 Bug 201000 2007-08-25 16:37:59 +00:00
Oleg Krasilnikov
f8989282fd Bug #201074 : New Configuration can be absent from the Configuration drop down menu 2007-08-24 13:53:59 +00:00
Anton Leherbauer
605dd3ff71 Fix for 200907: [Project Explorer] ctx-menu of files/folders offers c-search actions 2007-08-24 07:21:07 +00:00
Andrew Ferguson
bdc1cb98a7 200958: apply fix 2007-08-23 15:59:38 +00:00
Markus Schorn
c5bbb9ea48 Fix for 199245, scanner discovery and multi-line commands. 2007-08-23 14:05:28 +00:00
Markus Schorn
4490af21a1 Follow up for 185120, gcc-extension allows constants with suffix 'ull'. 2007-08-23 13:31:06 +00:00
Markus Schorn
13c3948164 Fix and Testcase for 185120, handling of constants with suffix 'ul'. 2007-08-23 12:35:17 +00:00
Markus Schorn
d6ce933a26 Fix and Testcases for 200830, macro expansion performed inside of string literals. 2007-08-23 12:07:48 +00:00
Markus Schorn
33b66fff45 Fix and Testcase for 199412, endless loop computing AST for self-including source-file. 2007-08-23 11:36:21 +00:00
Markus Schorn
5515df94b7 Fix and testcase for 200553, infinite loop with recursive typedefs. 2007-08-23 09:57:15 +00:00
Markus Schorn
8c03d14f4c Fix for 200796, [Content Asssit] proposals for deleted or renamed fields in C. 2007-08-22 12:58:18 +00:00