log

age author description
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.
Fri, 29 Aug 2008 14:48:40 +0200 Christian Kamm Merge rest of patch from #72.
Fri, 29 Aug 2008 14:16:18 +0200 Christian Kamm Enable unwind code on darwin.
Fri, 29 Aug 2008 14:11:20 +0200 Christian Kamm Link in pthread, dl and m on OS X.
Fri, 29 Aug 2008 14:10:19 +0200 Christian Kamm Add .DS_Store to .hgignore
Thu, 28 Aug 2008 20:17:21 +0200 Christian Kamm Always call finalizer for stack classes. Checking for the number of
Thu, 28 Aug 2008 20:15:36 +0200 Christian Kamm Do not assert on non-existing supposed globals. (see nocompile/union_12,14)
Thu, 28 Aug 2008 08:37:47 +0200 Christian Kamm Fix findregressions and makewebstatistics to adhere to our definition of
Tue, 26 Aug 2008 21:06:12 +0200 Tomas Lindquist Olsen removed use on removed switches in gc makefile
Tue, 26 Aug 2008 21:02:25 +0200 Tomas Lindquist Olsen Removed unimplemented switches.
Tue, 26 Aug 2008 20:50:42 +0200 Christian Kamm Disable invariants for the gc. Makes collections not take ages again.
Tue, 26 Aug 2008 20:49:01 +0200 Christian Kamm Do not set Dversion to 1. Dversion = 2 means we use post 1.000 additions to D1.
Tue, 26 Aug 2008 19:31:47 +0200 Christian Kamm Add -enable/-disable for specific features.
Mon, 25 Aug 2008 19:36:27 +0200 Tomas Lindquist Olsen Removed D_InlineAsm and D_InlineAsm_X86 versions.
Sun, 24 Aug 2008 18:25:45 +0200 Christian Kamm Automated merge with http://hg.dsource.org/projects/llvmdc
Sun, 24 Aug 2008 18:25:34 +0200 Christian Kamm Disable boehm gc by default. Use --enable-boehm-gc on premake to enable.
Sun, 24 Aug 2008 18:11:08 +0200 Tomas Lindquist Olsen missing || __APPLE__ in monitor.c
Sun, 24 Aug 2008 17:57:53 +0200 Tomas Lindquist Olsen Missing 'break' in osx code path.
Sun, 24 Aug 2008 17:19:31 +0200 Tomas Lindquist Olsen Fixed some osx mistakes.
Sun, 24 Aug 2008 17:13:40 +0200 Tomas Lindquist Olsen Gah, missed something still. I'll test properly next time ;)
Sun, 24 Aug 2008 17:11:02 +0200 Tomas Lindquist Olsen Made a small mistake in the Tango patch
Sun, 24 Aug 2008 17:02:03 +0200 Christian Kamm Automated merge with http://hg.dsource.org/projects/llvmdc
Sun, 24 Aug 2008 17:01:40 +0200 Christian Kamm Don't use -u in build.sh; not all cp implementations support it.