Commit Graph

85 Commits

Author SHA1 Message Date
Edward Diener
787d8d38d9
Merge pull request #1 from eldiener/develop
Fix for Python 3 versus Python 2 where the PyVarObject is different.
2018-10-25 11:30:48 -04:00
Edward Diener
d76576a6a4 Changed to use Py_TYPE instead of separate code depending on Python version. 2018-10-19 15:59:46 -04:00
Edward Diener
77e4c49657 Fix for Python 3 versus Python 2 where the PyVarObject is different. 2018-10-18 14:42:04 -04:00
Peter Dimov
9d9d11fe80 Use glob instead of path.glob, as it's relative to the Jamfile 2018-10-16 06:24:42 +03:00
Peter Dimov
0c3aa448b9 Remove paths from $(sources) 2018-10-16 05:33:45 +03:00
Peter Dimov
f98b87600f Fix path.glob relative path 2018-10-16 03:45:12 +03:00
Peter Dimov
5f9ef7316f Revert "Rename html/ to html_/ to see if the doc build starts working"
This reverts commit 6c7fd2b6ba.
2018-10-16 03:44:22 +03:00
Peter Dimov
6c7fd2b6ba Rename html/ to html_/ to see if the doc build starts working 2018-10-15 20:31:21 +03:00
Peter Dimov
7775cbb01b Add vellipsis.gif 2018-10-15 19:21:24 +03:00
Peter Dimov
b15d0980ef Use the stage target in boostrelease 2018-10-15 17:27:46 +03:00
Peter Dimov
c9bfab5b6c No longer delete headers from parameter; they aren't there anymore 2018-10-15 03:13:01 +03:00
Peter Dimov
2161ba7c24 Delete the duplicated headers from parameter/ in .travis.yml 2018-10-14 18:24:11 +03:00
Peter Dimov
79a717c8e9 Rename python.rst to index.rst 2018-10-14 18:20:15 +03:00
Peter Dimov
cf77d38c3a Fix test/Jamfile 2018-10-14 18:19:38 +03:00
Peter Dimov
3f6fbfb508 Fix libraries.json 2018-10-14 18:17:36 +03:00
Peter Dimov
e3fb424f93 Fix .travis.yml 2018-10-14 18:16:49 +03:00
Peter Dimov
587d7972b8 Add libstdc++-5-dev for clang, or <complex> doesn't compile in C++14 mode 2018-10-14 18:11:56 +03:00
Peter Dimov
d8801599e6 Add more Travis configurations 2018-10-14 18:11:56 +03:00
eldiener
deb1d966a5 Removed --depth 1 2018-10-14 18:11:56 +03:00
Edward Diener
90867f10c1 Added Appveyor file and Travis CI file. 2018-10-14 18:11:56 +03:00
Edward Diener
7f4335062e Include math.h first to avoid Python _hypot redefinition bug 2018-10-14 18:11:51 +03:00
Rene Rivera
a8cbc63e2a Add, and update, documentation build targets. 2018-10-14 18:11:47 +03:00
Daniel James
8d928cd580 Add metadata file. 2018-10-14 18:11:38 +03:00
Dave Abrahams
40866e9e73 bug fix for value_type and numerous doc fixes, along with literate programming tests
[SVN r50863]
2018-10-14 18:11:36 +03:00
Daniel Wallin
aadc1c8ade Applied part of patch from Jens Seidel in: http://svn.boost.org/trac/boost/ticket/1541. Fixed missing includes.
[SVN r42415]
2018-10-14 18:11:31 +03:00
Daniel Wallin
66ec42bbb2 Merged HEAD to RC_1_34_0
[SVN r37582]
2018-10-14 18:11:28 +03:00
Daniel Wallin
0480aebcc8 Tried to address these comments by Dave:
The section on "special" keywords links to a part of the parameter lib
  tutorial that no longer exists. It also says "Therefore we need to tag the
  color keyword as a special keyword" but it never shows how to do such tagging!

  The whole thing about the forwarding function objects is unclear. You show
  one example, but you don't explain why it's needed and you don't explain the
  rules by which it was constructed, so it's not obvious how I would define my
  own.

Work in progress.

[SVN r36383]
2018-10-14 18:11:24 +03:00
Daniel Wallin
f1fa8fa04e Fixed some regressions and added expected failure markup.
[SVN r35451]
2018-10-14 18:11:22 +03:00
Daniel Wallin
16dccc14ea Fixed python test regression and PP test failure.
[SVN r35404]
2018-10-14 18:11:19 +03:00
Daniel Wallin
e556ff29a9 Changed how normalized_argument_types works to better match user expectation.
[SVN r35363]
2018-10-14 18:11:17 +03:00
Markus Schöpflin
f71509ca43 Python header must be included first.
[SVN r35319]
2018-10-14 18:11:15 +03:00
Dave Abrahams
82b89fc441 Fix inspection issues
[SVN r35239]
2018-10-14 18:11:14 +03:00
Dave Abrahams
59bac2bc6e fix license
[SVN r35232]
2018-10-14 18:11:11 +03:00
Dave Abrahams
a4529e6e41 Add missing license/copyright
[SVN r35230]
2018-10-14 18:11:09 +03:00
Daniel Wallin
4a1fc49a6a Improved error diagnostics. Made depdendent predicates work on most compilers. Made optional deduced parameters fail SFINAE when an unmatched parameter is supplied.
[SVN r35226]
2018-10-14 18:11:08 +03:00
Daniel Wallin
a263cca761 Removed old tests.
[SVN r35214]
2018-10-14 18:11:06 +03:00
Daniel Wallin
eea8f72c13 Made arguments that isn't matched by any parameter-specs an error.
[SVN r35192]
2018-10-14 18:11:04 +03:00
Daniel Wallin
440aa8d08f New tagging algo. Tests for deduced parameters and preprocessor interface for deduced parameters.
[SVN r35172]
2018-10-14 18:11:00 +03:00
Daniel Wallin
e2d77e0080 New algorithm for tagging arguments, and lots of changes to PP code.
[SVN r35168]
2018-10-14 18:11:00 +03:00
Dave Abrahams
e2db16e80c add missing license/copyright info
[SVN r35068]
2018-10-14 18:10:54 +03:00
Daniel Wallin
a31db9b63c updated docs
[SVN r35018]
2018-10-14 18:10:35 +03:00
Daniel Wallin
1d0e9ed2f4 Fixed 0-arity init.
[SVN r34528]
2018-10-14 18:08:56 +03:00
Daniel Wallin
edb5b4547e Added support for CallPolicies.
[SVN r34475]
2018-10-14 18:08:56 +03:00
Daniel Wallin
e52def665e litre tests
[SVN r34126]
2018-10-14 18:08:56 +03:00
Daniel Wallin
3b221ec25f new Parameter.Python syntax
[SVN r34094]
2018-10-14 18:08:55 +03:00
Daniel Wallin
c847fc2b0c new Parameter.Python syntax
[SVN r34093]
2018-10-14 18:08:55 +03:00
Daniel Wallin
184c036a59 more editing
[SVN r33964]
2018-10-14 18:08:55 +03:00
Dave Abrahams
63bede688f More editorial comments.
[SVN r33959]
2018-10-14 18:08:55 +03:00
Daniel Wallin
a06c8966c8 tutorial section, not complete
[SVN r33955]
2018-10-14 18:08:55 +03:00
Daniel Wallin
99c316c690 doc changes
[SVN r33953]
2018-10-14 18:08:55 +03:00