Wenzel Jakob
|
a826bed0d3
|
fixed run_test script
|
2016-02-23 22:11:59 +01:00 |
|
Wenzel Jakob
|
a645e81b3c
|
added note about supported compiler versions
|
2016-02-23 22:11:59 +01:00 |
|
Wenzel Jakob
|
4d29a7ac33
|
use relaxed testing scheme for MSVC and the intel compiler (they miss some RV optimizations)
|
2016-02-23 22:11:59 +01:00 |
|
Wenzel Jakob
|
b23668a27a
|
minor formatting changes, removed missing header files referenced in setup.py
|
2016-02-23 22:11:59 +01:00 |
|
Wenzel Jakob
|
7b414d5de3
|
don't do -ipo check for non-intel compilers (causes issues with Clang on OSX)
|
2016-02-23 22:11:59 +01:00 |
|
Ben Pritchard
|
c993d94c90
|
Add intel warning push/pop
|
2016-02-23 22:11:59 +01:00 |
|
Ben Pritchard
|
3632202122
|
Remove some unnecessary semicolons (compilers warn on higher levels)
|
2016-02-23 22:11:59 +01:00 |
|
Ben Pritchard
|
f2740c26ec
|
Add Intel to cmake file. Supress Intel inline/noinline warning
|
2016-02-23 22:11:59 +01:00 |
|
Ben Pritchard
|
48f101d075
|
Fixes for compilation/segfault problems with Intel (issue 94)
|
2016-02-23 22:11:59 +01:00 |
|
Wenzel Jakob
|
bd549aeb8c
|
fixed tarball link in setup.py, added py 3.6
|
2016-02-23 22:11:59 +01:00 |
|
jmabille
|
feeced6f75
|
short_vector removed and code formatting
|
2016-02-19 22:26:56 +01:00 |
|
jmabille
|
57098708ce
|
Extra tabs removed
|
2016-02-18 02:10:17 +01:00 |
|
jmabille
|
7e67b71ab0
|
Broadcasting tests added
|
2016-02-18 01:35:42 +01:00 |
|
Johan Mabille
|
eaced3aaa9
|
typo
|
2016-02-17 23:37:24 +01:00 |
|
Sylvain Corlay
|
edb945d45d
|
gcc compilation issue fixed
|
2016-02-17 23:37:24 +01:00 |
|
Johan Mabille
|
2d0ff0e777
|
gcc compilation issue fixed
|
2016-02-17 23:37:24 +01:00 |
|
Johan Mabille
|
7e8ece8f3d
|
Crash for scalar inputs fixed
|
2016-02-17 23:37:24 +01:00 |
|
Johan Mabille
|
f41e1125c6
|
Broadcasting like numpy
|
2016-02-17 23:37:23 +01:00 |
|
Johan Mabille
|
7fc85f1d7c
|
Multi iterator
|
2016-02-17 23:37:23 +01:00 |
|
Wenzel Jakob
|
f8584b630b
|
quench some warnings in operators.h
|
2016-02-16 13:36:04 +01:00 |
|
Wenzel Jakob
|
0880294924
|
support unordered set/map data structures (fixes #100)
|
2016-02-13 00:22:26 +01:00 |
|
Wenzel Jakob
|
4fee179900
|
better debug info when arg::operator=() fails
|
2016-02-09 11:31:20 +01:00 |
|
Wenzel Jakob
|
4f8902a931
|
starting development cycle for v1.3
|
2016-02-07 17:33:12 +01:00 |
|
Wenzel Jakob
|
8ed2808239
|
pybind11, version 1.2
|
2016-02-07 17:32:37 +01:00 |
|
Wenzel Jakob
|
43b6a23a89
|
minor comment about binding static methods
|
2016-02-07 17:24:41 +01:00 |
|
Wenzel Jakob
|
10c74c6f34
|
transparent std::array conversion (fixes #97)
|
2016-02-07 16:36:51 +01:00 |
|
Wenzel Jakob
|
c91551b33b
|
improved python detection in CMakeLists.txt (fixes #98)
|
2016-02-07 15:57:14 +01:00 |
|
Wenzel Jakob
|
1f7a8096b7
|
support for string default arguments specified as static arrays
|
2016-02-07 13:29:17 +01:00 |
|
Wenzel Jakob
|
e206564ebf
|
removed a redundant tag
|
2016-02-04 23:29:29 +01:00 |
|
Wenzel Jakob
|
a65017902e
|
set __module__ attribute of functions (fixes #95)
|
2016-02-04 23:03:58 +01:00 |
|
Wenzel Jakob
|
de3ad07899
|
documentation on exporting constants (closes #92)
|
2016-02-02 11:38:21 +01:00 |
|
Wenzel Jakob
|
298183fac4
|
Merge pull request #91 from SylvainCorlay/version
Add version information
|
2016-02-01 16:51:26 +01:00 |
|
Sylvain Corlay
|
97dc81057f
|
Add version info and release instructions for pybind11
|
2016-02-01 10:23:52 -05:00 |
|
Wenzel Jakob
|
cd4e6ae3f0
|
updated changelog
|
2016-01-29 11:48:40 +01:00 |
|
Wenzel Jakob
|
b6cf75d66a
|
address issue with std::type_info across module boundaries (fixes #86)
|
2016-01-29 11:39:32 +01:00 |
|
Felipe Lema
|
2547ca468c
|
deal with Python versions compiled without thread support (fixes #81)
|
2016-01-28 18:16:42 +01:00 |
|
Wenzel Jakob
|
15f6a0030e
|
enum comparison and conversion operations (closes #80)
|
2016-01-24 14:05:12 +01:00 |
|
Wenzel Jakob
|
a40c27ee0e
|
travis: cache pip
|
2016-01-21 19:23:54 +01:00 |
|
Wenzel Jakob
|
ab7ef81ee1
|
Merge pull request #73 from ax3l/topic-cleanCMake
CMake: Test Counting
|
2016-01-21 19:23:23 +01:00 |
|
Wenzel Jakob
|
518cf721d9
|
improve cmake windows debug configuration (fixes #77)
|
2016-01-21 19:17:58 +01:00 |
|
Wenzel Jakob
|
fa92f6796f
|
Merge pull request #76 from ax3l/fix-unusedVar
Close #69 Unused Var: Warning
|
2016-01-21 19:03:51 +01:00 |
|
Wenzel Jakob
|
d1f4d3ea91
|
Merge pull request #78 from ax3l/fix-complexGlibc
Fix #75 <complex> may define macro I
|
2016-01-21 18:58:36 +01:00 |
|
Axel Huebl
|
30214adc0a
|
Fix #75 <complex> may define macro I
Fix #75 as described by undefining the macro `I` from `<complex>`
if defined (as in `glibc`).
This seems to be the only include of it.
|
2016-01-21 17:44:43 +01:00 |
|
Axel Huebl
|
2dd5e3bc2a
|
Close #69 Unused Var: Warning
Close #69
[This](http://stackoverflow.com/a/3418951)
stackoverflow post recommended
[that](http://herbsutter.com/2009/10/18/mailbag-shutting-up-compiler-warnings/)
Herb Sutter blog post with a general and portable solution and it
works great! :)
|
2016-01-21 17:18:47 +01:00 |
|
Axel Huebl
|
6c37f2111d
|
CMake: Test Counting
- automatically detect number of examples
|
2016-01-20 13:03:01 +01:00 |
|
Wenzel Jakob
|
80a06745d3
|
hopefully final(?) adjustment to detail::is_copy_constructible (fixes #70)
|
2016-01-20 11:34:07 +01:00 |
|
Wenzel Jakob
|
d4db8bc4bf
|
minor cmake doc improvements
|
2016-01-20 01:26:44 +01:00 |
|
Wenzel Jakob
|
b670b77060
|
minor adjustment to detail::is_copy_constructible (fixes #70)
|
2016-01-20 01:26:43 +01:00 |
|
Wenzel Jakob
|
88d1d04132
|
another attempt to fix the offsetof warnings
|
2016-01-20 01:26:42 +01:00 |
|
Wenzel Jakob
|
9dcb1c3b3a
|
Merge pull request #71 from ax3l/fix-strBuild2
Fix Compile Error: str Naming
|
2016-01-19 09:50:49 +01:00 |
|