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

32 commits

Author SHA1 Message Date
Sergey Prigogin
5d7a19fa6c Enabled JDK 1.7.
Change-Id: Ic2a161ea3c318dc1e8ba01c271c936bf5ed8763d
Reviewed-on: https://git.eclipse.org/r/21020
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-01-24 13:38:55 -05:00
Sergey Prigogin
2ee14c041c Moved template engine tests to org.eclipse.cdt.ui.tests plug-in since
they fail in headless mode due to loading of
TestExtraPagesProvider.java
2011-12-23 15:57:35 -08:00
Sergey Prigogin
c3d94d1bf2 Switched to Java 1.6. 2011-10-17 20:57:43 -07:00
Vivian Kong
4243380198 Bug 315439 Fix up copyright 2010-06-03 16:41:41 +00:00
James Blackburn
6c877ddbfe Enable new javacProjectSettings=true for PDE build warnings to match JDT warning settings 2010-05-14 08:45:48 +00:00
Vivian Kong
79b44437a2 update copyrights 2009-05-26 21:34:15 +00:00
Vivian Kong
b849a3be06 bug 268581 individual source bundles 2009-04-09 19:51:46 +00:00
Markus Schorn
b00cc975fd Content assist for class instance members without prefix, bug 267911. 2009-03-12 17:02:25 +00:00
Vivian Kong
8ffc518520 compile all test plug-ins into jars at root 2008-12-15 21:19:31 +00:00
Markus Schorn
a8817857ac Fixes type-string computation for model builder, bug 235808. 2008-06-19 14:54:19 +00:00
Vivian Kong
b5db13b841 update copyright 2008-01-10 19:43:16 +00:00
Vivian Kong
244201f5e0 updating source level to Java 5.0 2008-01-08 22:14:02 +00:00
Markus Schorn
6ba6f4d584 Additional testcases for macro-expansion plus fixes. 2007-10-30 15:59:24 +00:00
Mikhail Sennikovsky
c5603e5a0e Template Engine submission from Bala Torati (Symbian) with some modifications and bug-fixes (see Bug 160012) 2007-04-26 17:07:39 +00:00
Markus Schorn
6d1289a31e Adds sources containing testcode to jar 2006-11-22 08:29:03 +00:00
Markus Schorn
fe8600233c Adds sources containing testcode to jar 2006-11-17 08:03:15 +00:00
Markus Schorn
a21f562d31 Adds sources containing testcode to jar 2006-11-17 07:38:20 +00:00
Markus Schorn
376ca09d3c Fix for 162011, binding for friend-function with namespace scope. 2006-10-25 13:09:56 +00:00
Markus Schorn
389e4a0e51 Enforces 1.4 compatibility for org.eclipse.cdt.core.tests 2006-10-09 09:34:30 +00:00
Chris Recoskie
4836857ef3 update copyrights 2006-06-14 12:16:17 +00:00
Doug Schaefer
2abef07854 Remove the removed source folders from the build.properties file. 2006-04-12 18:26:08 +00:00
David Inglis
2ff46eeeab update error parser junits to read a set of files with output to feed parser
current and only file contains build output which causes to error parser to hang
2006-03-31 20:14:02 +00:00
Doug Schaefer
f68ca2c02b Made all of the plugins OSGi components. 2005-11-15 21:33:43 +00:00
David Inglis
cf09e84a32 CPL to EPL transistion - license header update for IBM 2005-06-23 16:02:46 +00:00
David Inglis
1abc733bc1 moving standard build test to its own plugin 2005-03-18 19:17:42 +00:00
Andrew Niefer
0ebb603ab1 Patch from Tanya Wolff 2005-02-02 20:19:14 +00:00
Doug Schaefer
de0397f03e Cleaned up the build.properties files to ensure the right things end up in the binary and source builds. 2004-05-24 17:18:38 +00:00
David Inglis
51bb196aa0 tests for ICDescriptor 2004-03-17 13:48:54 +00:00
Peter Graves
2db6f58160 Include the .jar file. 2003-07-18 18:45:45 +00:00
Doug Schaefer
489e790d30 Fix missing directories from build. 2003-07-14 19:54:17 +00:00
Sebastien Marineau
506a17a722 Merge in patch from Vladimir Hirsl
Also fixed a compile warning
2003-06-24 19:56:34 +00:00
John Camelon
2bbab21405 Patch for Brent Nicolle.
Unit tests of code in the Core plugin should now be placed in the core.tests plugin. 
(I did not delete test from the ui.tests plugin, but that's an idea whose time is coming soon.) 

Resources and property files for unit tests are now in a separate directory from the root. 

The testlauncher may experience some turbulence, but out of the box tests work as before.
2003-06-18 21:29:47 +00:00