summary refs log tree commit diff
path: root/pkgs/development/libraries/bullet
Commit message (Collapse)AuthorAge
* pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-21
|
* treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob2021-01-03
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: Get rid of libGLU_combinedadisbladis2019-11-18
|
* bullet: fix darwin buildFabian Möller2019-09-29
|
* treewide: remove redundant recvolth2019-08-28
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* treewide: make -Wno-error flags clang-onlyMatthew Bauer2019-04-29
| | | | | | In 724e833ea2a, I was a little too aggressive in enabling these flags. Many don’t work in gcc, and we should probably avoid settings them widely. This makes those flags optional on isclang
* treewide: disable -Werror for llvm 7Matthew Bauer2019-04-26
| | | | | Some of these have errors on newest llvm. It’s easiest to just add -Wno-error in these cases.
* python.pkgs.roboschool: init at 1.0.39 (#58451)Timo Kaufmann2019-03-27
| | | Needs a forked version of bullet.
* bullet: fix darwin buildDaiderd Jordan2018-09-09
| | | | | | | | | | | | | | | | | | The examples fail with an opengl related issue: Undefined symbols for architecture x86_64: "SimpleOpenGL3App::SimpleOpenGL3App(char const*, int, int, bool)", referenced from: _main in main_opengl_single_example.o "_useShadowMap", referenced from: GL_ShapeDrawer::drawScene(btDiscreteDynamicsWorld const*, bool, int) in GL_ShapeDrawer.o ld: symbol(s) not found for architecture x86_64 And the tests need an extra dependencly, possibley related to https://github.com/bulletphysics/bullet3/issues/819 ld: library not found for -lBussIK /cc ZHF #45961
* treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev2018-02-24
|
* bullet: fix build on aarch64Linus Heckemann2018-01-11
|
* bullet: 2.86.1 -> 2.87Linus Heckemann2018-01-11
|
* bullet283: delete old versionOrivej Desh2017-11-20
|
* treewide: abandon Google Code homepagesc0bw3b2017-11-03
|
* bullet: 2.83.7 -> 2.86.1gnidorah2017-08-01
|
* bullet: darwin compatibilityAnthony Cowley2016-11-02
|
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* Fixing stunt-rally 2.6 (adding newer bullet)Lluís Batlle i Rossell2016-05-08
|
* bullet: 2.80 -> 2.83Nikolay Amiantov2016-04-17
|
* vdrift: update and fixVladimír Čunát2013-03-09
| | | | Tested on two laps :-)
* Adding bullet. Patch by Alexander Foremny.Lluís Batlle i Rossell2012-02-19
svn path=/nixpkgs/trunk/; revision=32393