summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'bp/master'Erwin Coumans2021-03-041-1/+2
|\
| * CMake: Use Threads instead of pthread directlyGleb Mazovetskiy2021-01-201-1/+2
* | enable v-hacd in cmake for BulletRobotics and pybullet build (use cmake -DENA...Erwin Coumans2021-03-011-0/+2
|/
* cmake OPTION(USE_OPENVR OFF) so only compile OpenVR VR examples when explicit...Erwin Coumans2020-12-041-0/+1
* Fix for CMake 3.18.2 + VS2019Vladimir Orlov2020-09-191-2/+2
* Update CMakeLists.txt (#3011)Benno Bielmeier2020-08-271-1/+1
* Add USE_MSVC_RELEASE_RUNTIME_ALWAYS to use Release CRT even in Debug buildsSteve Streeting2020-07-011-0/+16
* Add compiler definitions for double precision to CMake configMarkus Rickert2020-06-211-0/+1
* Merge pull request #2669 from etc0de/velocity-limitserwincoumans2020-04-261-0/+5
|\
| * Implementing a simple velocity clamping to reduce floating point errorsEllie2020-03-171-0/+5
* | remove unused custom vector math cmake optionJosh Junon2019-12-311-1/+0
|/
* Revert "C api refactor build"revert-2221-c_api_refactor_builderwincoumans2019-06-141-1/+2
* Remove hail-Mary attempt at finding OpenGLGustavo Goretkin2019-05-061-2/+0
* Play around with buildGustavo Goretkin2019-04-291-0/+1
* fix cmake, linux only (patch egl)Max Argus2018-08-301-5/+6
* fix cmake (patch egl)Max Argus2018-08-301-0/+6
* Add Travis CI settings for Xenial and BionicJeongseok Lee2018-07-091-1/+1
* parallel solver: various changesLunkhound2018-02-261-5/+8
* premake build system fixeserwincoumans2018-01-091-1/+1
* Add python binding and a pybullet example for loading softbody from obj.yunfeibai2018-01-081-3/+3
* Removed default ON for USE_MSVC_SSE (warning on recent 64 bit windows)Avik De2017-12-121-1/+1
* only probe for python if PYBULLET explicitly specifiedJoey Liaw2017-10-271-18/+19
* Merge branch 'master' into cmakeAndrew Hundt2017-09-271-1/+5
|\
| * manually apply pull request 457 PR #457Erwin Coumans2017-09-241-1/+5
* | CMakeLists.txt search for any python version by defaultAndrew Hundt2017-09-261-2/+2
* | cmake python fix for linux #1322Andrew Hundt2017-09-211-3/+20
|/
* revert to FIND_PACKAGE(PythonLibs), the new solution doesn't work with TravisErwin Coumans2017-09-191-17/+2
* try to re-enable continuous integrationErwin Coumans2017-09-191-1/+1
* disable NUMPY build by defaultErwin Coumans2017-09-181-1/+1
* fixes in libdl/DL cmakeErwin Coumans2017-09-101-2/+1
* track down DL/dl issueErwin Coumans2017-09-091-1/+4
* trigger travis againErwin Coumans2017-09-081-0/+1
* trigger travisErwin Coumans2017-09-071-1/+0
* fix build? (pybullet shouldn't be build by default)Erwin Coumans2017-09-071-16/+17
* don't build pybullet unless asked for it, see this:Erwin Coumans2017-09-071-3/+0
* fix cmake logic for BUILD_EXTRA_LIBSErwin Coumans2017-09-061-5/+9
* cmake fixesErwin Coumans2017-09-061-0/+14
* Add Extras/BulletRobotics, will be installed as 'Extra Libs' using CMakeErwin Coumans2017-09-061-5/+3
* Bullet 2 threading refactor: moved parallel-for calls into core libsLunkhound2017-05-231-9/+33
* cmake minor fixesAndrew Hundt2017-05-211-1/+1
* python versions can vary by default unless EXACT_PYTHON_VERSION=ONAndrew Hundt2017-05-201-2/+6
* cmake python config bugs fixedAndrew Hundt2017-05-201-16/+26
* Update CMakeLists.txterwincoumans2017-04-111-1/+1
* fix typoErwin Coumans2017-04-111-1/+0
* pybullet: add support for Anaconda install on Mac OSX, for pip install pybull...Erwin Coumans2017-04-111-1/+17
* Split Bullet/src/LinearMath/btSerializer.cpp into btSerializer64.cpp to make ...Erwin Coumans2017-03-261-0/+32
* enable USE_MSVC_SSE2 for MSVC by default, AVX for MSVX disabled by default.Erwin Coumans2017-03-251-0/+13
* expose timeout in pybullet/shared memory APIErwin Coumans2017-02-241-1/+4
* add cmake support for TCP / clsocket in pybulletErwin Coumans2017-02-201-0/+1
* Attempt to use VERSION string for CMakeLists.txtErwin Coumans2017-02-071-1/+1