Go to file
Bastien Montagne 2ed7a66653 BLI_string: Adding the BLI_strtok_r function, which mimics stdlib strtok_r (unavailable on some systems).
It allows to iterate over a string, returning an new element each time, using a char as separator. See BLI_String.h's comments for more info and an example.

Needed by the UI template list patch following!
2011-10-28 13:07:11 +00:00
build_files tweak remove_strict_flags so it can be used with gcc's -Wall 2011-10-27 07:26:41 +00:00
doc patch [#29049] Minor phrasing and grammar patch 2011-10-28 01:10:46 +00:00
extern edits to cmake 2011-10-25 13:41:43 +00:00
intern OSX: adapt comments to new behaviour when compiling with gcc-4.6 but GHOST and QT with default compiler 2011-10-27 15:50:51 +00:00
po remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
release fix [#29063] reprojetion painting : failed to create opengl offscreen buffer 2011-10-28 02:10:02 +00:00
source BLI_string: Adding the BLI_strtok_r function, which mimics stdlib strtok_r (unavailable on some systems). 2011-10-28 13:07:11 +00:00
CMakeLists.txt cmake - set configuration specific defines globally rather than mixing in with c/cxx flags 2011-10-26 00:51:29 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Another set of UI messages fixes and tweaks! No functional changes. 2011-10-23 19:54:06 +00:00
SConstruct Another set of UI messages fixes and tweaks! No functional changes. 2011-10-23 19:54:06 +00:00