poco/CppUnit
2017-02-20 16:20:16 +01:00
..
doc new trunk (base for 1.5) 2012-04-23 01:14:34 +00:00
include/CppUnit 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
src -added Windows Embedded Compact 2013 support 2014-03-17 14:36:17 +01:00
WinTestRunner integrated CMake improvements from develop (GH #946) 2015-09-26 11:11:23 +02:00
CMakeLists.txt integrated CMake improvements from develop (GH #946) 2015-09-26 11:11:23 +02:00
CppUnit_CE_vs90.sln new trunk (base for 1.5) 2012-04-23 01:14:34 +00:00
CppUnit_CE_vs90.vcproj new trunk (base for 1.5) 2012-04-23 01:14:34 +00:00
CppUnit_vs90.sln change EOL to 'native' 2012-04-29 18:52:25 +00:00
CppUnit_vs90.vcproj fixed GH #471: vs2010 release builds have optimization disabled 2014-11-20 21:22:52 +01:00
CppUnit_vs100.sln new trunk (base for 1.5) 2012-04-23 01:14:34 +00:00
CppUnit_vs100.vcxproj fixed GH #471: vs2010 release builds have optimization disabled 2014-11-20 21:22:52 +01:00
CppUnit_vs100.vcxproj.filters new trunk (base for 1.5) 2012-04-23 01:14:34 +00:00
CppUnit_vs110.sln VS 2012 mods to proj/sln files 2012-12-08 21:55:47 -06:00
CppUnit_vs110.vcxproj fixed GH #471: vs2010 release builds have optimization disabled 2014-11-20 21:22:52 +01:00
CppUnit_vs110.vcxproj.filters the great line endings cleanup 2012-11-11 09:57:01 +01:00
CppUnit_vs120.sln CppUnit solutions should write Visual Studio 2013 string 2014-01-16 08:12:18 +08:00
CppUnit_vs120.vcxproj fixed GH #471: vs2010 release builds have optimization disabled 2014-11-20 21:22:52 +01:00
CppUnit_vs120.vcxproj.filters removed MFC dependencies (WinTestRunner) from test VS projects 2013-11-07 23:31:30 -06:00
CppUnit_vs140.sln added Visual Studio 2017 project files 2017-02-20 16:20:16 +01:00
CppUnit_vs140.vcxproj VS2015 support for CppUnit 2015-07-31 12:44:44 +02:00
CppUnit_vs140.vcxproj.filters VS2015 support for CppUnit 2015-07-31 12:44:44 +02:00
CppUnit_vs150.sln added Visual Studio 2017 project files 2017-02-20 16:20:16 +01:00
CppUnit_vs150.vcxproj added Visual Studio 2017 project files 2017-02-20 16:20:16 +01:00
CppUnit_vs150.vcxproj.filters added Visual Studio 2017 project files 2017-02-20 16:20:16 +01:00
CppUnit_WEC2013_vs110.sln updated SDK in WEC2013 project files 2014-04-23 13:30:27 +02:00
CppUnit_WEC2013_vs110.vcxproj fixed GH #471: vs2010 release builds have optimization disabled 2014-11-20 21:22:52 +01:00
CppUnit_WEC2013_vs110.vcxproj.filters -added Windows Embedded Compact 2013 support 2014-03-17 14:36:17 +01:00
CppUnit_WEC2013_vs120.sln added VS2013 project/solution files for Windows Embedded Compact 2013 2014-08-09 10:49:04 +02:00
CppUnit_WEC2013_vs120.vcxproj fixed GH #471: vs2010 release builds have optimization disabled 2014-11-20 21:22:52 +01:00
CppUnit_WEC2013_vs120.vcxproj.filters added VS2013 project/solution files for Windows Embedded Compact 2013 2014-08-09 10:49:04 +02:00
CppUnit_x64_vs90.sln new trunk (base for 1.5) 2012-04-23 01:14:34 +00:00
CppUnit_x64_vs90.vcproj new trunk (base for 1.5) 2012-04-23 01:14:34 +00:00
CppUnit_x64_vs100.sln new trunk (base for 1.5) 2012-04-23 01:14:34 +00:00
CppUnit_x64_vs100.vcxproj fixed GH #471: vs2010 release builds have optimization disabled 2014-11-20 21:22:52 +01:00
CppUnit_x64_vs100.vcxproj.filters new trunk (base for 1.5) 2012-04-23 01:14:34 +00:00
CppUnit_x64_vs110.sln the great line endings cleanup 2012-11-11 09:57:01 +01:00
CppUnit_x64_vs110.vcxproj fixed GH #471: vs2010 release builds have optimization disabled 2014-11-20 21:22:52 +01:00
CppUnit_x64_vs110.vcxproj.filters the great line endings cleanup 2012-11-11 09:57:01 +01:00
CppUnit_x64_vs120.sln CppUnit solutions should write Visual Studio 2013 string 2014-01-16 08:12:18 +08:00
CppUnit_x64_vs120.vcxproj fixed GH #471: vs2010 release builds have optimization disabled 2014-11-20 21:22:52 +01:00
CppUnit_x64_vs120.vcxproj.filters removed MFC dependencies (WinTestRunner) from test VS projects 2013-11-07 23:31:30 -06:00
CppUnit_x64_vs140.sln added Visual Studio 2017 project files 2017-02-20 16:20:16 +01:00
CppUnit_x64_vs140.vcxproj VS2015 support for CppUnit 2015-07-31 12:44:44 +02:00
CppUnit_x64_vs140.vcxproj.filters VS2015 support for CppUnit 2015-07-31 12:44:44 +02:00
CppUnit_x64_vs150.sln added Visual Studio 2017 project files 2017-02-20 16:20:16 +01:00
CppUnit_x64_vs150.vcxproj added Visual Studio 2017 project files 2017-02-20 16:20:16 +01:00
CppUnit_x64_vs150.vcxproj.filters added Visual Studio 2017 project files 2017-02-20 16:20:16 +01:00
CppUnit.vxbuild new trunk (base for 1.5) 2012-04-23 01:14:34 +00:00
Makefile change EOL to 'native' 2012-04-29 18:52:25 +00:00