summaryrefslogtreecommitdiff
path: root/hadrian
Commit message (Expand)AuthorAgeFilesLines
* testsuite: Pass CFLAGS to hsc2hs testsBen Gamari2021-09-232-0/+6
* hadrian: Pass CFLAGS to gmp configureGHC GitLab CI2021-09-231-0/+4
* Link with libm dynamically (#19877)Sylvain Henry2021-09-223-0/+3
* hadrian: Disable verbose timing informationMatthew Pickering2021-09-181-1/+1
* Add "ipe" flavour transformer to add support for building with IPE debug infoMatthew Pickering2021-09-172-0/+18
* hadrian: Recommend use of +werror over explicit flavour modificationBen Gamari2021-09-131-4/+4
* hadrian: Ensure that settings is regenerated during bindist installationBen Gamari2021-09-072-1/+64
* hadrian: Use cp -RP rather than -P in install to copy symlinksMatthew Pickering2021-08-241-1/+1
* hadrian: Use ghc version as suffix for all executablesMatthew Pickering2021-08-231-14/+24
* hadrian: Write version wrappers in C rather than HaskellMatthew Pickering2021-08-237-22/+232
* hadrian: Include runhaskell in bindistMatthew Pickering2021-08-231-2/+25
* hadrian: Also produce versioned wrapper scriptsMatthew Pickering2021-08-132-34/+41
* Create absolute symlink for test executablesMatthew Pickering2021-08-131-1/+3
* Revert "hadrian: Make copyFileLinked a bit more robust"Matthew Pickering2021-08-132-14/+11
* Hadrian: fix .cabal fileSylvain Henry2021-08-091-1/+1
* Move `/includes` to `/rts/include`, sort per package betterJohn Ericson2021-08-095-10/+8
* hadrian: Create relative rather than absolute symlinks in binary dist folderMatthew Pickering2021-08-041-1/+5
* Remove hschooks.c and -no-hs-main for ghc-binZubin Duggal2021-08-031-1/+1
* include README in hadrian.cabal Jens Petersen2021-08-031-0/+1
* hadrian: Drop --configure supportBen Gamari2021-08-024-93/+3
* Hadrian: disable profiled RTS with no_profiled_libs flavour transformerSylvain Henry2021-07-281-1/+3
* hadrian: Call ghc-pkg recache after copying package database into bindistMatthew Pickering2021-07-271-0/+5
* hadrian: Add exe suffix to executables in testsuiteMatthew Pickering2021-07-271-4/+4
* packaging: Don't include configure scripts in windows bindistMatthew Pickering2021-07-271-11/+13
* packaging: Add note about wrappersMatthew Pickering2021-07-271-3/+27
* packaging: Create both versioned and unversioned executablesMatthew Pickering2021-07-272-6/+61
* hadrian: Remove special haddock copying ruleMatthew Pickering2021-07-271-12/+0
* hadrian: Update hsc2hs wrapper to match current masterMatthew Pickering2021-07-271-19/+5
* packaging: Give ghc-pkg the same version as ProjectVersionMatthew Pickering2021-07-271-0/+1
* packaging: Be more precise about which executables to copy and wrappers to cr...Matthew Pickering2021-07-271-14/+43
* validate: update quick-validate flavour for validation with --fastAlina Banerjee2021-07-272-12/+18
* rts: Don't declare libCffi as bundled when using system libffiBen Gamari2021-07-271-0/+2
* hadrian: Always specify flag values explicitlyBen Gamari2021-07-273-24/+33
* rts: Introduce and use ExecPage abstractionBen Gamari2021-07-271-1/+1
* rts: Break up adjustor logicBen Gamari2021-07-275-13/+14
* hadrian: Don't add empty -I argumentswip/hadrian/libffi-includesBen Gamari2021-07-251-1/+1
* hadrian: Update docs targets documentation [skip ci]wip/hadrian-docs-targetsMatthew Pickering2021-07-201-3/+21
* Pass '-x c++' and '-std=c++11' to `cc` for cpp files, in HadrianEthan Kiang2021-07-065-13/+30
* Fix libffi on PowerPCPeter Trommler2021-06-281-6/+1
* rts: move xxxHash out of the user namespaceTamar Christina2021-06-241-4/+2
* hadrian: Pass correct leading_underscore configuration to testsMatthew Pickering2021-06-231-0/+2
* hadrian/README.md: update bignum optionsFraser Tweedale2021-06-201-2/+1
* Make 'count-deps' a ghc/util standalone programShayne Fletcher2021-06-055-5/+17
* hadrian: Speed up lint:base ruleMatthew Pickering2021-06-021-2/+8
* Revert "hadrian: Don't always links against libffi"Matthew Pickering2021-05-251-1/+2
* [hadrian] Properly build hsc2hs wrapperMoritz Angermann2021-05-251-18/+23
* [hadrian] Do not add full tool pathsMoritz Angermann2021-05-253-4/+32
* hadrian: Add omit_pragmas transformerMatthew Pickering2021-05-221-0/+8
* hadrian: Reorganise modules so KV parser can be used to define transformersMatthew Pickering2021-05-227-273/+288
* hadrian: Reduce verbosity on failed testsuite runMatthew Pickering2021-05-211-1/+4