Francis ANDRE
48eab9c4e9
Remove setup(vector<string>) from Fixture template functions
2018-05-21 13:22:28 +02:00
Francis ANDRE
0ca753a481
Fix TestSuite::run()
2018-05-21 11:08:37 +02:00
Francis ANDRE
ef63822c04
Add <vector>
2018-05-21 10:34:21 +02:00
Francis ANDRE
b0e7af2c75
Apply setup(const vector<string>&) to -all option
2018-05-21 10:33:25 +02:00
Francis ANDRE
4f292ae0ce
Add assertFalse
2018-05-21 09:31:11 +02:00
Francis ANDRE
7f085cbb61
Remove duplicate code
2018-05-21 09:25:36 +02:00
Francis ANDRE
b578c43cfe
Update with fixed GUID
2018-05-20 22:53:33 +02:00
Francis ANDRE
7ac6206195
Add Foundation includes. Add POCO_NO_AUTOMATIC_LIBS
2018-05-19 16:51:45 +02:00
Francis ANDRE
599e6120ad
Merge remote-tracking branch 'origin/poco-1.9.1' into poco-1.9.1
2018-05-19 16:29:07 +02:00
Francis ANDRE
91a4cf3b44
Add CppUnit.progen. Add POCO_NO_AUTOMATIC_LIBS
2018-05-19 16:16:22 +02:00
Francis ANDRE
de15794a10
Add #pragma comment(lib, "PocoCppUnit")
2018-05-19 15:41:31 +02:00
Francis ANDRE
904b0061eb
Add -setup, a command line argument.
2018-05-19 15:04:59 +02:00
Francis ANDRE
8951b90bbe
Remove _WIN32 guard.
2018-05-19 10:13:26 +02:00
Francis ANDRE
5871847cdb
Add class name as qualifier
2018-05-10 18:19:35 +02:00
zosrothko
960ecb38f0
Poco 1.9.1 assert true ( #2255 )
...
* Rename assert by assertTrue
* Update submodules
* Missing assertTrue
* Rename poco_assertTrue to poco_assert
* Rename poco_assertTrue to poco_assert
2018-03-29 11:12:54 -06:00
Francis ANDRE
8d5353b207
Add forwarding Poco/CppUnit/*h for compatibility between 1.x and 2.X
2018-03-25 08:25:59 +02:00
zosrothko
f2e58c17e8
Add Gradle build scripts.
2017-10-31 09:07:53 +01:00
Alex Fabijanic
1a18621ff8
ifdef auto_ptr
2017-10-24 21:55:33 -05:00
Alex Fabijanic
1054c46f6c
compile pdjson as C++; disarm some windows warnings
2017-09-27 11:51:43 -05:00
Günter Obiltschnig
8b52be675b
remove obsolete VMS and VxWorks build system support
2017-09-09 11:15:29 +02:00
Günter Obiltschnig
04e7e04d4d
Remove \$Id`$ headers
2017-09-09 11:14:06 +02:00
Guenter Obiltschnig
f10d3a28f3
added Visual Studio 2017 project files
2017-02-20 16:20:16 +01:00
root
895c3dfcd5
use std::unique_ptr instead of std::auto_ptr with C++11+ compilers to prevent std::auto_ptr deprecation warnings
2016-10-14 11:49:45 +02:00
Guenter Obiltschnig
e25a17030d
integrated CMake improvements from develop (GH #946 )
2015-09-26 11:11:23 +02:00
Guenter Obiltschnig
d0d95bc711
VS2015 support for CppUnit
2015-07-31 12:44:44 +02: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