2009-05-02 |
Ian Lynagh | Makefile tweak |
tree | commitdiff |
2009-04-28 |
Simon Marlow | move nofib settings here from ghc's config.mk |
tree | commitdiff |
2009-04-28 |
Simon Marlow | move runstdtest into nofib |
tree | commitdiff |
2009-04-26 |
Ian Lynagh | GHC new build system megapatch |
tree | commitdiff |
2009-04-21 |
Simon Marlow | add a DO NOT EDIT comment |
tree | commitdiff |
2009-03-19 |
Simon Marlow | FIX unregisterised build |
tree | commitdiff |
2009-03-17 |
Simon Marlow | Add fast event logging |
tree | commitdiff |
2009-03-11 |
Simon Marlow | FIX #2832: Setting SplitObjs=NO doesn't disable -split... |
tree | commitdiff |
2009-03-08 |
Ian Lynagh | Don't force HSCOLOUR_SRCS = YES when validating |
tree | commitdiff |
2009-03-05 |
Ian Lynagh | By default, only HsColour the docs if we find HsColour... |
tree | commitdiff |
2009-02-21 |
Ian Lynagh | Only use STAGE3_PACKAGE_CONF for building GHC itself |
tree | commitdiff |
2009-02-18 |
Ian Lynagh | Fix ghc and ghci wrappers on Windows |
tree | commitdiff |
2009-02-12 |
Ian Lynagh | Only pass --with-hscolour to cabal-bin once |
tree | commitdiff |
2009-02-12 |
Ian Lynagh | Quote some more arguments to cabal-bin |
tree | commitdiff |
2009-02-10 |
Ian Lynagh | Don't use the absolute path to the bindist tarball |
tree | commitdiff |
2009-01-05 |
Ben.Lippmeier@anu... | Enable the native code generator for SPARC |
tree | commitdiff |
2009-01-04 |
Ian Lynagh | Require HsColour by default |
tree | commitdiff |
2008-12-03 |
Ian Lynagh | We need to tell cabal-bin which version of Cabal to use |
tree | commitdiff |
2008-11-14 |
Simon Marlow | Rmoeve --enable-dotnet |
tree | commitdiff |
2008-11-08 |
Ian Lynagh | ghc_ge_605 is now always YES |
tree | commitdiff |
2008-10-15 |
Ian Lynagh | Fix the build when the bootstrapping compiler has a... |
tree | commitdiff |
2008-10-14 |
Clemens Fruhwirth | Add "dyn" to GhcRTSWays when compiling --enable-shared |
tree | commitdiff |
2008-10-08 |
Clemens Fruhwirth | Turn libffi into a Haskell package |
tree | commitdiff |
2008-10-07 |
Ian Lynagh | Build a profiled GHC API by default if p is in GhcLibWays |
tree | commitdiff |
2008-09-24 |
Ian Lynagh | Use -perm -100 rather than -perm /a+x when looking... |
tree | commitdiff |
2008-09-24 |
Ian Lynagh | Use $(FIND) rather than find, as the former may be... |
tree | commitdiff |
2008-09-24 |
Ian Lynagh | Add $(strip) to a Makefile test |
tree | commitdiff |
2008-09-24 |
Ian Lynagh | Use test -f rather than test -e, for portability (Solaris) |
tree | commitdiff |
2008-09-18 |
simonpj@microsoft.com | Comments only |
tree | commitdiff |
2008-09-16 |
Ian Lynagh | Use the new -optdep flag replacements when building... |
tree | commitdiff |
2008-09-13 |
Ian Lynagh | Move the "show" target from target.mk to boilerplate.mk |
tree | commitdiff |
2008-09-13 |
Ian Lynagh | Change how we detect if we are using the bootstrapping... |
tree | commitdiff |
2008-09-12 |
Ian Lynagh | If USE_NEW_MKDEPEND_FLAGS is YES then don't use the... |
tree | commitdiff |
2008-09-11 |
Ian Lynagh | Include docs in the bindists |
tree | commitdiff |
2008-09-06 |
Ian Lynagh | Don't build latex docs by default |
tree | commitdiff |
2008-09-06 |
Ian Lynagh | Now that haddock is in-tree, build haddock docs by... |
tree | commitdiff |
2008-09-06 |
Ian Lynagh | Install the stage 2 ghc package when installing; fixes... |
tree | commitdiff |
2008-09-05 |
Ian Lynagh | Remove the haddock detection |
tree | commitdiff |
2008-08-30 |
Ian Lynagh | Fix building the GHC API with profiling |
tree | commitdiff |
2008-08-28 |
Ian Lynagh | Remove install-inplace directories when cleaning |
tree | commitdiff |
2008-08-28 |
Ian Lynagh | Use the right ghc-pkg when installing the rts package |
tree | commitdiff |
2008-08-28 |
Ian Lynagh | When installing, we can't rely on the ghc-pkg we just... |
tree | commitdiff |
2008-08-28 |
Ian Lynagh | Tweaks for installs into a DESTDIR |
tree | commitdiff |
2008-08-28 |
Ian Lynagh | Turn on optimisation for stage2 when validating |
tree | commitdiff |
2008-08-28 |
Ian Lynagh | Update the build system to handle building and using... |
tree | commitdiff |
2008-08-25 |
Ian Lynagh | When making bindists, check that we know where we are |
tree | commitdiff |
2008-08-25 |
Ian Lynagh | Set datadir=libdir; fixes trac #2541 |
tree | commitdiff |
2008-08-21 |
Ian Lynagh | Fix making bindists |
tree | commitdiff |
2008-08-21 |
Ian Lynagh | mk/cabal.mk now turns on -Wall |
tree | commitdiff |
2008-08-17 |
Ian Lynagh | Comment fix |
tree | commitdiff |
2008-08-17 |
Ian Lynagh | Remove GHC_TOP; we don't actually use it |
tree | commitdiff |
2008-08-17 |
Ian Lynagh | Change how we know whether or not we are validating |
tree | commitdiff |
2008-08-19 |
Simon Marlow | set $(BOOTSTRAPPING_PACKAGE_CONF_HC_OPTS) automatically... |
tree | commitdiff |
2008-08-12 |
Ian Lynagh | In cabal.mk, clean is no longer identical to distclean |
tree | commitdiff |
2008-08-13 |
Simon Marlow | move INPLACE_DATA_DIR into mk/config.mk and share it |
tree | commitdiff |
2008-08-10 |
Ian Lynagh | Add mk/bindist.mk |
tree | commitdiff |
2008-08-10 |
Ian Lynagh | Make "make clean" in compiler/ only clean the stage... |
tree | commitdiff |
2008-08-10 |
Ian Lynagh | bindist fixes |
tree | commitdiff |
2008-08-10 |
Ian Lynagh | bindists are now some way towards working |
tree | commitdiff |
2008-06-21 |
Ian Lynagh | When raising NonTermination with the RTS, build the... |
tree | commitdiff |
2008-07-30 |
Ian Lynagh | Fix the way we pass GMP_INCLUDE_DIRS to hsc2hs; spotted... |
tree | commitdiff |
2008-07-25 |
Simon Marlow | for the installed versions, don't use dynamic-linking... |
tree | commitdiff |
2008-07-24 |
Simon Marlow | add --enable-shared to configure, and $(BuildSharedLibs... |
tree | commitdiff |
2008-07-24 |
Simon Marlow | put the inplace GHC in stageN-inplace/ghc instead of... |
tree | commitdiff |
2008-07-23 |
Ian Lynagh | Tell Cabal where gcc is |
tree | commitdiff |
2008-07-22 |
Ian Lynagh | Fix the stage3 build |
tree | commitdiff |
2008-07-18 |
Ian Lynagh | Build system tweaks |
tree | commitdiff |
2008-07-18 |
Ian Lynagh | More build system changes; hasktags is now built with... |
tree | commitdiff |
2008-07-18 |
Ian Lynagh | More build system changes; ghc-pkg is now built with... |
tree | commitdiff |
2008-07-17 |
Ian Lynagh | Remove some duplication |
tree | commitdiff |
2008-07-16 |
Ian Lynagh | Get building GHC itself with Cabal more-or-less working |
tree | commitdiff |
2008-07-11 |
Ian Lynagh | Handle passing hsc2hs to Cabal better |
tree | commitdiff |
2008-07-11 |
Ian Lynagh | Split up Cabal configure flag variables for more flexib... |
tree | commitdiff |
2008-07-10 |
Ian Lynagh | Move the definition of NONEXISTENT into the central... |
tree | commitdiff |
2008-07-10 |
Ian Lynagh | Define CABAL in mk/cabal-flags.mk, rather than everywhe... |
tree | commitdiff |
2008-07-10 |
Ian Lynagh | Remove remnants of javaGen |
tree | commitdiff |
2008-07-09 |
Ian Lynagh | ObjectIO is no longer an extralib |
tree | commitdiff |
2008-07-09 |
Ian Lynagh | Remove all references to -mno-cygwin |
tree | commitdiff |
2008-07-08 |
Ian Lynagh | Extend the flag for not automatically linking haskell98 |
tree | commitdiff |
2008-07-05 |
Ian Lynagh | Fix hsc2hs finding its template file on Windows |
tree | commitdiff |
2008-07-05 |
Ian Lynagh | Build hsc2hs with Cabal |
tree | commitdiff |
2008-07-03 |
Ian Lynagh | Remove Cabal modules from compat |
tree | commitdiff |
2008-07-01 |
Ian Lynagh | Add --slow (and --fast) options to validate |
tree | commitdiff |
2008-07-01 |
Ian Lynagh | Make a "validate --hpc"; shows how much of the compiler... |
tree | commitdiff |
2007-11-01 |
Simon Marlow | allow PAPI to be installed somewhere non-standard |
tree | commitdiff |
2008-06-16 |
Ian Lynagh | More commandline flag improvements |
tree | commitdiff |
2008-06-15 |
Ian Lynagh | Add ghc_ge_609 |
tree | commitdiff |
2008-06-14 |
Ian Lynagh | Use -O0 rather than the deprecated -Onot |
tree | commitdiff |
2008-05-26 |
Manuel M T Chakravarty | Fix fwrite$UNIX2003 symbols when cross-compiling for... |
tree | commitdiff |
2008-05-20 |
Simon Marlow | update the "perf" settings to match the default |
tree | commitdiff |
2008-05-20 |
Simon Marlow | use -O2 for libraries and stage2 compiler by default |
tree | commitdiff |
2008-05-12 |
Simon Marlow | doc tweak |
tree | commitdiff |
2008-04-20 |
Ian Lynagh | Make the integer library to use more configurable |
tree | commitdiff |
2008-03-26 |
Ian Lynagh | In validate settings, make -Werror easier to override |
tree | commitdiff |
2008-03-16 |
Ian Lynagh | Use editline instead of readline |
tree | commitdiff |
2008-02-21 |
Manuel M T Chakravarty | Mac OS X deployment target: piping opts through Makefiles |
tree | commitdiff |
2008-02-19 |
Manuel M T Chakravarty | Add configure option --with-macos-deployment-target |
tree | commitdiff |
2008-02-18 |
Manuel M T Chakravarty | All installed Haskell prgms have an inplace and an... |
tree | commitdiff |
2008-02-02 |
Manuel M T Chakravarty | First stab at an installer package for the Mac |
tree | commitdiff |
2008-01-24 |
Ian Lynagh | Tell happy to be strict |
tree | commitdiff |
next |