ab4806b7f6
Added a workaround for MSVC <= 12 linking bug because of multiple definitions of path static constants.
Andrey Semashev
2018-11-25 01:16:14 +03:00
48b8d753dd
Don't use readdir_r on Linux.
Andrey Semashev
2018-03-02 02:29:58 +03:00
d8a6730d6e
Do not return a reference to NULL in poison_category(), to make the test pass on clang with variant=release
Peter Dimov
2018-01-29 19:29:53 +02:00
c6a977c99f
Avoid clang warning by removing the extra parentheses
Peter Dimov
2018-01-29 19:18:05 +02:00
e3976fb3d3
Merge pull request #62 from boostorg/pr/fix-icmp-init-issues
Peter Dimov
2018-01-04 05:29:18 +02:00
9a9bf767fb
Fix tests to better tolerate parallel execution
Peter Dimov
2017-12-19 02:44:43 +02:00
589bfb0436
Add quick test target (for CI)
Peter Dimov
2017-12-02 17:59:21 +02:00
1290dfa1dc
Add #include <boost/next_prior.hpp>; no longer in utility.hpp
Peter Dimov
2017-12-02 03:59:46 +02:00
399dd6e1d6
Use ad-hoc extension comparison to avoid initialization issues
Peter Dimov
2017-11-22 19:20:16 +02:00
669d35d8db
Merge branch 'feature/fix-op-unit-test' into feature/fix-cygwin-op-test
Peter Dimov
2017-11-22 17:34:13 +02:00
03eb5df380
Use SetEnvironmentVariableW on Cygwin too
Peter Dimov
2017-11-22 16:15:26 +02:00
1dc51988bb
Make operations_unit_test take a current directory argument; pass one in test/Jamfile
Peter Dimov
2017-11-22 05:05:43 +02:00
93cab09a6b
Add .travis.yml, appveyor.yml
Peter Dimov
2017-11-22 03:13:45 +02:00
07619fb370
Add Beman's local test results to aid tracking changes over time.
Beman
2017-08-24 08:00:38 -04:00
1e8de36542
Reset 'errno' after 'sysconf()'
hammond
2017-08-23 17:01:16 +02:00
49218481e5
Clean up some tutorial example code and fix the wording for it in the tutorial. Thanks to Anmol-Singh-Jaggi for pull request #11.
Beman
2017-08-07 20:01:08 -04:00
e1463acb06
Update PGI C++ compiler support
David Olsen
2017-07-26 10:44:07 -07:00
9f926b83d9
fix ISO9660 Joliet name
Jacob Lifshay
2017-06-26 21:10:06 -07:00
e7d2e325f9
remove extraneous character in #name_check_functions
Jacob Lifshay
2017-06-26 21:01:49 -07:00
23b79b9459
Clear two -Wconversion warnings
Beman
2017-04-03 09:47:32 -04:00
7fd4214912
is_empty()overload with error_code parameter should not throw on error. Thanks to ldqrk for pull request #42
Beman
2017-04-03 09:36:43 -04:00
9144a8ebd7
Update release history.
Beman
2017-04-03 08:29:00 -04:00
12bcf2e6ea
Merge branch 'Dani-Hub-develop' into develop
Beman
2017-04-02 16:44:25 -04:00
0e831d5c2d
Extended patch for ticket #10731 and ticket #9480: Replace expensive call of RtlInitUnicodeString by wcslen and get rid of CompareStringOrdinal completely, because it has no longer any advantages. Also, replace Windows TEXT macro by selecting GetModuleHandleW with wide character argument to prevent any additional conversions.
drgler
2017-03-19 16:21:46 +01:00
14935c4c6d
Extended patch for ticket #10731 and ticket #9480: Replace usage of non-portable _wcsicmp by appropriate Windows functions to realize a locale invariant case-insensitive binary Unicode comparison that match the underlying file name comparison.
drgler
2017-03-18 22:28:29 +01:00
755766a053
Patch for ticket #10731 and ticket #9480: Evaluate path.extension only once, perform (case-insensitive) string comparisons using the wchar_t variants from the CRT to prevent code conversions via path.string() calls.
drgler
2017-03-14 21:46:12 +01:00