filesystem/test
2013-02-19 21:06:16 +00:00
..
issues Add a #error if NDEBUG is defined. 2012-07-13 12:56:36 +00:00
msvc10 Revert mutex locking attempt. VC++ static builds failed in the C runtime because Microsoft staticly initializes some stuff that should be dynamically initialized. 2013-02-19 21:06:16 +00:00
convenience_test.cpp Filesystem: fix #6932, create_directories throws exception even if error_code is specified. 2012-05-28 15:47:59 +00:00
deprecated_test.cpp filesystem testing change: use <boost/test/prg_exec_monitor.hpp> by default, define BOOST_LIGHTWEIGHT_MAIN to use <boost/detail/lightweight_main.hpp>. This gives us the better exception reporting of <boost/test/prg_exec_monitor.hpp> but provides easy fallback to <boost/detail/lightweight_main.hpp> if desired. 2012-04-18 01:31:53 +00:00
design_use_cases.cpp Filesystem - Move V3 files and directories into place 2012-03-26 12:31:06 +00:00
equivalent.cpp Filesystem - Move V3 files and directories into place 2012-03-26 12:31:06 +00:00
fstream_test.cpp filesystem: Remove universal-character-name from source; was causing failure with Intel/Windows and required warning suppression on VC++ 2012-04-16 14:06:50 +00:00
Jamfile.v2 Revert mutex locking attempt. VC++ static builds failed in the C runtime because Microsoft staticly initializes some stuff that should be dynamically initialized. 2013-02-19 21:06:16 +00:00
large_file_support_test.cpp Filesystem - Delete v3 directories no longer needed. Cleanup links, namespaces, and other residue from dual v2/v3 support. 2012-03-26 12:44:24 +00:00
locale_info.cpp Filesystem - Move V3 files and directories into place 2012-03-26 12:31:06 +00:00
long_path_test.cpp filesystem testing change: use <boost/test/prg_exec_monitor.hpp> by default, define BOOST_LIGHTWEIGHT_MAIN to use <boost/detail/lightweight_main.hpp>. This gives us the better exception reporting of <boost/test/prg_exec_monitor.hpp> but provides easy fallback to <boost/detail/lightweight_main.hpp> if desired. 2012-04-18 01:31:53 +00:00
macro_default_test.cpp Filesystem: Add macro_default_test.cpp forgotten in 78273 commit 2012-05-01 11:32:39 +00:00
operations_test.cpp Generate unique name for operation_test directory. This prevents tests failures if static and shared tests happen to run in parallel. 2012-07-26 12:54:58 +00:00
operations_unit_test.cpp Add BOOST_FOREACH support. Correct C++11 range-based for statement enabler signatures. Improve test coverage. Clears feature requests #5896 and #6521. 2012-07-12 13:53:17 +00:00
path_test.cpp Fix #7239, Stack overflow when calling create_directories(":D"). The reported problem was a symptom of an internal bug that caused path::filename() and path::parent_path() to fail on Windows for path(":"), and that in turn caused other functions that depend on filename() or parent_path() to fail, such as create_directories(). 2012-08-28 12:57:02 +00:00
path_times.cpp Merge branch 'master' of github.com:Beman/boost-trunk-git-svn 2013-02-19 01:03:55 +00:00
path_unit_test.cpp Filesystem: Add path::operator+= and concat functions to tack on things like suffixes or numbers. Suggested by Ed Smith-Rowland and others. 2012-04-18 14:46:15 +00:00
sample_test.cpp Filesystem: Initial commit of template for bug report test cases 2012-04-18 21:54:32 +00:00
test_codecvt.hpp Filesystem - Delete v3 directories no longer needed. Cleanup links, namespaces, and other residue from dual v2/v3 support. 2012-03-26 12:44:24 +00:00
windows_attributes.cpp filesystem testing change: use <boost/test/prg_exec_monitor.hpp> by default, define BOOST_LIGHTWEIGHT_MAIN to use <boost/detail/lightweight_main.hpp>. This gives us the better exception reporting of <boost/test/prg_exec_monitor.hpp> but provides easy fallback to <boost/detail/lightweight_main.hpp> if desired. 2012-04-18 01:31:53 +00:00