update submodules for GHC.HetMet.GArrow -> Control.GArrow renaming
[ghc-hetmet.git] / rts / ghc.mk
2011-05-26 Duncan CouttsEmit various bits of OS process info into the eventlog
2011-05-22 Duncan CouttsRevert "Add capability sets to the event system. Contai...
2011-05-18 Spencer JanssenAdd capability sets to the event system. Contains code...
2011-04-23 Ian LynaghAdd stage-specific versions of more ar-related makefile...
2011-04-23 Ian LynaghMake and use AR_STAGE[0123] makefile vars
2011-04-14 Ian LynaghRefactor how dependencies are included; fixes #5109
2011-04-12 Simon MarlowCleanup sweep and fix a bug in RTS flag processing.
2011-03-16 Ian LynaghDon't put 2 copies of the RTS libraries in the bindists
2011-02-10 Ian LynaghEnable DTrace on Solaris; based on a patch from Karel...
2011-01-23 Ian LynaghRemove use of non-existent $$(dir) variable in the...
2011-01-23 Ian LynaghTweak some deps to avoid multiple $(wildcard ...)s
2011-01-22 Ian LynaghUse := when assigning the result of $(wildcard ...)
2011-01-16 Ian LynaghTurn off dtrace unless you override USE_DTRACE
2010-12-21 gwright@antiope.comFix #4829 (build does not respect --with-gcc option)
2010-12-17 Karel Gardasdo not compile part of shared lib RTS with -fno-PIC...
2010-11-27 Ian LynaghAlways enable the archive-loading code
2010-11-14 Ian LynaghBuild system tweak: Inline DQ now it's the same on...
2010-09-20 Ian LynaghAdd a dependency that my OS X build has recently starte...
2010-09-20 Ian LynaghImplement archive loading for ghci
2010-09-08 Ian LynaghRemove "-dynload wrapper"; fixes trac #4275
2010-08-01 Ian LynaghRemove libHSrtsmain.a before creating it
2010-07-28 Ian LynaghSet -fno-stack-protector in extra-gcc-opts; fixes ...
2010-07-16 Ian LynaghFix HC porting test in makefiles
2010-07-13 Ian LynaghChange some TARGET tests to HOST tests in the RTS
2010-07-05 Simon MarlowDisable dynamic linking optimisations on OS X
2010-06-17 Simon Marlowdisable -fPIC for the GC for performance reasons
2010-05-08 pho@cielonegro.orgCorrect install-name for dynamic Darwin rts
2010-05-09 Ian LynaghDon't include inter-package dependencies when compiling...
2010-03-16 Ian LynaghDon't use -Bsymbolic when linking the RTS
2010-02-03 benl@cse.unsw.edu.auDisable -Wcast-align when building the rts
2010-01-27 Simon Marlowfix warnings
2010-01-27 Simon Marlowremove suspicious whitespace-only lines
2010-01-19 Ian LynaghChange how RTS libraries get installed; fixes trac...
2010-01-19 Ian LynaghEscape some more $s in makefiles, for consistency
2009-12-15 Ian LynaghJust make C dependencies once, rather than each way
2009-12-12 Manuel M T ChakravartyExpose all EventLog events as DTrace probes
2009-12-09 Ian LynaghEliminate mkdependC
2009-12-08 Ian LynaghChange some HC_OPTS to CC_OPTS, so they are used when...
2009-12-04 Ian LynaghLink all dynamic libraries with the correct install_nam...
2009-11-15 Matthias KilianReorder ALL_RTS_LIBS
2009-11-14 Ben.Lippmeier@anu... Windows DLLs: gmp is in the integer-gmp package now.
2009-11-11 Ben.Lippmeier@anu... Windows DLLs: use one import lib for each DLL the RTS...
2009-11-10 Ben.Lippmeier@anu... Add autoconf code to locate dlltool on Windows
2009-11-06 Ben.Lippmeier@anu... Break recursive imports between the RTS and base librar...
2009-11-18 Ian LynaghPut the libffi files to be installed into a dist directory
2009-11-11 Simon MarlowThe RTS needs hs-suffix-rules-srcdir for BootingFromHc
2009-11-07 Ian LynaghSplit XARGS into XARGS and XARGS_OPTS
2009-11-05 Ian LynaghMake installation on *nix work for paths with spaces...
2009-11-05 Simon MarlowFix #3642: m GHC builds using the Haskell Platform
2009-10-06 Ben.Lippmeier@anu... Remove unused DYNAMIC_RTS var from rts/ghc.mk
2009-10-06 Ben.Lippmeier@anu... Handle deps with numbers in them, like 'wsock32'.
2009-10-15 Simon MarlowTweak to the way per-source-file options are specified
2009-10-06 Simon MarlowFix dependencies for the RTS
2009-10-02 Ian LynaghUse "order only constraints" for directories
2009-09-26 Ben.Lippmeier@anu... Fix building of the RTS with the NCG under Windows
2009-09-17 Manuel M T ChakravartyFix build on Mac OS 10.6 (Snow Leopard)
2009-09-09 Simon Marlowrefactor *_OPTS settings in the build system; no functi...
2009-08-26 Matthias KilianUse -W, not -Werror, for gcc older than 3.4
2009-08-14 Ian LynaghMake our install variables etc compliant with GNU stand...
2009-08-03 Simon Marlowx86_64 warning fixes
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-08-02 Ian LynaghFix permissions when installing
2009-07-01 Simon Marlowremove unnecessary $(RM)s
2009-06-13 Duncan CouttsStop building the rts against gmp
2009-06-11 Ian LynaghAdd rules for building .cmm files in libraries
2009-06-20 Ian LynaghFix the way in the +RTS --info output
2009-05-30 Ian Lynagh$(XARGS) might include arguments, so don't quote it...
2009-05-30 Ian LynaghQuote commands that we run, so they work if there are...
2009-05-21 Simon MarlowFix #3201: "ar: Bad file number" build error with MSYS...
2009-05-19 Duncan CouttsUse shared lib mode -dynload deploy to build the rts...
2009-05-15 Duncan CouttsKeep C main separate from rts lib and link it in for...
2009-05-14 Duncan CouttsFix silly make macro mistake in a rule used in the...
2009-05-16 Ian LynaghBootstrapping fixes
2009-05-16 Ian LynaghHide more make rules when cleaning
2009-05-01 Duncan CouttsLink the rts shared libs against gmp and the other...
2009-05-05 Simon Marlowdisable a warning
2009-05-04 Ian LynaghMore rules for bootstrapping
2009-05-03 Ian LynaghTweak rts ghc.mk for bootstrapping
2009-04-29 Duncan CouttsBuild the rts as a shared lib correctly
2009-04-28 Simon Marlowadd missing eventlog subdir
2009-04-28 Simon MarlowAdd a header to all build system files:
2009-04-26 Ian LynaghGHC new build system megapatch