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

2329 commits

Author SHA1 Message Date
Andrew Gvozdev
032d94ff51 Bug 367559: avoid recursive refreshes of Make Targets view 2011-12-30 00:45:14 -05:00
Andrew Gvozdev
336c95dacc bug 367559: Fixed exception 2011-12-28 00:37:50 -05:00
Andrew Gvozdev
dc523305ef bug 367559: Double source folder in Make Targets View - handle deletions
in more robust way
2011-12-27 14:53:05 -05:00
Andrew Gvozdev
08a0e81c57 bug 367559: Double source folder in Make Targets View 2011-12-26 23:40:59 -05:00
Andrew Gvozdev
d99855ebf4 bug 367559: Double source folder in Make Targets View 2011-12-26 23:25:49 -05:00
Andrew Gvozdev
834679c69c bug 367559: Double source folder in Make Targets View 2011-12-26 17:17:42 -05:00
Andrew Gvozdev
e3358c10f7 bug 355601: Make Targets Not Found In Nested Folders 2011-12-26 15:21:14 -05:00
Sergey Prigogin
dd2d478fc1 Bug 365461: Requesting -Wextra and -Wconversion warnings flags for gcc
c/c++
2011-12-23 14:39:26 -05:00
Andrew Gvozdev
3586ae698f bug 304139: [Scanner Discovery] Compiler inspection does not work for
gcc with non-english locale
2011-12-12 18:06:50 -05:00
Sergey Prigogin
693a79de5e Fixed typos. 2011-12-05 19:57:17 -08:00
Andrew Gvozdev
3bd4f3d0fc bug 299376: Console/Problem view UTF-8 character encoding problem with
Cygwin 1.7
2011-11-30 15:39:15 -05:00
Andrew Gvozdev
3099ae40a1 bug 304139: [Scanner Discovery] Compiler inspection does not work for
gcc with non-english locale
2011-11-30 10:48:48 -05:00
Dries Harnie
004458cc9b bug 304139: [Scanner Discovery] Compiler inspection does not work for
gcc with non-english locale
2011-11-28 16:08:46 -05:00
Andrew Gvozdev
1f4650fb61 Bug 210248 - test projects update, revert sample projects to MinGW
toolchain

This reverts commit 8cc8d861c8.
2011-11-24 12:30:37 -05:00
Christian W. Damus
8cc8d861c8 Bug 210248 - test projects update 2011-11-22 19:38:11 -05:00
Alena Laskavaia
fc919d81b6 Bug 210248 - [Internal Builder]does not rebuild a dependent project in
case of a reference library project change - fixed external builder
2011-11-22 19:34:55 -05:00
Christian W. Damus
a3dd98987a Bug 210248 - [Internal Builder]does not rebuild a dependent project in
case of a reference library project change

Conflicts:
	build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/internal/core/AdditionalInput.java
2011-11-21 21:56:38 -05:00
Andrew Gvozdev
2a1cddd716 auto-clean: @Override annotations + organize imports + unnecessary
casts/$NON-NLS + trailing white spaces
2011-11-17 17:34:21 -05:00
Andrew Gvozdev
91ce2a55a6 bug 259768: "Use optimal jobs number" highly misleading.
Do not allow 1 as a choice for number of jobs for parallel build
2011-11-14 14:42:35 -05:00
Andrew Gvozdev
d4c2ce5e98 bug 259768: "Use optimal jobs number" highly misleading.
Allow Internal builder unlimited jobs
2011-11-14 14:42:16 -05:00
Andrew Gvozdev
f04bd57f83 bug 259768: "Use optimal jobs number" highly misleading.
Builder.getParallelizationNum() to return always positive value
2011-11-14 14:41:55 -05:00
Andrew Gvozdev
7f438e269a bug 259768: "Use optimal jobs number" highly misleading.
Encode "optimal" as negative number and "unlimited" as Integer.MAX_VALUE
Based on patch by Mohamed Hussein <mohamed_hussein@mentor.com>
2011-11-14 14:41:32 -05:00
Andrew Gvozdev
893a36f642 Use ManagedBuilderCorePlugin.PLUGIN_ID 2011-11-06 07:07:19 -05:00
Sergey Prigogin
09967ad791 Version number changes missed in the previous commit. 2011-10-19 20:53:44 -07:00
Sergey Prigogin
2932f9122c Updated parent feature version in pom.xml files. 2011-10-19 19:32:07 -07:00
Sergey Prigogin
bd795fa6c8 Bumped up CDT version from 8.0 to 8.1 to make it easily
distinguishable from the 8.0.x. We may change the version to 9.0
later.
2011-10-19 18:06:14 -07:00
Sergey Prigogin
c3d94d1bf2 Switched to Java 1.6. 2011-10-17 20:57:43 -07:00
Sergey Prigogin
7a3c9ba3a1 Switched to Java 1.6. 2011-10-17 18:04:17 -07:00
Sergey Prigogin
457af57f60 Changed the execution environment to JavaSE-1.6 2011-10-17 16:44:49 -07:00
Marc Khouzam
04d4f11b53 Bug 360846: Extra space in build command 2011-10-14 05:48:39 -04:00
Andrew Gvozdev
c617df3475 bug 360283: Discovery command does not work if workspace name has
spaces
2011-10-09 13:57:27 -04:00
Andrew Gvozdev
14939e4ab6 bug 355601: Make Targets Not Found In Nested Folders 2011-09-26 12:15:42 -04:00
Eugene Ostroukhov
b30bb21b53 bug 358835: Tools Settings page forgets selected node 2011-09-26 10:47:05 -04:00
Andrew Gvozdev
6a63d0325f bug 358605: No environment variables imported to new cfg while importing
configuration from another project in Manage Configurations dialog
2011-09-22 15:29:47 -04:00
Doug Schaefer
9ec9113700 Update version numbers for Juno. 2011-09-22 15:03:14 -04:00
Andrew Gvozdev
6d6ddb397d bug 358605: Cosmetics. Renamed some local variables, fixed warnings,
changed wording in error message.
2011-09-22 14:06:24 -04:00
John Cortell
dabef579a2 Bug 354194 - My previous fix accidentally prevented the creation of the config info map entry for the project root folder, thus scanner discovery preferences were no longer being persisted. This adjustment adds an exeption for that rcinfo. 2011-09-19 14:18:35 -05:00
Marc-Andre Laperle
4e00674583 Bug 292534 - [New Project Wizard] Phantom page appears while navigating
pages back and forth
2011-09-17 12:01:56 -04:00
Doug Schaefer
ea1b3639c4 Fix up the MBS core test dependencies. 2011-09-14 11:22:13 -04:00
Andrew Gvozdev
881fc3304b bug 357018: Languages column in Paths&Symbols tab shows Content Type
instead of language name
2011-09-07 18:09:27 -04:00
Andrew Gvozdev
c1d7d96f91 Incremented build plugin versions for Juno 2011-09-06 14:27:46 -04:00
Doug Schaefer
bca8fe06a1 Fix poms for tycho 0.13. 2011-09-02 20:48:39 -04:00
Chris Recoskie
53e62ebcc5 Bug 355399 - NPE in
ScannerInfoConsoleParserUtility.translateRelativePaths() for remote
projects
2011-08-22 15:42:09 -04:00
Chris Recoskie
3d08050db8 Bug 355399 - NPE in
ScannerInfoConsoleParserUtility.translateRelativePaths() for remote
projects
2011-08-22 13:19:10 -04:00
Andrew Gvozdev
fa5965cef0 bug 345750: convert relative paths to absolute also for those that don't
exist
2011-08-18 13:41:06 -04:00
Andrew Gvozdev
d5d717128b bug 345750: tidy up cosmetics 2011-08-18 13:41:01 -04:00
Martin Oberhuber
950f133f77 bug 345750: [Scanner Discovery] Per File Build output parser misses
includes with drive-relative paths when sources are behind a linked
resource
2011-08-18 13:40:55 -04:00
John Cortell
e518891437 Bug 354194 - Custom scanner discovery selection is not honored if file
has any custom properties
2011-08-17 09:10:56 -05:00
Michael Lindo
6dd117ec5e bug 354042: Problem with include paths that are relative paths starting
with ../ or./ and NPE
2011-08-12 14:43:10 -04:00
Andrew Gvozdev
efde61de86 bug 259768: fixed some "Discouraged access" warnings. It should be OK to
access cdt.managedbuilder.core from cdt.managedbuilder.ui
2011-08-10 14:19:38 -04:00