log gen/linker.cpp @ 863:6c850977a941

age author description
Thu, 18 Dec 2008 19:24:33 +0100 elrood modified gen/linker.cpp to only append .exe suffix on windows if not already present
Mon, 13 Oct 2008 19:02:03 +0200 Christian Kamm Guess exe name from first object name if none specified.
Sat, 11 Oct 2008 22:14:16 +0200 Christian Kamm Another link order fix.
Sat, 11 Oct 2008 21:21:21 +0200 Christian Kamm Link using gcc instead.
Mon, 06 Oct 2008 22:46:55 +0200 Christian Kamm First part of rename to LDC.
Thu, 02 Oct 2008 03:25:46 +0200 Tomas Lindquist Olsen Applied the FreeBSD patch from Ralith, closes ticket #95 , slightly changed but basically the same. Thanx Ralith :)
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.
Fri, 29 Aug 2008 14:11:20 +0200 Christian Kamm Link in pthread, dl and m on OS X.
Sun, 24 Aug 2008 16:22:58 +0200 Christian Kamm Get rid of isLinux and isWindows in favor of global.params.os.
Sun, 27 Jul 2008 14:15:22 +0200 Tomas Lindquist Olsen Fixed path seperator issue on windows in linker.
Sat, 26 Jul 2008 15:02:57 +0200 Tomas Lindquist Olsen Added bitcode filename to very verbose logging.
Mon, 21 Jul 2008 20:12:24 +0200 Christian Kamm Do only link to libpthread, libm and libdl on Linux.
Thu, 10 Jul 2008 19:38:34 +0200 ChristianK [svn r346] Fixed #55 - llvmdc can link as fast as dmd now! trunk
Fri, 27 Jun 2008 23:58:22 +0200 lindquist [svn r327] Fixed some more MinGW32 issues. It's now very close to working. trunk
Fri, 20 Jun 2008 22:12:15 +0200 lindquist [svn r299] forgot to return status in runExecutable trunk
Fri, 20 Jun 2008 22:09:04 +0200 lindquist [svn r298] Eliminated the dmd/link.c source file entirely in favor of a llvm::sys based approach to the same functionality. trunk
Fri, 20 Jun 2008 17:45:13 +0200 lindquist [svn r297] Fixed: rewrote linker code to use LLVM's Program facilities instead of DMD's oldschool broken "native" approach. trunk
Mon, 09 Jun 2008 09:37:08 +0200 lindquist [svn r261] Fixed debug info for integer and floating local variables, can now be inspected in GDB. trunk