This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test
Watch
1
Star
0
Fork
0
You've already forked test
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
4e213765ecd2d05251ead548b01a55b9f00d0ec0
test
/
intern
/
guardedalloc
History
Bastien Montagne
4c6abb8105
Fix for error from grumpy gcc in "over-warning" mode. Must explicitely cast uintptr_t to unsigned int (othe solution would be to use PRIuPTR macro from inttypes.h, but that would probably causes some problems with windows...).
2012-07-08 15:48:47 +00:00
..
cpp
code cleanup: compile with clang and quiet some warnings.
2012-06-28 12:32:06 +00:00
intern
Fix for error from grumpy gcc in "over-warning" mode. Must explicitely cast uintptr_t to unsigned int (othe solution would be to use PRIuPTR macro from inttypes.h, but that would probably causes some problems with windows...).
2012-07-08 15:48:47 +00:00
test
/simpletest
style cleanup (mostly whitespace)
2012-02-27 10:35:39 +00:00
CMakeLists.txt
remove $Id: tags after discussion on the mailign list:
http://markmail.org/message/fp7ozcywxum3ar7n
2011-10-23 17:52:20 +00:00
MEM_guardedalloc.h
correct use of __attribute__((nonnull))
2012-07-08 15:11:13 +00:00
MEM_sys_types.h
First MinGW-w64 support for cmake has been added. To test I recommend this build:
2012-04-23 20:09:59 +00:00
mmap_win.h
unify include guard defines, __$FILENAME__
2012-02-17 18:59:41 +00:00
SConscript
Enable CXX_GUARDEDALLOC support through SCons.
2010-10-08 20:39:56 +00:00