Commit Graph

  • c0ce590f5a Fix link in setup.py Wenzel Jakob 2016-02-22 17:25:58 +0100
  • bf72a76dd3 added 'dist' to .gitignore file Wenzel Jakob 2016-02-22 10:29:08 +0100
  • 57b52798e2 fixed run_test script Wenzel Jakob 2016-02-20 21:19:30 +0100
  • 240e4044aa added note about supported compiler versions Wenzel Jakob 2016-02-20 21:00:45 +0100
  • 80c2451ac5 use relaxed testing scheme for MSVC and the intel compiler (they miss some RV optimizations) Wenzel Jakob 2016-02-20 20:53:10 +0100
  • d6e4cef65f minor formatting changes, removed missing header files referenced in setup.py Wenzel Jakob 2016-02-20 12:17:17 +0100
  • 5e31d891fc Merge pull request #102 from jmabille/vectorize Wenzel Jakob 2016-02-20 12:15:31 +0100
  • 1dc960c37f NumPy-style broadcasting support in pybind11::vectorize Johan Mabille 2016-02-11 10:47:11 +0100
  • feeced6f75 short_vector removed and code formatting jmabille 2016-02-19 22:26:56 +0100
  • e2bb4eb87a don't do -ipo check for non-intel compilers (causes issues with Clang on OSX) Wenzel Jakob 2016-02-19 13:27:20 +0100
  • 3fe59b9b22 Merge pull request #103 from bennybp/master Wenzel Jakob 2016-02-18 21:40:24 +0100
  • 33f3430d0c Add intel warning push/pop Ben Pritchard 2016-02-18 15:25:51 -0500
  • 2de6e1d142 Remove some unnecessary semicolons (compilers warn on higher levels) Ben Pritchard 2016-02-18 13:20:15 -0500
  • 70ee47ddcf Add Intel to cmake file. Supress Intel inline/noinline warning Ben Pritchard 2016-02-18 13:06:43 -0500
  • 0b6cff3d1d Fixes for compilation/segfault problems with Intel (issue 94) Ben Pritchard 2016-02-18 12:38:27 -0500
  • 57098708ce Extra tabs removed jmabille 2016-02-18 02:10:17 +0100
  • 7e67b71ab0 Broadcasting tests added jmabille 2016-02-18 01:35:42 +0100
  • eaced3aaa9 typo Johan Mabille 2016-02-16 17:28:44 +0100
  • edb945d45d gcc compilation issue fixed Sylvain Corlay 2016-02-12 17:07:20 +0000
  • 2d0ff0e777 gcc compilation issue fixed Johan Mabille 2016-02-12 16:08:19 +0100
  • 7e8ece8f3d Crash for scalar inputs fixed Johan Mabille 2016-02-11 18:42:22 +0100
  • f41e1125c6 Broadcasting like numpy Johan Mabille 2016-02-11 18:33:52 +0100
  • 7fc85f1d7c Multi iterator Johan Mabille 2016-02-11 10:47:11 +0100
  • f8584b630b quench some warnings in operators.h Wenzel Jakob 2016-02-16 13:36:04 +0100
  • 0880294924 support unordered set/map data structures (fixes #100) Wenzel Jakob 2016-02-13 00:20:21 +0100
  • 4fee179900 better debug info when arg::operator=() fails Wenzel Jakob 2016-02-09 09:46:11 +0100
  • 6f6c3bc7fc fixed tarball link in setup.py, added py 3.6 Wenzel Jakob 2016-02-07 17:37:40 +0100
  • 4f8902a931 starting development cycle for v1.3 Wenzel Jakob 2016-02-07 17:33:12 +0100
  • 8ed2808239 pybind11, version 1.2 v1.2 Wenzel Jakob 2016-02-07 17:32:37 +0100
  • 43b6a23a89 minor comment about binding static methods Wenzel Jakob 2016-02-07 17:24:41 +0100
  • 10c74c6f34 transparent std::array conversion (fixes #97) Wenzel Jakob 2016-02-07 16:36:26 +0100
  • c91551b33b improved python detection in CMakeLists.txt (fixes #98) Wenzel Jakob 2016-02-07 15:45:56 +0100
  • 1f7a8096b7 support for string default arguments specified as static arrays Wenzel Jakob 2016-02-07 13:29:17 +0100
  • e206564ebf removed a redundant tag Wenzel Jakob 2016-02-04 23:29:29 +0100
  • dd38d5b5a7 Merge 2a1ce23a3f into a65017902e Sylvain Corlay 2016-02-04 22:04:04 +0000
  • a65017902e set __module__ attribute of functions (fixes #95) Wenzel Jakob 2016-02-04 23:02:07 +0100
  • 2a1ce23a3f Set module name for defined functions Sylvain Corlay 2016-02-04 15:21:09 -0500
  • de3ad07899 documentation on exporting constants (closes #92) Wenzel Jakob 2016-02-02 11:38:21 +0100
  • 298183fac4 Merge pull request #91 from SylvainCorlay/version Wenzel Jakob 2016-02-01 16:51:26 +0100
  • 97dc81057f Add version info and release instructions for pybind11 Sylvain Corlay 2016-02-01 09:51:35 -0500
  • 35b40868e1 Add get_include function Sylvain Corlay 2016-01-30 06:01:53 -0500
  • cd4e6ae3f0 updated changelog Wenzel Jakob 2016-01-29 11:48:40 +0100
  • b6cf75d66a address issue with std::type_info across module boundaries (fixes #86) Wenzel Jakob 2016-01-29 11:39:32 +0100
  • 2547ca468c deal with Python versions compiled without thread support (fixes #81) Felipe Lema 2016-01-25 16:22:44 -0300
  • 809e6c03bc Thread/GIL functionality surrounded by single #ifdef Felipe Lema 2016-01-26 09:23:45 -0300
  • eb156b4a21 Typo Felipe Lema 2016-01-25 16:36:34 -0300
  • b98a411d3b Merge 2019f0c9f5 into 15f6a0030e Felipe Lema 2016-01-25 19:25:54 +0000
  • 2019f0c9f5 Solves #81 Felipe Lema 2016-01-25 16:22:44 -0300
  • 15f6a0030e enum comparison and conversion operations (closes #80) Wenzel Jakob 2016-01-24 14:05:12 +0100
  • a40c27ee0e travis: cache pip Wenzel Jakob 2016-01-21 19:21:59 +0100
  • ab7ef81ee1 Merge pull request #73 from ax3l/topic-cleanCMake Wenzel Jakob 2016-01-21 19:23:23 +0100
  • 518cf721d9 improve cmake windows debug configuration (fixes #77) Wenzel Jakob 2016-01-21 19:17:58 +0100
  • fa92f6796f Merge pull request #76 from ax3l/fix-unusedVar Wenzel Jakob 2016-01-21 19:03:51 +0100
  • d1f4d3ea91 Merge pull request #78 from ax3l/fix-complexGlibc Wenzel Jakob 2016-01-21 18:58:36 +0100
  • 30214adc0a Fix #75 <complex> may define macro I Axel Huebl 2016-01-21 17:42:46 +0100
  • 2dd5e3bc2a Close #69 Unused Var: Warning Axel Huebl 2016-01-21 17:18:47 +0100
  • 36434cb1b7 common.h: include <cmath> before <Python.h> on mingw to work around wrong hypot definiton Hannes Franke 2016-01-20 23:53:12 +0100
  • 6c37f2111d CMake: Test Counting Axel Huebl 2016-01-20 09:24:25 +0100
  • 80a06745d3 hopefully final(?) adjustment to detail::is_copy_constructible (fixes #70) Wenzel Jakob 2016-01-20 11:34:07 +0100
  • d4db8bc4bf minor cmake doc improvements Wenzel Jakob 2016-01-20 01:26:44 +0100
  • b670b77060 minor adjustment to detail::is_copy_constructible (fixes #70) Wenzel Jakob 2016-01-20 01:26:43 +0100
  • 88d1d04132 another attempt to fix the offsetof warnings Wenzel Jakob 2016-01-20 01:26:42 +0100
  • c5e1458138 Merge 7e43a87515 into 9dcb1c3b3a Axel Huebl 2016-01-19 17:56:11 +0000
  • 7e43a87515 Travis: Cache pip Axel Huebl 2016-01-19 09:37:18 +0100
  • 13ca58e189 CUDA Example: Refactor to Number 0 Axel Huebl 2016-01-19 09:31:29 +0100
  • 6c98c38dfa Travis: Newer CMake, No RT CUDA Device Test Axel Huebl 2016-01-19 00:10:23 +0100
  • ee053e9236 CMake: Support CUDA Example if Found Axel Huebl 2016-01-18 23:54:44 +0100
  • 812f7dde29 CUDA: Build Example (Ragged Version) Axel Huebl 2016-01-18 01:56:58 +0100
  • 20d71f4580 Travis: Install CUDA 7.5 and Cache it Axel Huebl 2016-01-11 20:14:31 +0100
  • 9dcb1c3b3a Merge pull request #71 from ax3l/fix-strBuild2 Wenzel Jakob 2016-01-19 09:50:49 +0100
  • 7cd569c703 Fix Compile Error: str Naming Axel Huebl 2016-01-11 20:15:40 +0100
  • 61587164ed example on manually vectorizing numpy code (closes #27) Wenzel Jakob 2016-01-18 22:38:52 +0100
  • 260bc58f57 improved SFINAE in type_caster_generic (closes #70) Wenzel Jakob 2016-01-18 21:00:25 +0100
  • 92b2f452f0 fix regression in stl.h Wenzel Jakob 2016-01-18 21:00:25 +0100
  • 2983d5e1de quench warnings (closes #69) Wenzel Jakob 2016-01-18 21:00:24 +0100
  • bad6d5fa11 Fix Compile Error: str Naming Axel Huebl 2016-01-11 20:15:40 +0100
  • e62ba0de4e Merge 40e7e1906c into ed3d23a5d6 Axel Huebl 2016-01-17 21:38:49 +0000
  • 48548ea4a5 general cleanup of the codebase Wenzel Jakob 2016-01-17 22:36:44 +0100
  • ed3d23a5d6 major cleanup of the whole codebase Wenzel Jakob 2016-01-17 22:36:44 +0100
  • 9180519d8c added an example on using fancier kinds of default arguments Wenzel Jakob 2016-01-17 22:36:43 +0100
  • 140546b135 added an example on using fancier kinds of default arguments Wenzel Jakob 2016-01-17 22:36:43 +0100
  • 1ae77fe4d3 added a changelog file and version defines Wenzel Jakob 2016-01-17 22:36:43 +0100
  • d3eec29552 added a changelog file and version defines Wenzel Jakob 2016-01-17 22:36:43 +0100
  • 53b26549d0 python 3.2 compatiblity (closes #56) Wenzel Jakob 2016-01-17 22:36:43 +0100
  • ecd3210e82 python 3.2 compatiblity (closes #56) Wenzel Jakob 2016-01-17 22:36:43 +0100
  • ba0732e7dc fixed a terrible bug in def_property_static and switched to the faster PyObject_CallFunctionObjArgs API call Wenzel Jakob 2016-01-17 22:36:42 +0100
  • cd01761a77 fixed a terrible bug in def_property_static and switched to the faster PyObject_CallFunctionObjArgs API call Wenzel Jakob 2016-01-17 22:36:42 +0100
  • 678d787ca4 do more work with classes from pytypes.h (especially for STL container casting) Wenzel Jakob 2016-01-17 22:36:41 +0100
  • 66e2b9c2fc do more work with classes from pytypes.h (especially for STL container casting) Wenzel Jakob 2016-01-17 22:36:41 +0100
  • d561cb010c fully moved __pybind11__ Python attributes to the C++ side, cleanup & documentation pass over the main header file Wenzel Jakob 2016-01-17 22:36:41 +0100
  • 285f22e1f9 fully moved __pybind11__ Python attributes to the C++ side, cleanup & documentation pass over the main header file Wenzel Jakob 2016-01-17 22:36:41 +0100
  • e45b29047a numpy.h: fixed a leak, added some comments to buffer_info Wenzel Jakob 2016-01-17 22:36:41 +0100
  • 315ea84c0e numpy.h: fixed a leak, added some comments to buffer_info Wenzel Jakob 2016-01-17 22:36:41 +0100
  • d33361a6d7 moved lifetime management of Py_buffer to pybind11::buffer_info, renamed count->size to match NumPy naming (fixes #34) Wenzel Jakob 2016-01-17 22:36:40 +0100
  • 79f6a73fd6 moved lifetime management of Py_buffer to pybind11::buffer_info, renamed count->size to match NumPy naming (fixes #34) Wenzel Jakob 2016-01-17 22:36:40 +0100
  • 95d18691c9 minor fixes & removed a leak when freeing functions Wenzel Jakob 2016-01-17 22:36:40 +0100
  • c680c13ed5 minor fixes & removed a leak when freeing functions Wenzel Jakob 2016-01-17 22:36:40 +0100
  • b2c2c79240 improved handling of shared/smart pointers Wenzel Jakob 2016-01-17 22:36:40 +0100
  • b20ffddf46 improved handling of shared/smart pointers Wenzel Jakob 2016-01-17 22:36:40 +0100
  • 2ca07de83c minor fix for PYBIND11_OBJECT_CVT Wenzel Jakob 2016-01-17 22:36:39 +0100