2011-03-05 |
Ian Lynagh | Avoid some shell calls in the build system |
tree | commitdiff |
2011-02-07 |
Ian Lynagh | Call the final build system phase "final" rather than "" |
tree | commitdiff |
2011-01-27 |
Ian Lynagh | Fix "make 1" etc following the build system changes |
tree | commitdiff |
2011-01-24 |
Ian Lynagh | Keep separate linker flags, for when we want to link... |
tree | commitdiff |
2011-01-23 |
Ian Lynagh | Add build system profiling to build system |
tree | commitdiff |
2011-01-23 |
Ian Lynagh | Add some missing dependencies |
tree | commitdiff |
2011-01-23 |
Ian Lynagh | Tweak some deps to avoid multiple $(wildcard ...)s |
tree | commitdiff |
2011-01-22 |
Ian Lynagh | Simplify the build system, and remove 2 phases |
tree | commitdiff |
2011-01-19 |
Ian Lynagh | Move some make variables around |
tree | commitdiff |
2011-01-19 |
Ian Lynagh | Remove a debugging 'info' |
tree | commitdiff |
2011-01-19 |
Ian Lynagh | Move the PACKAGE_MAGIC evaluation inside package-data.mk |
tree | commitdiff |
2011-01-17 |
Ian Lynagh | Fix deps on the ghc package |
tree | commitdiff |
2011-01-16 |
Ian Lynagh | Handle dependencies of programs on libraries correctly |
tree | commitdiff |
2011-01-16 |
Ian Lynagh | Fix cross-package dependency generation on Windows |
tree | commitdiff |
2011-01-16 |
Ian Lynagh | We can now pass -include-pkg-deps to the bootstrapping... |
tree | commitdiff |
2011-01-16 |
Ian Lynagh | Change some HC_OPTS var handling |
tree | commitdiff |
2011-01-15 |
Ian Lynagh | Build system improvements |
tree | commitdiff |
2011-01-15 |
Ian Lynagh | Whitespace tweak |
tree | commitdiff |
2011-01-06 |
Ian Lynagh | On Cygwin, use a Cygwin-style path for /bin/install... |
tree | commitdiff |
2010-12-19 |
Ian Lynagh | Pass --hoogle to haddock; fixes trac #4521 |
tree | commitdiff |
2010-12-14 |
Ian Lynagh | Remove dead code now that we require the bootstrapping... |
tree | commitdiff |
2010-12-10 |
Ian Lynagh | Don't link the GHC RTS into our C-only programs |
tree | commitdiff |
2010-12-07 |
Ian Lynagh | Make CPPFLAGS variables, as well as CFLAGS and LDFLAGS |
tree | commitdiff |
2010-12-06 |
Ian Lynagh | Link even programs containing no Haskell modules with GHC |
tree | commitdiff |
2010-11-27 |
Ian Lynagh | Always enable the archive-loading code |
tree | commitdiff |
2010-11-21 |
Ian Lynagh | Fix a makefile include ordering sanity check |
tree | commitdiff |
2010-11-14 |
Ian Lynagh | Add a build system dependency; fixes #4357 |
tree | commitdiff |
2010-10-20 |
Ian Lynagh | Tweak the haddock rules; no functional change |
tree | commitdiff |
2010-10-20 |
Ian Lynagh | Look for sources in Cabal's autogen directory too |
tree | commitdiff |
2010-10-16 |
Ian Lynagh | Correct the regexp used to search for extra packages |
tree | commitdiff |
2010-09-30 |
Ian Lynagh | Handle EXTRA_LIBRARIES when building programs |
tree | commitdiff |
2010-09-23 |
Simon Marlow | Refactoring and tidy up in the build system |
tree | commitdiff |
2010-09-21 |
Simon Marlow | add a simple trace facility to the build system |
tree | commitdiff |
2010-09-21 |
Simon Marlow | fix building with extra packages (packages were added... |
tree | commitdiff |
2010-09-20 |
Simon Marlow | add extra packages to $(EXTRA_PACKAGES), so we avoid... |
tree | commitdiff |
2010-09-20 |
Ian Lynagh | Tell Cabal that we're not building GHCi libs if UseArch... |
tree | commitdiff |
2010-09-20 |
Ian Lynagh | Implement archive loading for ghci |
tree | commitdiff |
2010-09-18 |
Ian Lynagh | Fix build on cygwin: Normalise slashes in .depend files... |
tree | commitdiff |
2010-09-17 |
Ian Lynagh | extra packages info is now read from packages file |
tree | commitdiff |
2010-09-05 |
Ian Lynagh | Don't pass our gcc options to stage0 ghc's gcc; they... |
tree | commitdiff |
2010-09-03 |
Ian Lynagh | Don't haddock packages that we aren't going to install |
tree | commitdiff |
2010-09-03 |
Ian Lynagh | Give haddock per-package source entity paths; fixes... |
tree | commitdiff |
2010-09-02 |
Ian Lynagh | Add some -no-user-package-conf flags |
tree | commitdiff |
2010-08-18 |
Ian Lynagh | Use make-command in rules/bindist.mk |
tree | commitdiff |
2010-08-18 |
Ian Lynagh | Add a "make-command" utility Makefile function |
tree | commitdiff |
2010-08-10 |
Simon Marlow | Do the dependency-omitting for 'make 1' in a slightly... |
tree | commitdiff |
2010-07-26 |
Ian Lynagh | Don't rebuild dependency files unnecessarily when doing... |
tree | commitdiff |
2010-07-23 |
Ian Lynagh | Use different CC/LD options for different stages |
tree | commitdiff |
2010-07-17 |
Ian Lynagh | Don't generate Haskell dependencies if we don't have... |
tree | commitdiff |
2010-07-16 |
Ian Lynagh | Link programs that have no Haskell objects with gcc... |
tree | commitdiff |
2010-07-16 |
Ian Lynagh | Use gcc to build C programs for stages >= 1 |
tree | commitdiff |
2010-07-15 |
Ian Lynagh | Split up some make commands, so that errors aren't... |
tree | commitdiff |
2010-07-04 |
Ian Lynagh | Use Cabal to configure the dist-install ghc-pkg; fixes... |
tree | commitdiff |
2010-06-22 |
Ian Lynagh | Don't rely on "-packagefoo" working; use "-package... |
tree | commitdiff |
2010-06-16 |
Ian Lynagh | Convert some more variable names to FOO_CMD, for consis... |
tree | commitdiff |
2010-06-15 |
David Terei | Add new LLVM code generator to GHC. (Version 2) |
tree | commitdiff |
2010-06-04 |
Simon Marlow | Pass --no-tmp-comp-dir to Haddock (see comment) |
tree | commitdiff |
2010-06-03 |
Simon Marlow | fix --source-entity option passed to Haddock: we needed... |
tree | commitdiff |
2010-05-30 |
Ian Lynagh | Check dblatex actually creates the files we tell it to |
tree | commitdiff |
2010-05-25 |
Ian Lynagh | Add configure flags for the location of GMP includes... |
tree | commitdiff |
2010-05-25 |
Ian Lynagh | When haddocking, we need the dependencies to have been... |
tree | commitdiff |
2010-05-09 |
Ian Lynagh | Add version constraints for the boot packages; fixes... |
tree | commitdiff |
2010-05-09 |
Ian Lynagh | Don't include inter-package dependencies when compiling... |
tree | commitdiff |
2010-05-08 |
Ian Lynagh | Tidy up the "rm" flags in the build system |
tree | commitdiff |
2010-05-04 |
Ian Lynagh | In build system, call package-config after including... |
tree | commitdiff |
2010-04-27 |
Ian Lynagh | Inplace programs depend on their shell wrappers |
tree | commitdiff |
2010-04-24 |
Ian Lynagh | Make sure all the clean rules are always included |
tree | commitdiff |
2010-04-12 |
Ian Lynagh | Remove the ghc_ge_609 makefile variables |
tree | commitdiff |
2010-03-29 |
Ian Lynagh | Explicitly check whether ar supports the @file syntax |
tree | commitdiff |
2010-03-24 |
Ian Lynagh | Change how perl scripts get installed; partially fixes... |
tree | commitdiff |
2010-03-24 |
Ian Lynagh | Pass the location of gcc in the ghc wrapper script... |
tree | commitdiff |
2010-03-24 |
Ian Lynagh | Fix the build for non-GNU-ar |
tree | commitdiff |
2010-03-23 |
Ian Lynagh | Tweak the Makefile code for making .a libs; fixes trac... |
tree | commitdiff |
2010-03-14 |
Ian Lynagh | When compiling with GHC >= 6.13, use -rtsopts |
tree | commitdiff |
2010-03-05 |
simonpj@microsoft.com | When BUILD_DOCBOOK_HTML is NO, keep the rules, just... |
tree | commitdiff |
2010-02-27 |
Ian Lynagh | Have separate rules to generate tags and TAGS |
tree | commitdiff |
2010-02-21 |
Ian Lynagh | Make "make tags" work in the new build system |
tree | commitdiff |
2010-01-19 |
Ian Lynagh | Escape some $s in makefiles for consistency |
tree | commitdiff |
2010-01-13 |
Simon Marlow | hide modules properly with haddock |
tree | commitdiff |
2010-01-13 |
Simon Marlow | fix for HSCOLOUR_SRCS=NO |
tree | commitdiff |
2010-01-12 |
Simon Marlow | Invoke Haddock directly from the build system, instead... |
tree | commitdiff |
2009-12-30 |
Ian Lynagh | Fix rules/build-dependencies.mk on OS X |
tree | commitdiff |
2009-12-19 |
Ian Lynagh | Tweak the build-dependencies rule, and add comments... |
tree | commitdiff |
2009-12-19 |
Ian Lynagh | When removing $(TOP) with sed, do so case insensitively |
tree | commitdiff |
2009-12-16 |
Ian Lynagh | Build and install inplace the count_lines and compareSi... |
tree | commitdiff |
2009-12-15 |
Ian Lynagh | Just make C dependencies once, rather than each way |
tree | commitdiff |
2009-12-15 |
Ian Lynagh | Make addCFileDeps quieter |
tree | commitdiff |
2009-12-09 |
Ian Lynagh | Eliminate mkdependC |
tree | commitdiff |
2009-12-04 |
Ian Lynagh | Link all dynamic libraries with the correct install_nam... |
tree | commitdiff |
2009-12-01 |
Ian Lynagh | Delay expansion of some makefile variables until they... |
tree | commitdiff |
2009-12-01 |
Ian Lynagh | Avoid running empty for loops; fixes trac #3683 |
tree | commitdiff |
2009-11-20 |
Ian Lynagh | Fix some dependencies in bindists |
tree | commitdiff |
2009-11-14 |
Ben.Lippmeier@anu... | Provide extralibs when linking Windows DLLs |
tree | commitdiff |
2009-11-17 |
Simon Marlow | exclude some haddock-related rules during BINDIST |
tree | commitdiff |
2009-11-07 |
Ian Lynagh | Split XARGS into XARGS and XARGS_OPTS |
tree | commitdiff |
2009-11-07 |
Ian Lynagh | Tweak how shell wrappers are built |
tree | commitdiff |
2009-11-07 |
Ian Lynagh | ghc-stage2 is now renamed to ghc when it is installed |
tree | commitdiff |
2009-11-07 |
Ian Lynagh | Tweak the shell wrapper scripts |
tree | commitdiff |
2009-11-05 |
Simon Marlow | Fix some more build bugs exposed by the addition of... |
tree | commitdiff |
2009-11-05 |
Ian Lynagh | Make installation on *nix work for paths with spaces... |
tree | commitdiff |
next |