2011-03-03 |
Campbell Barton | fix for invalid empty string check in uniquename callback. |
tree | commitdiff |
2011-03-03 |
Campbell Barton | added support for windows/mingw |
tree | commitdiff |
2011-03-03 |
Campbell Barton | fix error in qtcreator project file arg checking and... |
tree | commitdiff |
2011-02-28 |
Campbell Barton | git users complain this breaks for them |
tree | commitdiff |
2011-02-27 |
Campbell Barton | - use Py_CLEAR for python internally referencing other... |
tree | commitdiff |
2011-02-26 |
Campbell Barton | fix for 'live edit', running python scripts as you... |
tree | commitdiff |
2011-02-26 |
Campbell Barton | qtcreator project generator now includes defines and... |
tree | commitdiff |
2011-02-26 |
Campbell Barton | recent changes to svn broke rpm builder, also include... |
tree | commitdiff |
2011-02-25 |
Campbell Barton | fix for scons with recent change to how BINRELOC is... |
tree | commitdiff |
2011-02-25 |
Guillermo S. Romero | Fix buildinfo, as pointed by IRIE Shinsuke. |
tree | commitdiff |
2011-02-25 |
Guillermo S. Romero | Make buildinfo not fail with git-svn as suggested by... |
tree | commitdiff |
2011-02-25 |
Guillermo S. Romero | SVN maintenance. |
tree | commitdiff |
2011-02-24 |
Campbell Barton | fix for cmake not having the correct svn revision in... |
tree | commitdiff |
2011-02-22 |
Campbell Barton | cmake was using dna source list with the variable out... |
tree | commitdiff |
2011-02-21 |
Campbell Barton | better macro for getting the blender version from BKE_b... |
tree | commitdiff |
2011-02-21 |
Campbell Barton | fix for cmake with last commit. |
tree | commitdiff |
2011-02-21 |
Campbell Barton | fix [#26152] Blender File for Image too Small |
tree | commitdiff |
2011-02-20 |
Campbell Barton | Experimental option to build blender as a python module... |
tree | commitdiff |
2011-02-17 |
Campbell Barton | CMake: remove workaround for cmake 2.8.3 problem testin... |
tree | commitdiff |
2011-02-17 |
Campbell Barton | pep8 cleanup and remove unused vars/imports |
tree | commitdiff |
2011-02-16 |
Campbell Barton | bugfix [#26094] Going to Bone Roll menu brings up pytho... |
tree | commitdiff |
2011-02-15 |
Campbell Barton | patch from IRIE Shinsuke, use systems openjpeg on ... |
tree | commitdiff |
2011-02-15 |
Campbell Barton | CPack packaging support from Dan Eicher, tested to... |
tree | commitdiff |
2011-02-04 |
Campbell Barton | pep8 cleanup |
tree | commitdiff |
2011-01-26 |
Campbell Barton | cmake attempted fix before didnt work (I cant test... |
tree | commitdiff |
2011-01-26 |
Campbell Barton | missed this when updating cmake files |
tree | commitdiff |
2011-01-25 |
Campbell Barton | use cmake defined names for jpeg, png, zlib and python... |
tree | commitdiff |
2011-01-25 |
Campbell Barton | cmake maintenance, was missing 2 headers and made some... |
tree | commitdiff |
2011-01-21 |
Campbell Barton | correction to own cmake error checking script. |
tree | commitdiff |
2010-12-22 |
Campbell Barton | rename blenderlib to blender_add_lib |
tree | commitdiff |
2010-12-22 |
Guillermo S. Romero | Compact -I paths in makefiles for more readble files... |
tree | commitdiff |
2010-12-21 |
Campbell Barton | bugfix [#24469] Cannot add keyframes on custom properti... |
tree | commitdiff |
2010-12-21 |
Campbell Barton | better make_quiet.sh filter with threaded builds. |
tree | commitdiff |
2010-12-21 |
Campbell Barton | fix for cmake flag detection, was not caching the resul... |
tree | commitdiff |
2010-12-20 |
Campbell Barton | simple make wrapper to give quiet output. (more like... |
tree | commitdiff |
2010-12-16 |
Campbell Barton | script to generate qtcreator project files, advantage... |
tree | commitdiff |
2010-12-16 |
Campbell Barton | fix for error in testing C/C++ flags |
tree | commitdiff |
2010-12-16 |
Campbell Barton | last commit to fix warnings didnt set them at all,... |
tree | commitdiff |
2010-12-16 |
Campbell Barton | CMake now tests warnings are supported, GCC 4.0 wasn... |
tree | commitdiff |
2010-12-15 |
Campbell Barton | bugfix [#25230] Quick extrude Ctrl-LMB : wrong behaviou... |
tree | commitdiff |
2010-12-14 |
Campbell Barton | update for changes in cmake files. |
tree | commitdiff |
2010-12-08 |
Campbell Barton | use lowercase for cmake builtin names and macros, remov... |
tree | commitdiff |
2010-12-06 |
Campbell Barton | CMake: use a global list to store libraries built rathe... |
tree | commitdiff |
2010-12-03 |
Campbell Barton | Enabled GCC -Wwrite-strings warning for CMake and repla... |
tree | commitdiff |
2010-12-03 |
Campbell Barton | - added GCC warning -Wstrict-prototypes |
tree | commitdiff |
2010-11-30 |
Campbell Barton | Add option for CMake to build libredcode, also use... |
tree | commitdiff |
2010-11-29 |
Guillermo S. Romero | SVN maintenance. |
tree | commitdiff |
2010-11-29 |
Campbell Barton | include headers in cmake source, added a script to... |
tree | commitdiff |
2010-11-22 |
Campbell Barton | fix for cmake if build flags are not defined. |
tree | commitdiff |
2010-11-21 |
Campbell Barton | WITH_SAMPLERATE option for cmake, without this playback... |
tree | commitdiff |
2010-11-21 |
Campbell Barton | - check IF WIN32 AND NOT UNIX (for cygwin) |
tree | commitdiff |
2010-11-08 |
Campbell Barton | fix for CMake file grouping with MSVC project files. |
tree | commitdiff |
2010-11-05 |
Campbell Barton | added back include file globbing for cmake, thought... |
tree | commitdiff |
2010-10-24 |
Campbell Barton | Added CMake macro REMOVE_STRICT_FLAGS(), this means... |
tree | commitdiff |
2010-10-23 |
Campbell Barton | - CMake now only uses SOURCE_GROUP with MSVC lib config... |
tree | commitdiff |
2010-10-05 |
Nathan Letwory | Enable lcms support on Windows. |
tree | commitdiff |
2010-09-07 |
Campbell Barton | ran through pep8 checker |
tree | commitdiff |
2010-08-24 |
Campbell Barton | make quicky wrapper for cmake. |
tree | commitdiff |
2010-08-13 |
Joerg Mueller | svn merge -r 31211:31313 https://svn.blender.org/svnroo... |
tree | commitdiff |
2010-08-11 |
Campbell Barton | bugfix [#23257] cmake tests for SSE, but SSE2 gets... |
tree | commitdiff |
2010-08-05 |
Joerg Mueller | svn merge -r 30954:31059 https://svn.blender.org/svnroo... |
tree | commitdiff |
2010-08-03 |
Campbell Barton | build options to disable image formats WITH_CINEON... |
tree | commitdiff |
2010-08-02 |
Campbell Barton | cmake |
tree | commitdiff |
2010-07-16 |
Joerg Mueller | svn merge -r 30323:30417 https://svn.blender.org/svnroo... |
tree | commitdiff |
2010-07-15 |
Guillermo S. Romero | SVN maintenance. |
tree | commitdiff |
2010-07-15 |
Campbell Barton | - updated man page from --help output. |
tree | commitdiff |
2010-07-14 |
Campbell Barton | CMake patch from Ralf Hölzemer (cheleb) |
tree | commitdiff |
2010-07-13 |
Joerg Mueller | Merging revision 30126:30261 from trunk. |
tree | commitdiff |
2010-07-12 |
Campbell Barton | re-arrange build files so scons "config" dir isnt confu... |
tree | commitdiff |
|