Joel de Guzman
2e001459cb
Doc updates
...
[SVN r54879]
2009-07-11 05:46:30 +00:00
Andy Elvey
8854e0000d
Started on char docs
...
[SVN r54878]
2009-07-11 05:26:56 +00:00
Steven Watanabe
c8dd06299c
Loosen the requirements on atan2. Fixes #3258
...
[SVN r54873]
2009-07-10 21:26:57 +00:00
Eric Niebler
cd3506730d
fix oops
...
[SVN r54871]
2009-07-10 19:45:01 +00:00
Emil Dotchevski
0d5b7c1d9c
documentation update
...
[SVN r54870]
2009-07-10 19:03:29 +00:00
Hartmut Kaiser
51137114e8
Serialization: added missing header file #include
...
[SVN r54861]
2009-07-10 16:00:03 +00:00
Hartmut Kaiser
388bec9d9e
Spirit: fixed a typo
...
[SVN r54860]
2009-07-10 15:15:27 +00:00
Hartmut Kaiser
9f16a2d134
Spirit: massive speedup fix for karma real generators (for built in floating point types)
...
[SVN r54859]
2009-07-10 14:57:18 +00:00
Hartmut Kaiser
063f7b91fa
Spirit: comment fix
...
[SVN r54857]
2009-07-10 14:47:20 +00:00
Eric Niebler
9d1096044f
revert the BasicPrimitiveTransform changes as leading to weird inconsistencies
...
[SVN r54853]
2009-07-10 04:44:23 +00:00
Joel de Guzman
cf7988a204
updates
...
[SVN r54852]
2009-07-10 03:10:45 +00:00
Joel de Guzman
40f4922911
symbols doc update
...
[SVN r54851]
2009-07-10 03:10:00 +00:00
Joel de Guzman
eae6a08415
Fix #1601
...
[SVN r54850]
2009-07-10 00:50:05 +00:00
Joel de Guzman
40e51913f0
Fix #1601
...
[SVN r54849]
2009-07-10 00:49:51 +00:00
Christopher Kohlhoff
509f7e424e
Don't write to /dev/poll descriptor when there are no pending changes.
...
[SVN r54845]
2009-07-09 22:58:26 +00:00
Christopher Kohlhoff
d0db93ce87
Fix task initialisation.
...
[SVN r54844]
2009-07-09 22:55:26 +00:00
Emil Dotchevski
db290355f9
Examples/documentation update
...
[SVN r54842]
2009-07-09 20:51:10 +00:00
Emil Dotchevski
06d405d559
Minor fix in libs/exception/example/example_io.cpp.
...
[SVN r54840]
2009-07-09 18:52:35 +00:00
Emil Dotchevski
431a09e442
documentation update
...
[SVN r54839]
2009-07-09 17:53:14 +00:00
Emil Dotchevski
7aac50d4f3
Fixing Sun compile errors
...
[SVN r54835]
2009-07-09 17:34:39 +00:00
David Dean
9b1f7d3aa2
Correcting Borland default compiler options
...
-Ve and -Vx are *NOT* enabled by default in bcc32
[SVN r54833]
2009-07-09 16:46:13 +00:00
Niels Dekker
b092060d62
Reverted value_init revision [54502], intel_9_value_init_conversion-operator.patch from ticket #2548 , as it only increased the number of compile errors at the regression page, and Fernando Cacciola also suggested me to leave it broken (without the patch), for this specific (old) compiler version.
...
[SVN r54832]
2009-07-09 08:06:19 +00:00
Emil Dotchevski
cf5a9412b3
Documentation and examples update.
...
[SVN r54831]
2009-07-09 07:35:15 +00:00
Robert Ramey
300032e508
fix typo
...
[SVN r54829]
2009-07-09 04:07:19 +00:00
Emil Dotchevski
0e31333f3f
Documentation update
...
[SVN r54828]
2009-07-09 03:51:30 +00:00
Joel de Guzman
1d786844f0
Some updates
...
[SVN r54827]
2009-07-09 03:27:45 +00:00
Emil Dotchevski
cba9415daf
Added commonly used error_info typedefs.
...
Added boost/exception/all.hpp.
Removed tabs from source files.
[SVN r54825]
2009-07-08 23:44:28 +00:00
Robert Ramey
78c1100a59
Fix invalid pointer in unregister cast in void_cast.cpp - Again !!
...
[SVN r54823]
2009-07-08 23:09:29 +00:00
Robert Ramey
ec59702e53
Fix error for platorms which don't use decl
...
[SVN r54822]
2009-07-08 22:56:38 +00:00
Robert Ramey
e241898b68
Fix invalid pointer in unregister cast in void_cast.cpp
...
[SVN r54821]
2009-07-08 22:55:36 +00:00
Robert Ramey
9605c40292
Fix invalid pointer in unregister cast in void_cast.cpp
...
[SVN r54820]
2009-07-08 22:53:22 +00:00
Daniel James
b9f810783a
Support INTERNAL ONLY enums in doxygen/boostbook documenation. Refs #3242 .
...
Patch by Mathias Gaunard.
[SVN r54818]
2009-07-08 21:53:15 +00:00
Daniel James
1da274a2a7
I got a bit confused by this comment, so try to make it clearer.
...
[SVN r54817]
2009-07-08 21:41:10 +00:00
Daniel James
a836148af0
Make sure that a template expansion ends with a ']'.
...
{{{
[template foo 1]
[fool]
}}}
was generating `1[fool]` - the template would be expanded but then when it
didn't match the `]` it would fail and just get copied to the output. This
change checks for `]` before expanding the template. So it now generates
`[fool]` which is an improvement.
I'm not including a version switch as I see this as a plain bug fix - I can't
imagine this change ever being anything but beneficial.
[SVN r54816]
2009-07-08 21:41:00 +00:00
Daniel James
2cc564cf46
Teletype source mode. Refs #1202 .
...
[SVN r54815]
2009-07-08 21:40:46 +00:00
Daniel James
c8efc2cdc6
Move the code actions a bit later in actions.hpp so they can use 'plain_char_action'.
...
[SVN r54814]
2009-07-08 21:40:33 +00:00
Daniel James
6852851c06
Move all the syntax highlighting code into a single class.
...
[SVN r54813]
2009-07-08 21:40:24 +00:00
Daniel James
3e17e8a9ad
Add a couple of tests for quickbook 1.4 behaviour to try to preserve it.
...
[SVN r54812]
2009-07-08 21:40:14 +00:00
Daniel James
754d8218ee
Use BOOST_STATIC_CONSTANT in static_log2, as g++ 4.0 has problems with enum.
...
[SVN r54811]
2009-07-08 21:27:05 +00:00
Hartmut Kaiser
3badff4376
Spirit: fixing Karma output_iterator and tweaks to numeric utils
...
[SVN r54800]
2009-07-08 18:28:42 +00:00
Hartmut Kaiser
66325dd6bc
Spirit: fixed signed/unsigned mismatch warnings
...
[SVN r54799]
2009-07-08 18:26:38 +00:00
Robert Ramey
73198a1d11
fixed archive_pointer_?serializer
...
[SVN r54798]
2009-07-08 16:30:38 +00:00
Hartmut Kaiser
7b3c7d5d64
Spirit: fixing several (corner case) use cases
...
[SVN r54796]
2009-07-08 15:43:16 +00:00
Hartmut Kaiser
d298a2ad39
Spirit: fixed misspelled filename
...
[SVN r54795]
2009-07-08 15:11:42 +00:00
Hartmut Kaiser
44b3c5d54a
Spirit: missing file
...
[SVN r54794]
2009-07-08 15:08:26 +00:00
Hartmut Kaiser
12563f833d
Spirit: removed testcase
...
[SVN r54793]
2009-07-08 14:37:54 +00:00
Hartmut Kaiser
7d22b1d3b6
Spirit: fixing a test case
...
[SVN r54792]
2009-07-08 13:03:00 +00:00
Hartmut Kaiser
e37bd3108b
Spirit: added lexer testcase exhibiting a problem in current code
...
[SVN r54791]
2009-07-08 13:01:10 +00:00
Ben Hanson
94d6cf4778
Corner case fix to human readable state machine.
...
[SVN r54790]
2009-07-08 08:42:38 +00:00
Hartmut Kaiser
4621116564
Spirit: fixed karma plus and kleene failure conditions
...
[SVN r54789]
2009-07-07 23:55:53 +00:00