Mateusz Loskot
7d86b7167d
[geometry] include guidelines.qbk (commented until released)
...
[SVN r86755]
2013-11-18 15:11:54 +00:00
Mateusz Loskot
4ddd8d8b77
[geometry] Add rule on cryptic names and abbreviations. Remove rule on template parameters. Correct indentation. Update code examples. Fix typos.
...
[SVN r86754]
2013-11-18 15:01:52 +00:00
Mateusz Loskot
3a3cebf27c
[geometry] Remove building of src/examples from this Jamfile.v2, build only documentation. The src/examples are built by in /libs/geometry/Jamfile.v2.
...
[SVN r86753]
2013-11-18 13:37:10 +00:00
Mateusz Loskot
710f219461
[geometry] Fix make_qbk.py to handle empty string returned by os.path.dirname() if called as: $ python /path/to/make_qbk.py. Print current working directory, for easier debugging.
...
[SVN r86752]
2013-11-18 13:21:00 +00:00
Antony Polukhin
9eeaca0813
Fix some of the implicit conversion warnings (refs #8991 )
...
[SVN r86750]
2013-11-18 11:06:06 +00:00
Ion Gaztañaga
c6aee42501
Removed auto_ptr to avoid deprecation warnings in newer compilers.
...
[SVN r86749]
2013-11-18 09:33:36 +00:00
Ion Gaztañaga
460ce7e8b6
Fixes #9338
...
[SVN r86748]
2013-11-18 09:32:44 +00:00
Antony Polukhin
1cf428ef04
Attempt to catch libc++ bug with a modified tests
...
[SVN r86747]
2013-11-18 08:17:33 +00:00
Vladimir Prus
0287b98a1b
Replace "Boost Build" with "Boost.Build".
...
Refs #9304 .
[SVN r86746]
2013-11-18 06:08:02 +00:00
Vladimir Prus
e49770b499
Update docs to use 'b2' everywhere.
...
Patch from Mateusz Loskot, with extra tweaks.
Fixes #9304 .
[SVN r86745]
2013-11-18 06:05:56 +00:00
Vicente J. Botet Escriba
dbd742602a
Thread: improve async_func to try to solve msvc issue with executor.
...
[SVN r86744]
2013-11-17 23:44:45 +00:00
Edward Diener
6d16291c18
Updated array tests.
...
[SVN r86743]
2013-11-17 22:23:51 +00:00
Edward Diener
f7b82345a3
Fix to BOOST_PP_TUPLE_REM for VC++8.0 and note in documentation about it.
...
[SVN r86742]
2013-11-17 22:05:23 +00:00
Marshall Clow
fe06b22b66
Updated docs for is_sorted, etc. Refs #9367
...
[SVN r86741]
2013-11-17 20:47:14 +00:00
Daniel James
c3e49ef430
Add BOOST_EXPLICIT_OPERATOR_BOOL documentation.
...
[SVN r86739]
2013-11-17 17:13:08 +00:00
Tim Blechmann
89a83734be
lockfree: spsc_queue - call destructors on reset()
...
[SVN r86737]
2013-11-17 10:50:09 +00:00
Tim Blechmann
e3c315dc34
lockfree: spsc-queue - add read_available and write_available members
...
[SVN r86736]
2013-11-17 10:49:47 +00:00
Matthias Troyer
08922f3457
Fixed #9401
...
[SVN r86734]
2013-11-17 10:46:25 +00:00
Jeremiah Willcock
ef6eb68c75
Changed to use unique_ptr when C++11 is enabled; made other fixes to enable move semantics
...
[SVN r86733]
2013-11-17 02:18:42 +00:00
Joaquín M López Muñoz
c35eca2857
(hopefully) fixed use of sizeof on an incomplete type
...
[SVN r86731]
2013-11-16 21:39:01 +00:00
Joaquín M López Muñoz
56a85a0601
cleaned -Wshadow warnings
...
[SVN r86730]
2013-11-16 21:23:34 +00:00
Daniel James
b08b928fe5
Update quickbook docs now that colour support has been merged to release.
...
[SVN r86729]
2013-11-16 20:39:09 +00:00
Daniel James
2d08e109cf
Use BOOST_HAS_PRAGMA_ONCE
.
...
Remembering to first include config, so that it'll actually be defined.
[SVN r86726]
2013-11-16 20:13:24 +00:00
Antony Polukhin
1e8a1df165
Slightly modify one of the lexical_cast tests to see what is produced by the to_str
method with libc++.
...
[SVN r86721]
2013-11-16 16:25:26 +00:00
Joaquín M López Muñoz
7a6c570829
typo
...
[SVN r86718]
2013-11-16 12:51:13 +00:00
Joaquín M López Muñoz
089774df0e
hashed index performance improvements
...
[SVN r86717]
2013-11-16 12:49:13 +00:00
John Maddock
754892dfb4
adjustments for GCC on Linux
...
[SVN r86716]
2013-11-16 09:23:13 +00:00
Edward Diener
4bc1b08366
Added new tuple headers and updated tests to use a common test source file for each test.
...
[SVN r86715]
2013-11-15 23:54:12 +00:00
Vicente J. Botet Escriba
5fb5bee87a
Thread: use PP only if MSVC not defined, until I can debug it.
...
[SVN r86714]
2013-11-15 19:51:40 +00:00
Matthias Troyer
63660e276d
Fixed #9356
...
[SVN r86713]
2013-11-15 19:25:20 +00:00
Matthias Troyer
b3be0c0e92
Fixed #9356
...
[SVN r86712]
2013-11-15 19:22:18 +00:00
John Maddock
264373365b
Add comments and fixes to FPU flags manipulation.
...
[SVN r86711]
2013-11-15 18:24:31 +00:00
Mateusz Loskot
f215e4697c
[geometry] Add guidelines for developers and maintainers (not yet generated into docs). Content moved from http://trac.osgeo.org/ggl/wiki/Developer/Guidelines
...
[SVN r86710]
2013-11-15 17:31:07 +00:00
Steven Watanabe
addf0055fd
Add tests for link.jam. Fix timestamp/dependency problem that made symlinks cause unnecessary rebuilds on Windows.
...
[SVN r86709]
2013-11-14 23:24:50 +00:00
Daniel James
9815a506c5
Make include file order more consistent on different machines.
...
Sometimes when including files on the path the same glob will match the
same relative path from different include paths. In this case the paths
were ordered by their absolute paths. Instead use the order they occur
in the include path, which is a little more independent of the local
machine.
[SVN r86708]
2013-11-14 20:00:24 +00:00
Daniel James
70b15ab494
Make unicode globs invalid.
...
[SVN r86707]
2013-11-14 19:24:34 +00:00
Daniel James
fffc10c873
Handle non-globs containing escaped characters.
...
[SVN r86706]
2013-11-14 19:24:01 +00:00
Daniel James
40f6d0c936
Validate globs.
...
[SVN r86705]
2013-11-14 19:23:26 +00:00
Daniel James
26a56953c6
Error for invalid paths containing escaped slashes.
...
Note that the test cases are really awkward so this is unlikely to
actually happen normally, but implementation is much easier if it
doesn't have to worry about these cases.
[SVN r86704]
2013-11-14 19:22:48 +00:00
Daniel James
e2a9a60ea1
Glob dependency tracking.
...
[SVN r86703]
2013-11-14 19:22:09 +00:00
Daniel James
5e227820bb
Fix the platform independent paths for globs.
...
[SVN r86702]
2013-11-14 19:21:37 +00:00
Daniel James
26fda00255
Only run glob in existing directories.
...
Maybe it should be an error if there are no matches.
[SVN r86701]
2013-11-14 19:21:04 +00:00
Daniel James
98f30afe9f
Only match files when the whole glob matches.
...
[SVN r86700]
2013-11-14 19:20:38 +00:00
Daniel James
3111ef9300
Add glob support.
...
This is based on Rene's implementation, but I used my own glob function,
and adjusted a few things since it's now always using ascii. It would be
nice to support unicode, but that would require at the very least a
normalization library, and perhaps more than that.
[SVN r86699]
2013-11-14 19:19:54 +00:00
Vicente J. Botet Escriba
8c14fb1301
Thread: try to remove warning C4520: 'boost::executor_adaptor<boost::thread_pool>' : multiple default constructors specified.
...
[SVN r86698]
2013-11-14 18:53:51 +00:00
Vicente J. Botet Escriba
09104a3dbd
Thread: remove BOOST_THREAD_MAX_ARGS_P1.
...
[SVN r86697]
2013-11-14 17:56:07 +00:00
Jürgen Hunold
338ba39e7e
correct <dll-path> as Qt5 dlls are in bin directory only.
...
[SVN r86696]
2013-11-14 11:22:02 +00:00
Andrey Semashev
c31cf2bd8a
Changed Boost.Log to Boost.Sync in the supported compilers section. Fixes #9388 .
...
[SVN r86695]
2013-11-14 10:10:00 +00:00
Mateusz Loskot
a2ef8439dd
[geometry] Bump year to 2013
...
[SVN r86694]
2013-11-14 10:02:59 +00:00
Edward Diener
337caaa9f2
Cast to long for c++11.
...
[SVN r86693]
2013-11-14 04:43:57 +00:00