John Maddock
|
a2d448b8bf
Another round of performance tweaks for issue #3408.
|
16 years ago |
Jürgen Hunold
|
eb03b16958
Refactored: use static_cast and const pointer where possible.
|
16 years ago |
Ralf W. Grosse-Kunstleve
|
e10f62fe53
boost/python: some Py_ssize_t replaced with boost::python::ssize_t to restore compatibility with Python 2.3 and 2.4
|
17 years ago |
Hartmut Kaiser
|
9e19be89a2
Spirit: fixed Karma repeating operators and directives to account for failing subjects
|
17 years ago |
Hartmut Kaiser
|
a635736df7
Spirit: fixed Karma repeating operators and directives to account for failing subjects, added corresponding tests, updated docs
|
17 years ago |
Jeremiah Willcock
|
77365354d1
Another attempt at a CSR edges() fix
|
17 years ago |
Hartmut Kaiser
|
1986fc1db8
Fusion: fixed a couple of typos in docs
|
17 years ago |
Hartmut Kaiser
|
799ac9a678
Spirit: added qi::bool_
|
17 years ago |
Hartmut Kaiser
|
368714d2d9
Spirit: added qi::bool_ docs
|
17 years ago |
Gennadiy Rozental
|
019caca2c0
missing namespace
|
17 years ago |
Daniel James
|
0a78783435
Just remove the test since the test itself doesn't work on most compilers.
|
17 years ago |
Gennadiy Rozental
|
59e9a83df5
apparently compiler might want to examine tu.second twice: before and after calling destructor
|
17 years ago |
Hartmut Kaiser
|
8fe95bdffc
Spirit: added karma attr_cast, doc update
|
17 years ago |
Hartmut Kaiser
|
72a6404796
Spirit: added karma attr_cast
|
17 years ago |
Hartmut Kaiser
|
d5881dbe40
Spirit: refined bool_policies
|
17 years ago |
Hartmut Kaiser
|
bf56ad69e0
Spirit: refined bool_policies
|
17 years ago |
Hartmut Kaiser
|
8304dc7d48
Spirit: consolidated stateful tag support
|
17 years ago |
Daniel James
|
8f77aeaf96
Remove the optimization for std::pair with a key reference. It'll be too much hassle to get a very unusual use case to work on all compilers.
|
17 years ago |
Hartmut Kaiser
|
d0da942fc9
Spirit: added bool_ generators
|
17 years ago |
Hartmut Kaiser
|
e59aa1117a
Spirit: docs for bool_ generators
|
17 years ago |
John Maddock
|
b8a7ae2a81
A few more minor performance tweaks for issue #3407.
|
17 years ago |
Jeremiah Willcock
|
405ede72d6
Fixed bug in CSR edges() function
|
17 years ago |
Hartmut Kaiser
|
28c9972ec8
Spirit: doc additions from Andreas
|
17 years ago |
Hartmut Kaiser
|
d03e7be7d2
Spirit: doc additions from Andreas
|
17 years ago |
Hartmut Kaiser
|
fb05666bc9
Spirit: reverted change to behavior of the Qi Kleene star
|
17 years ago |
Emil Dotchevski
|
51bc681b8a
Another minor documentation bug.
|
17 years ago |
Emil Dotchevski
|
33c328333c
Minor documentation update.
|
17 years ago |
Emil Dotchevski
|
6d6a52d87c
New function: diagnostic_information_what.
|
17 years ago |
Hartmut Kaiser
|
df609f7aa7
Spirit: added simple token printer for parser trace output
|
17 years ago |
Daniel James
|
179578c0cc
Try supporting reference parameters in pairs. Probably not required.
|
17 years ago |