2015-07-05 18:05:44 +00:00
|
|
|
CMakeCache.txt
|
|
|
|
CMakeFiles
|
|
|
|
Makefile
|
|
|
|
cmake_install.cmake
|
2020-07-31 08:16:40 +00:00
|
|
|
cmake_uninstall.cmake
|
2015-07-05 18:05:44 +00:00
|
|
|
.DS_Store
|
2016-08-12 11:50:00 +00:00
|
|
|
*.so
|
|
|
|
*.pyd
|
|
|
|
*.dll
|
2015-07-05 18:05:44 +00:00
|
|
|
*.sln
|
|
|
|
*.sdf
|
|
|
|
*.opensdf
|
|
|
|
*.vcxproj
|
2020-06-18 10:14:59 +00:00
|
|
|
*.vcxproj.user
|
2015-07-05 18:05:44 +00:00
|
|
|
*.filters
|
|
|
|
example.dir
|
|
|
|
Win32
|
|
|
|
x64
|
|
|
|
Release
|
|
|
|
Debug
|
|
|
|
.vs
|
|
|
|
CTestTestfile.cmake
|
|
|
|
Testing
|
2015-07-11 15:41:48 +00:00
|
|
|
autogen
|
2015-10-15 16:24:12 +00:00
|
|
|
MANIFEST
|
2016-01-17 21:36:37 +00:00
|
|
|
/.ninja_*
|
|
|
|
/*.ninja
|
|
|
|
/docs/.build
|
2016-02-01 14:51:35 +00:00
|
|
|
*.py[co]
|
|
|
|
*.egg-info
|
|
|
|
*~
|
2017-11-15 03:52:11 +00:00
|
|
|
.*.swp
|
2016-02-01 14:51:35 +00:00
|
|
|
.DS_Store
|
2016-02-22 09:29:08 +00:00
|
|
|
/dist
|
2020-08-19 17:11:57 +00:00
|
|
|
/*build*
|
2016-08-12 11:50:00 +00:00
|
|
|
.cache/
|
2016-11-04 13:47:41 +00:00
|
|
|
sosize-*.txt
|
2016-12-13 15:55:38 +00:00
|
|
|
pybind11Config*.cmake
|
|
|
|
pybind11Targets.cmake
|
2020-07-22 14:23:48 +00:00
|
|
|
/*env*
|
2020-08-22 22:11:09 +00:00
|
|
|
/.vscode
|
2020-09-16 21:13:41 +00:00
|
|
|
/pybind11/include/*
|
|
|
|
/pybind11/share/*
|
2021-07-14 20:49:13 +00:00
|
|
|
/docs/_build/*
|
|
|
|
.ipynb_checkpoints/
|
First draft of Eigen::Tensor support (#4201)
* First draft of Eigen::Tensor support
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Fix build errors
* Weird allocator stuff?
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Remove unused + additional allocator junk
* Disable warning
* Use constexpr
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* clang tidy fixes
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Resolve comments
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Remove auto constexpr function
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Try again for older C++
* Oops forgot constexpr
* Move to new files as suggested
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Fix weird tests
* Fix nits
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Oops, forgot import
* Fix clang 3.6 bug
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* More comprehensive test suite
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Refactor allocators to make things more clear
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Switch to std::copy
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Switch to DSizes instead of array
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Address feedback
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Fix python + dummy c++ change to trigger build
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Alignment
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Add include guard
* Forgot inline
* Fix compiler warning
* Remove bad test
* Better type signatures
* Add guards to make compiler requirements more explicit
* style: pre-commit fixes
* Force rerun of tests due to flake
* style: pre-commit fixes
* Keep pragmas & all related comments together, add PLEASE KEEP IN SYNC
* Move headers out of detail
* style: pre-commit fixes
* Fix cmake
* Improve casting
* style: pre-commit fixes
* Add a ton more tests + refactor
* Improve names
* style: pre-commit fixes
* Update include/pybind11/eigen/tensor.h
Co-authored-by: Aaron Gokaslan <skylion.aaron@gmail.com>
* Fix tests
* style: pre-commit fixes
* Update
* Add a test to verify that strange numpy arrays work
* Fix dumb compiler warning
* Better tests
* Better tests
* Fix tests
* style: pre-commit fixes
* More test fixes
* style: pre-commit fixes
* A ton more test coverage
* Fix tests
* style: pre-commit fixes
* style: pre-commit fixes
* Add back constexpr
* Another test
* style: pre-commit fixes
* Improve tests
* Whoops
* Less magic numbers
* Update tests/test_eigen_tensor.py
Co-authored-by: Sergiu Deitsch <sergiud@users.noreply.github.com>
* Update tests/test_eigen_tensor.py
Co-authored-by: Sergiu Deitsch <sergiud@users.noreply.github.com>
* style: pre-commit fixes
* Fix tests
* style: pre-commit fixes
* Fix memory leak
* style: pre-commit fixes
* Fix order
* style: pre-commit fixes
* Add test to make sure unsafe casts fail
* Minor bug fix to work on 32 bit machines
* Implement convert flag
* style: pre-commit fixes
* Switch to correct TensorMap const use
* style: pre-commit fixes
* Support older versions of eigen
* Weird c++ compilers
* Fix Eigen bug
* Fix another eigen bug
* Yet another eigen bug
* Potential flakes?
* style: pre-commit fixes
* Rerun tests with dummy exception to find out what is going on
* Another dummy test run
* Ablate more
* Found the broken test?
* One step closer
* one step further
* Double check
* one thing at a time
* Give up and disable the test
* Clang lies about being gcc
* Oops, fix matrix test
* style: pre-commit fixes
* Add tests to verify scalar conversions
* style: pre-commit fixes
* Fix nits
* Support no_array
* Fix tests
* style: pre-commit fixes
* Silence compiler warning
* Improve build system for ancient compilers
* Make clang happy
* Make gcc happy
* Implement Skylion's suggestions
* Fix warning
* Inline const pointer check
* Implement suggestions
* style: pre-commit fixes
* Improve tests
* Typo
* style: pre-commit fixes
* Support Google's build environment
* style: pre-commit fixes
* Update include/pybind11/eigen/tensor.h
Co-authored-by: Aaron Gokaslan <skylion.aaron@gmail.com>
* style: pre-commit fixes
* Test cleanup per Skylion
* Switch to remvove_cv_t
* Cleaner test
* style: pre-commit fixes
* Remove tensor from eigen.h, update tests
* style: pre-commit fixes
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Ralf W. Grosse-Kunstleve <rwgk@google.com>
Co-authored-by: Aaron Gokaslan <aaronGokaslan@gmail.com>
Co-authored-by: Aaron Gokaslan <skylion.aaron@gmail.com>
Co-authored-by: Sergiu Deitsch <sergiud@users.noreply.github.com>
2022-10-18 23:54:16 +00:00
|
|
|
tests/main.cpp
|