log

age author description
Thu, 04 Sep 2008 17:05:51 +0200 Tomas Lindquist Olsen merge
Thu, 04 Sep 2008 17:05:35 +0200 Tomas Lindquist Olsen merge
Tue, 02 Sep 2008 23:10:12 +0200 Tomas Lindquist Olsen Changed all '#if linux || __APPLE__' to '#if POSIX' so we can support other platforms too, thanx for the suggestion anders.
Thu, 04 Sep 2008 16:14:07 +0200 Christian Kamm Typo in runtime makefile.
Wed, 03 Sep 2008 22:07:04 +0200 Christian Kamm Split runtime into three parts again.
Tue, 02 Sep 2008 19:14:37 +0200 Christian Kamm Automated merge with http://hg.dsource.org/projects/llvmdc
Tue, 02 Sep 2008 19:14:25 +0200 Christian Kamm Get rid of runtime path. Allow defaultlib and debuglib switches to be given multiple times.
Sun, 31 Aug 2008 18:51:14 +0200 Tomas Lindquist Olsen Added some sanity checks for target detection.
Sun, 31 Aug 2008 18:38:16 +0200 Tomas Lindquist Olsen Fixed toobj.cpp to compile with latest LLVM, seems a method overload was removed recently.
Sun, 31 Aug 2008 17:29:52 +0200 Tomas Lindquist Olsen merge
Fri, 29 Aug 2008 16:59:12 +0200 Tomas Lindquist Olsen Ok. last fix was wrong, PTHREAD_MUTEX_RECURSIVE_NP is only valid on linux...
Sat, 30 Aug 2008 10:31:04 +0200 Christian Kamm Automated merge with http://hg.dsource.org/projects/llvmdc
Sat, 30 Aug 2008 10:30:57 +0200 Christian Kamm Introducing template instantiation traces for static asserts and errors within templates.
Fri, 29 Aug 2008 16:35:46 +0200 Tomas Lindquist Olsen The latest patch broke things for non OS X
Fri, 29 Aug 2008 15:01:48 +0200 Christian Kamm Make rt_stackBottom return the right fixed value for darwin.