Miklos Vajna
714dc6ddd2
GH #1050 Zip: fix gcc -Wshadow warnings
2016-03-25 08:42:58 +01:00
Alex Fabijanic
69960c9c92
added generated VS projects
2016-03-06 20:55:38 -08:00
Alex Fabijanic
92225086a4
generated CppUnit and testsuites VS projects
2016-03-06 20:54:26 -08:00
FrancisANDRE
20de45a15f
Add aliasing and output_name.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-01-08 10:48:33 +01:00
FrancisANDRE
f1b88218f2
Fix naming of libs for CppUnit
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-01-08 09:05:47 +01:00
FrancisANDRE
c8a78f02d0
Make CppUnit a component of Poco
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-01-08 00:19:15 +01:00
FrancisANDRE
ce797f7700
Make CppUnit a component of Poco
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-01-08 00:17:13 +01:00
FrancisANDRE
ce641c216a
Move include/CppUnit to include/Poco/CppUnit
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-01-06 13:48:48 +01:00
FrancisANDRE
680b29198c
Add single quote '\'' as delimiter.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-12-20 09:13:44 +01:00
FrancisANDRE
88f937698b
Fix parsing of CPPUNIT_IGNORE for Windows by allowing space in the test name.
...
Now, in the list, each test name should be separated by a comma instead of a space.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-12-18 12:27:27 +01:00
FrancisANDRE
0f9e561b9a
Add virtual std::string TestCaller::toString();
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-12-18 12:16:06 +01:00
FrancisANDRE
19b3974938
Install also CppUnit for running tests later on.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-12-09 07:54:27 +01:00
Csaba Keszegh
61305c01ee
fix: set public compiler flags on library targets
...
POCO_STATIC: has to be set when using poco as static library
POCO_NO_ATUMATIC_LIBS: CMake config module will find the correct libraries.
Don't need to guess in headers.
2015-09-15 10:02:38 +02:00
Günter Obiltschnig
847c260aff
VS2015 project files for CppUnit
2015-07-29 19:24:12 +02:00
martin-osborne
7e730aa9b8
Corrected other misspelt 'a' words.
2015-04-06 17:34:48 +01:00
Pascal Bach
10ef2b2335
CMake: Remove WinDriver usage in tests
...
Add WinCEDriver to packages supporting it
2014-12-21 16:23:35 +01:00
Guenter Obiltschnig
931a5a5252
Removing support for Visual Studio.NET 2003 and Visual Studio 2005 - it's time to say goodbye to the past
2014-12-15 11:05:13 +01:00
Günter Obiltschnig
bc0978d01e
fixed GH #471 : vs2010 release builds have optimization disabled
...
fixed GH #616 : Visual Studio warning C4244
2014-11-20 21:22:52 +01:00
Pascal Bach
b69fafb84c
CMake: Create PocoConfig.cmake to make importable from other CMake projects
...
The generated PocoConfig.cmake can be used by other CMake projects using find_package.
2014-10-14 17:58:46 +02:00
Pascal Bach
7950001803
cmake: Cleanup CMakeLists.txt for all components
...
- Add missing CMakeLists.txt
- Use POCO_ macros to improve code structure in XCode/VisualStudio
- Better ODBC detection
- Remove unnecessary commented out code
The CMake documentation recommends explicitly listing source files, but because CMake is not the primary build system GLOB patterns are used for the moment.
2014-08-22 17:11:03 +02:00
Günter Obiltschnig
30bb18f394
added VS2013 project/solution files for Windows Embedded Compact 2013
2014-08-09 10:49:04 +02:00
Pascal Bach
ac68b49897
cmake: CppUnit cleanup
...
- explicitly list source files
Reviewed-by: Roger Meier <r.meier@siemens.com>
2014-07-10 09:15:06 +02:00
Guenter Obiltschnig
f8169eabac
updated SDK in WEC2013 project files
2014-04-23 13:30:27 +02:00
Günter Obiltschnig
b2ba1dfb74
-added Windows Embedded Compact 2013 support
2014-03-17 14:36:17 +01:00
Günter Obiltschnig
ade75434c4
fixed WinTestRunner batch mode
2014-01-16 23:53:29 +01:00
Guenter Obiltschnig
995fcd682c
fixed CPPUNIT_IGNORE parsing
2014-01-16 18:15:24 +01:00
Guenter Obiltschnig
16885da987
test failures can be ignored for certain tests (specified in CPPUNIT_IGNORE environment variable)
2014-01-16 18:07:03 +01:00
Linquize
15dae2c73c
CppUnit solutions should write Visual Studio 2013 string
2014-01-16 08:12:18 +08:00
Alex Fabijanic
1c732e9938
removed MFC dependencies (WinTestRunner) from test VS projects
2013-11-07 23:31:30 -06:00
aleks-f
d6042065ec
Auto init for Net and SQLite (win)
...
Auto init for Net and SQLite (only tested on Windows)
2013-02-09 22:39:07 -06:00
aleks-f
ef9cda6666
GH #26 : Cannot compile on gcc
...
GH #26 : Cannot compile on gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 using
compiler flag pedantic
2012-12-12 23:02:20 -06:00
Aleksandar Fabijanic
245f3e7568
VS 2012 mods to proj/sln files
...
VS 2012 modifications to project/solution files
added WinTestRunner dependency on CppUnit
2012-12-08 21:55:47 -06:00
Guenter Obiltschnig
514566ecd7
removed .vmsbuild files, which are no longer maintained
2012-11-11 11:08:17 +01:00
Guenter Obiltschnig
79eab26377
the great line endings cleanup
2012-11-11 09:57:01 +01:00
Guenter Obiltschnig
1507053e09
fixed VS2005 project file
2012-10-14 12:18:55 +00:00
Aleksandar Fabijanic
8a4eafd05a
- strToInt benchmark and more optimization
...
- warnmsg macro in CppUnit
2012-10-01 00:52:53 +00:00
Aleksandar Fabijanic
8f747fabdc
gcc/linux compile/tests
2012-09-30 13:10:51 +00:00
Aleksandar Fabijanic
f70ac1ca07
- added NumericString.h
...
- NumberParser improvements (internal Poco locale-awareness and parsing)
2012-09-30 05:17:56 +00:00
Aleksandar Fabijanic
47448c6079
VS 2012 Projects/Solutions for Foundation, CppUnit and Progen
2012-09-25 06:23:40 +00:00
Aleksandar Fabijanic
c3e2e50af4
NumberParser fixes and more test
2012-09-14 04:56:20 +00:00
Marian Krivos
114de565ff
added cmake support
2012-06-26 12:37:02 +00:00
Aleksandar Fabijanic
5a639074d9
change EOL to 'native'
2012-04-29 18:52:25 +00:00
Aleksandar Fabijanic
d75e68c027
new trunk (base for 1.5)
...
windows build only
2012-04-23 01:14:34 +00:00
Aleksandar Fabijanic
f9b60296f7
removing old trunk files
2012-04-23 00:43:14 +00:00
Marian Krivos
a002f13be2
trunk: updated standard VS2010 sln to include x64 support (all in one)
2012-02-11 12:13:15 +00:00
Marian Krivos
7cb622a445
trunk: split cmake debug/optimize build
2012-01-07 13:45:03 +00:00
Marian Krivos
eb266f8a57
Set cmake produced shared libraries numbering to standard scheme (trunk = 12)
...
Sync latest Foundation changes from 1.4.2
2011-09-15 08:31:51 +00:00
Marian Krivos
c13df6f828
cppunit: fix WinTestRunner.cpp
2011-09-14 13:03:06 +00:00
Marian Krivos
ff7f224691
cppunit: update from 1.4.2 & vs 2010 project
2011-09-14 12:43:03 +00:00
Marian Krivos
c5b2daa36c
cmake build system fix - debug version of ther library was striped and vice versa
2009-08-26 12:26:22 +00:00