Go to file
Brecht Van Lommel db8bc1d982 Fix a few harmless maybe uninitialized warnings with GCC 5.4.
GCC seems to detect uninitialized into function calls now, but then isn't
always smart enough to see that it is actually initialized. Disabling this
warning entirely seems a bit too much, so initialize a bit more now.
2017-07-21 00:54:58 +02:00
build_files Buildbot: Switch to GCC-7 for Linux build slaves 2017-07-17 09:32:19 +02:00
doc Py API doc generation: remove reference to "Blender/Python Add-on Tutorial" 2017-07-17 11:36:27 +02:00
extern Remove MinGW support 2017-05-27 15:34:55 -04:00
intern Fix a few harmless maybe uninitialized warnings with GCC 5.4. 2017-07-21 00:54:58 +02:00
release A bunch of fixes for Pose Library while checking on T51607 2017-07-12 01:33:08 +12:00
source Fix a few harmless maybe uninitialized warnings with GCC 5.4. 2017-07-21 00:54:58 +02:00
tests Fix unit test error on Windows 2017-07-14 09:53:27 +02:00
.arcconfig Use HTTPS protocol for arc 2013-12-24 22:57:27 +06:00
.gitignore Update .gitignore to some more generated/non-git-stored files. 2016-08-21 22:40:57 +02:00
.gitmodules Point all submodules to master branch 2017-04-03 14:54:51 +02:00
CMakeLists.txt CMake: Only set CMAKE_BUILD_TYPE_INIT when not set 2017-06-27 09:50:35 +10:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile CMake: Only set CMAKE_BUILD_TYPE_INIT when not set 2017-06-27 09:50:35 +10:00
make.bat [msvc/make.bat] Limit the amount of simultaneously compiled projects. 2017-05-03 15:15:35 -06:00