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

1804 commits

Author SHA1 Message Date
Andrew Gvozdev
2fee5bf8ab bug 292003: JUnit failure: managedbuilder testLinkedFolder intermittently fails
Extra check for deleted folder is not helpful
2009-11-20 04:43:44 +00:00
Andrew Gvozdev
e4c5888fca bug 212596: JUnit failures in cdt.managedbuilder.test.suite
updated outdated benchmark file
2009-11-20 03:41:24 +00:00
Andrew Gvozdev
7e2ae40497 bug 292003: JUnit failure: managedbuilder testLinkedFolder intermittently fails
added join FAMILY_AUTO_REFRESH for another flavor of creating a project
2009-11-20 03:40:36 +00:00
James Blackburn
1a924925c5 Bug 295602 "Export Settings" tab restore defaults should add the default exported paths from the Configuration 2009-11-19 15:16:53 +00:00
James Blackburn
ef68953626 Bug 295588 Changing Artifact type should update export settings 2009-11-19 14:16:08 +00:00
Andrew Gvozdev
de4fdf198f bug 285347: JUnit failure: managedbuilder BuildDescriptionModelTests
Fixed test cases not accounting for build variables in artifact name
2009-11-11 15:08:12 +00:00
James Blackburn
1ae62f2a77 FIx warnings + generics (no functionality change) 2009-11-10 22:46:19 +00:00
James Blackburn
934fb1975d Fix for testDescription test. The test previously tried to set some includes on all setting entries on the root folder. In bug 229085 / 100844 libs are now contributed back as a LIRARY_FILE setting entry. Assert that storing includes in libs entry doesn't persist. 2009-11-10 22:40:01 +00:00
Andrew Gvozdev
f3ca785ec5 bug 285347: JUnit failure: managedbuilder BuildDescriptionModelTests
Regression fixed (new build resource created for the same
resource)
2009-11-10 20:56:04 +00:00
James Blackburn
606c0a5e4f Bug 294046 Improvements to FileListControl
(multi-select, copy, paste, undo, redo, proj.rel paths, fix warnings).
2009-11-05 13:42:16 +00:00
Andrew Gvozdev
df4455cf1a bug 293569: [Make Target View] add Edit button in toolbar and Copy/Paste/Delete in context menu
Patch from Gaetano Santoro.
2009-11-05 13:26:18 +00:00
Andrew Gvozdev
f2b3b42052 bug 294135: JUnit failures related to files with spaces in managedbuilder test suite
Fixed regression bug and updated benchmarks.
2009-11-04 23:00:48 +00:00
Mike Kucera
7400462cd0 Bug 293079 - Allow new C/C++ project wizard extension 2009-11-04 16:39:44 +00:00
Andrew Gvozdev
595fb79ac6 bug 270790: Mach-O Parser doesn't recognize x86_64 binaries
Patch from Marc-Andre Laperle. Based on work of Alfons Laarman and Sal Scotto.
2009-11-04 15:20:13 +00:00
Andrew Gvozdev
050f7ed2c8 bug 275462: Build failed due to dependency files with spaces
Benchmark reverted back until bug 294135 is figured out
2009-11-04 02:48:58 +00:00
Andrew Gvozdev
2321c8338a bug 212596: JUnit failures in cdt.managedbuilder.test.suite
Added missing empty lines to benchmarks to turn down noise on the console
2009-11-03 23:31:50 +00:00
Andrew Gvozdev
3d8d4261c6 bug 275462: Build failed due to dependency files with spaces
affected benchmark in a test case fixed
2009-11-03 22:17:35 +00:00
Andrew Gvozdev
e5e6d41831 bug 275462: Build failed due to dependency files with spaces
affected benchmark in a test case fixed
2009-11-03 22:08:47 +00:00
James Blackburn
7df20adbb5 Bug 293247 Incorrect referenced artifact names 2009-10-29 16:50:34 +00:00
James Blackburn
f63630ee74 Bug 229085 / Bug 100844 - Project references should pick up -l library_name automatically.
- IOption#LIBRARIES mapped to cdt.core.settings entry LIBRARY_FILE
 -  Configuration sets up exported library file by default
 - JavaDoc + Generics
2009-10-29 16:03:05 +00:00
Andrew Gvozdev
57ba53ae39 bug 212596: JUnit failures in cdt.managedbuilder.test.suite
Changes to be able to handle MACRO += syntax with trailing backslash
2009-10-26 01:49:15 +00:00
Andrew Gvozdev
f2512325cc bug 212596: JUnit failures in cdt.managedbuilder.test.suite
Ignoring empty macros during comparison
2009-10-16 17:30:49 +00:00
Andrew Gvozdev
e8ef8a942a bug 291585: API tooling warning/error when implementing IBuildMacro 2009-10-14 12:59:27 +00:00
Andrew Gvozdev
271832d5e4 bug 291869: Index out of bounds exception- if try to add DiscoveryOptionsBlock tab-cdt 6.0.1 2009-10-13 03:38:34 +00:00
Andrew Gvozdev
0525ad390c bug 212596: JUnit failures in cdt.managedbuilder.test.suite
updated benchmarks to match CDT 6.0
2009-10-11 21:26:10 +00:00
Andrew Gvozdev
be88dc4a60 bug 212596: JUnit failures in cdt.managedbuilder.test.suite
updated benchmarks to match CDT 6.0
2009-10-11 17:34:03 +00:00
Andrew Gvozdev
8ca2d38570 bug 212596: JUnit failures in cdt.managedbuilder.test.suite
updated benchmarks to match CDT 6.0
2009-10-11 04:50:55 +00:00
Andrew Gvozdev
8ae8b431bc bug 212596: JUnit failures in cdt.managedbuilder.test.suite
added EOL after last line
2009-10-11 04:50:23 +00:00
Andrew Gvozdev
33038927b7 bug 212596: JUnit failures in cdt.managedbuilder.test.suite
more heuristics
2009-10-11 04:47:24 +00:00
Andrew Gvozdev
344430ef99 bug 212596: JUnit failures in cdt.managedbuilder.test.suite
added BuildSystem40Tests.suite()
2009-10-11 04:46:57 +00:00
Andrew Gvozdev
1200887049 bug 212596: JUnit failures in cdt.managedbuilder.test.suite
moved Benchmarks/ out of archive
2009-10-11 04:46:30 +00:00
Andrew Gvozdev
ed09e98990 bug 212596: JUnit failures in cdt.managedbuilder.test.suite
wrong condition ignoring failures after passed check - fixed
2009-10-11 02:27:22 +00:00
Andrew Gvozdev
a183b1abbd bug 212596: JUnit failures in cdt.managedbuilder.test.suite
Benchmarks/ moved out of archive
2009-10-11 01:30:45 +00:00
Andrew Gvozdev
c97abde779 bug 212596: JUnit failures in cdt.managedbuilder.test.suite
added printout of exception
2009-10-11 01:30:25 +00:00
Andrew Gvozdev
3769377fb6 bug 212596: JUnit failures in cdt.managedbuilder.test.suite
Added quotes to accommodate names with spaces for diff command
2009-10-11 01:29:24 +00:00
Andrew Gvozdev
07339a8260 bug 212596: JUnit failures in cdt.managedbuilder.test.suite
Benchmarks/ moved out of archive
2009-10-10 15:58:17 +00:00
Andrew Gvozdev
0c776079d1 bug 212596: JUnit failures in cdt.managedbuilder.test.suite
More heuristics added to makefile compare algorithm
2009-10-10 03:21:40 +00:00
Andrew Gvozdev
a6da33292e bug 212596: JUnit failures in cdt.managedbuilder.test.suite
cleanup: java generics etc.
2009-10-10 03:20:55 +00:00
Andrew Gvozdev
bc1f0e9f10 bug 212596: JUnit failures in cdt.managedbuilder.test.suite
moved Benchmarks/ out of archives
2009-10-10 02:11:38 +00:00
Andrew Gvozdev
94e6fe0fa7 bug 212596: JUnit failures in cdt.managedbuilder.test.suite
Changes to ignore order in makefile $(RM) command
2009-10-09 17:43:08 +00:00
James Blackburn
1ccd6348b9 Bug 291886 build output from referenced projects is discarded 2009-10-09 11:51:31 +00:00
Andrew Gvozdev
f9fcabfe8d bug 288036: cdt-build plugins compilation settings are too lax
remove null pointer access warning due to false triggering after assertNotNull checks
2009-10-09 00:42:23 +00:00
Andrew Gvozdev
bd20ae7286 bug 212596: JUnit failures in cdt.managedbuilder.test.suite
Java generics and other cleanup
2009-10-08 21:44:21 +00:00
Andrew Gvozdev
6700e5b1b3 bug 212596: JUnit failures in cdt.managedbuilder.test.suite
moved Benchmarks folders from archives outside to be able to enjoy CVS diff command
2009-10-08 21:18:16 +00:00
Andrew Gvozdev
9283fb4363 bug 291690: DiscoveryTab.java isn't properly protected against internal array being null
Patch from Jeff Johnston
2009-10-08 01:33:50 +00:00
Anton Leherbauer
b5cdb51b36 Bug 286908 - get rid of PreferencesAdapter 2009-10-02 09:57:52 +00:00
Anton Leherbauer
829faccce1 Fix managedbuilder.ui.tests classpath 2009-09-30 07:10:06 +00:00
Andrew Gvozdev
61e5a9de3e JavaDoc complain fixed 2009-09-24 02:02:36 +00:00
Andrew Gvozdev
e918fcfd0c bug 275462: Build failed due to dependency files with spaces
Patch from Dmitry Kozlov
2009-09-24 02:00:23 +00:00
Andrew Gvozdev
96da536541 cleanup only: generics, loops to enhanced, spaces 2009-09-19 17:07:33 +00:00