Go to file
Joshua Leung 33c68846de Mingw/Windows Compiling Fix
This commit attempts to fix the following error:

intern\guardedalloc\intern\mallocn.c: In function 'rem_memblock':
intern\guardedalloc\intern\mallocn.c:977:48: error: conversion to 'intptr_t' from 'size_t' may change the sign of the result [-Werror=sign-conversion]

From the references I've managed to find, it appears that
the second arg to munmap() should be size_t not intptr_t.
Fortunately though, we don't use this arg anyways atm, so 
this should be quite harmless...
2013-09-01 05:12:36 +00:00
build_files use CMAKE_DL_LIBS rather then linking libdl directly. 2013-08-30 20:26:57 +00:00
doc UIList: update examples and templates. 2013-08-29 13:34:36 +00:00
extern Use reentrant qsort() in particle codes 2013-08-19 10:40:47 +00:00
intern Mingw/Windows Compiling Fix 2013-09-01 05:12:36 +00:00
release minor ui edits 2013-08-30 11:49:35 +00:00
source use strict flags for lasso, boxpack, gsqueue and quadric's. 2013-09-01 03:43:10 +00:00
CMakeLists.txt use CMAKE_DL_LIBS rather then linking libdl directly. 2013-08-30 20:26:57 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile add icons utility make target. 2013-08-27 10:03:37 +00:00
SConstruct Scons and BuildBot changes for MSVC 2012 support. 2013-06-18 11:55:32 +00:00