Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
pybind11
/
4be37c17d76f547962a23d2943ed062edad4b97c
4be37c1
Merge pull request #269 from jagerman/ternary-description
by Wenzel Jakob
· 9 years ago
4609beb
Merge remote-tracking branch 'upstream/master' into ternary-description
by Jason Rhinelander
· 9 years ago
8469f75
Add _<bool>("s1", "s2") ternary & use TYPE_CASTER
by Jason Rhinelander
· 9 years ago
22201d0
Merge pull request #268 from bennorth/stricter-test
by Wenzel Jakob
· 9 years ago
f57133a
correction to #266 fix
by Wenzel Jakob
· 9 years ago
150a0fa
check(): Stricter check in tests
by Ben North
· 9 years ago
676e298
Test that check() catches wrong order of elements
by Ben North
· 9 years ago
c2f6841
Merge pull request #267 from bennorth/non-contiguous-arrays
by Wenzel Jakob
· 9 years ago
7b8d9e0
Test eigen converts slices of 3d arrays correctly
by Ben North
· 9 years ago
3e0e779
Tests: Add further '2*' functions for matrices
by Ben North
· 9 years ago
93594a3
Fix handling of one-dimensional input arrays
by Ben North
· 9 years ago
4a22091
Add tests for doubling row- and col-vectors
by Ben North
· 9 years ago
b063e64
Eigen tests: '2*' functions for col-, row-vectors
by Ben North
· 9 years ago
c9f69bc
Merge pull request #266 from jagerman/fix-python27-test-output
by Wenzel Jakob
· 9 years ago
f23e0b5
Fix test diff output under python2.7
by Jason Rhinelander
· 9 years ago
3b48482
Merge pull request #262 from merlinND/make-tuple-error-message
by Wenzel Jakob
· 9 years ago
68ca3b6
more informative error message when py::make_tuple fails
by Merlin Nimier-David
· 9 years ago
0006259
switched internal usage of cast_error exception to reference_cast_error
by Wenzel Jakob
· 9 years ago
472ffbb
more informative error message when py::cast fails
by Wenzel Jakob
· 9 years ago
fb0e2e5
minor formatting fix
by Wenzel Jakob
· 9 years ago
d7e208c
Merge pull request #260 from hbruintjes/allow_const_shared
by Wenzel Jakob
· 9 years ago
70d2e57
Cast to derived holder using container type when using std::enable_shared_from_this.
by hbruintjes
· 9 years ago
5766c3a
cindex.py updated
by Wenzel Jakob
· 9 years ago
3eeea6f
docs: point out limitations of implicit conversions
by Wenzel Jakob
· 9 years ago
f53e300
doc updates
by Wenzel Jakob
· 9 years ago
09e22b4
Merge pull request #255 from nafur/patch-1
by Wenzel Jakob
· 9 years ago
4626b5a
updated limitations section
by Wenzel Jakob
· 9 years ago
717df75
Added warning about same-address-optimization
by nafur
· 9 years ago
2353b9b
quench C4459 warning on MSVC2015
by Wenzel Jakob
· 9 years ago
37e1f61
allow passing a 'return value policy' to handle::operator()
by Wenzel Jakob
· 9 years ago
4a53d38
only deprecate call() function if C++14 is available
by Wenzel Jakob
· 9 years ago
f88af0c
clarification on static properties (fixes #248)
by Wenzel Jakob
· 9 years ago
407c292
Merge pull request #247 from aldanor/iterators
by Wenzel Jakob
· 9 years ago
9edfd20
Merge pull request #245 from bradharmon/callback_examples
by Wenzel Jakob
· 9 years ago
daed1ab
Switch to using prefix increment in make_iterator
by Ivan Smirnov
· 9 years ago
3ae5bd7
Remove extraneous semicolon (-pedantic warning)
by Ivan Smirnov
· 9 years ago
835fc06
Add callback examples with named parameters
by Brad Harmon
· 9 years ago
a62b3a0
Merge pull request #244 from JerryAtInnobec/master
by Wenzel Jakob
· 9 years ago
b8f2d18
Remove unnecessary braces.
by Jerry Gamache
· 9 years ago
c6e0cdf
Allow pybind11::arg to have 0, false, or "" as default values.
by Jerry Gamache
· 9 years ago
663513c
release process clarifications
by Wenzel Jakob
· 9 years ago
452da88
minor .gitignore update
by Wenzel Jakob
· 9 years ago
f85c529
starting to work on release v1.9
by Wenzel Jakob
· 9 years ago
f950215
note about semver policy
by Wenzel Jakob
· 9 years ago
1cbe7ef
changelog update
by Wenzel Jakob
· 9 years ago
b4dcb8f
Merge pull request #237 from dean0x7d/pythonlibs
by Wenzel Jakob
· 9 years ago
e782eb8
Skip FindPythonLibsNew if PYTHONLIBS_FOUND is defined (fix #236)
by Dean Moldovan
· 9 years ago
19d95ef
Merge pull request #226 from dean0x7d/constexpr_arg_check
by Wenzel Jakob
· 9 years ago
9e62558
Check the number of named arguments at compile time
by Dean Moldovan
· 9 years ago
e3f8cfc
Merge pull request #224 from dean0x7d/udl
by Wenzel Jakob
· 9 years ago
b3eadfa
Update docs with _a suffix notation for named arguments
by Dean Moldovan
· 9 years ago
96017dd
Add _a literal for named arguments
by Dean Moldovan
· 9 years ago
f600c1d
updated FAQ section on Python detection
by Wenzel Jakob
· 9 years ago
ca8dc08
updated pbtest link
by Wenzel Jakob
· 9 years ago
aa79af0
updated cmake example link
by Wenzel Jakob
· 9 years ago
9bb97c1
docs: added a general note about macro usage
by Wenzel Jakob
· 9 years ago
99279f7
docs: switched lexer for python console snippets to 'pycon'
by Wenzel Jakob
· 9 years ago
7c99ff2
fix segfault when passing a docstring to def_property* (fixes #222)
by Wenzel Jakob
· 9 years ago
9767c48
add tested Cygwin version to README.md
by Wenzel Jakob
· 9 years ago
a22ce6c
Merge pull request #220 from dean0x7d/fixes
by Wenzel Jakob
· 9 years ago
ba0a0c0
Install numpy from manylinux binary wheel on Travis
by Dean Moldovan
· 9 years ago
52ae7b1
Add 'check' target which both builds and tests
by Dean Moldovan
· 9 years ago
1fe5901
Add a more informative diff output for failed tests
by Dean Moldovan
· 9 years ago
4337a5d
Fix typo which caused the C++ set test to be skipped
by Dean Moldovan
· 9 years ago
f2b36c2
Fix a couple of warnings
by Dean Moldovan
· 9 years ago
38d8b8c
don't allow registering a class twice (fixes #218)
by Wenzel Jakob
· 9 years ago
5eda97d
gcc fix
by Wenzel Jakob
· 9 years ago
b569272
quench some Eigen-related warnings
by Wenzel Jakob
· 9 years ago
5dd33d8
fix issues with std::vector<bool> overload in STL (fixes #216)
by Wenzel Jakob
· 9 years ago
dca6b04
Merge pull request #217 from BorisSchaeling/cygwin
by Wenzel Jakob
· 9 years ago
fc19c19
Fix Cygwin support
by Boris Schäling
· 9 years ago
3f3ea26
Merge branch 'master' into cygwin
by Boris Schäling
· 9 years ago
0a07805
fixed many conversion warnings on clang
by Wenzel Jakob
· 9 years ago
c48da92
Merge branch 'cygwin' of https://github.com/BorisSchaeling/pybind11 into BorisSchaeling-cygwin
by Wenzel Jakob
· 9 years ago
7da7b67
updated contributors in README.md
by Wenzel Jakob
· 9 years ago
67a6392
very minor cmake adjustments
by Wenzel Jakob
· 9 years ago
1503d2f
Merge pull request #207 from dean0x7d/cmake
by Wenzel Jakob
· 9 years ago
9309b02
Merge branch 'master' into cygwin
by Boris Schäling
· 9 years ago
20ee935
Use decltype to deduce return type of PyThread_create_key
by Boris Schäling
· 9 years ago
c3c27c4
Make C++ standard configurable
by Dean Moldovan
· 9 years ago
9fb50c5
Add LTO and strip to pybind11_add_module
by Dean Moldovan
· 9 years ago
24ddf4b
Update CMake build documentation
by Dean Moldovan
· 9 years ago
49720f0
Add PYBIND11_ prefix to variable and remove redundant OSX property
by Dean Moldovan
· 9 years ago
8965644
Make examples build and run on Cygwin
by Boris Schäling
· 9 years ago
2c76c69
minor update to release process
by Wenzel Jakob
· 9 years ago
6e2e0e9
Merge pull request #214 from yungyuc/yyc-docver
by Wenzel Jakob
· 9 years ago
2240ce2
Update document version to the next release 1.8
by Yung-Yu Chen
· 9 years ago
69e1a5c
quenched warnings on windows, comments in gil_scoped_release
by Wenzel Jakob
· 9 years ago
86d825f
Redesigned virtual call mechanism and user-facing syntax (breaking change!)
by Wenzel Jakob
· 9 years ago
60abf29
minor cleanups in pytypes.h
by Wenzel Jakob
· 9 years ago
ca9f3b2
Merge pull request #213 from yungyuc/yyc-args
by Wenzel Jakob
· 9 years ago
114bfeb
pybind11::args should have been derived from tuple
by Yung-Yu Chen
· 9 years ago
03d6a51
Fix missing variable for Windows build
by Dean Moldovan
· 9 years ago
1e3be73
PYBIND11_OVERLOAD_NAME and PYBIND11_OVERLOAD_PURE_NAME (fixes #205)
by Wenzel Jakob
· 9 years ago
b437867
eigen.h: relax access to members
by Wenzel Jakob
· 9 years ago
ec10c20
Merge pull request #212 from abergmeier/master
by Wenzel Jakob
· 9 years ago
2dd2157
Fixed expected test examples for more verbose error output.
by Andreas Bergmeier
· 9 years ago
16d4394
Increase available information on invocation error.
by Andreas Bergmeier
· 9 years ago
8c6b0b8
Don't build tests when project is used via add_subdirectory
by Dean Moldovan
· 9 years ago
b4b70a5
Update CMake on Travis CI
by Dean Moldovan
· 9 years ago
Next »