Go to file
Bastien Montagne 2e6d4270cd Cleanup/security fix: do not use strcpy (at least in new code).
This function is only really secure in a very limited amount of cases,
and can especially bite you later if you change some buffer sizes...
So not worth bothering with it, just always use BLI_strncpy instead.
2016-08-18 16:06:11 +02:00
build_files CMake: Move main platform checks to separate files 2016-08-17 14:00:29 +02:00
doc Docs: add initial idprop.types API docs 2016-07-31 15:40:40 +10:00
extern Curve Fitting: fix off by one error 2016-08-05 18:50:49 +10:00
intern NDOF: compile 3D mouse code only if WITH_INPUT_NDOF 2016-08-18 00:22:18 -04:00
release NDOF: compile 3D mouse code only if WITH_INPUT_NDOF 2016-08-18 00:22:18 -04:00
source Cleanup/security fix: do not use strcpy (at least in new code). 2016-08-18 16:06:11 +02:00
tests Replace pep8 with flake8 checker 2016-08-01 11:02:01 +10:00
.arcconfig Use HTTPS protocol for arc 2013-12-24 22:57:27 +06:00
.gitignore Git ignore BUILD_NOTES.txt from install_deps.sh. 2015-11-23 20:17:02 +01:00
.gitmodules Add developer tools submodule 2016-07-15 01:28:00 +10:00
CMakeLists.txt CMake: Move main platform checks to separate files 2016-08-17 14:00:29 +02:00
COPYING
GNUmakefile Cleanup: line length 2016-07-15 01:26:26 +10:00
make.bat Fix make.bat checking 64bit systems 2016-02-10 00:26:12 +11:00