67
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implement 'cabal bench' command The only implement benchmark interface so far is exitcode-stdio-1.0, which forwards the output of the benchmark executable being run to the parent process' stdout/stderr. More... over 12 years ago
Install phase pulls in benchmark dependencies when necessary More... over 12 years ago
Include benchmarks in product of 'setup sdist' More... over 12 years ago
Add package checks for benchmarks Refactor duplicate names check to avoid having to manually write all O(n^2) possible collision cases between executables, test suites, and benchmarks. More... over 12 years ago
Add unit test for building benchmarks More... over 12 years ago
Build executable benchmarks Benchmarks are treated just like test suites in that a dummy Executable is created and built. More... over 12 years ago
Add unit test for benchmark section More... over 12 years ago
Implement 'configure' and preprocessing for benchmarks More... over 12 years ago
Parse the --{enable,disable}-benchmarks command line flag More... over 12 years ago
Parse 'benchmark' sections and handle configurations (flags) for benchmarks More... over 12 years ago
Add a Benchmark data type for representing 'benchmark' sections More... over 12 years ago
Use the configured proxy even for uploading build reports More... over 12 years ago
Add brief description of PVP to cabal init generated .cabal files
dcoutts
as Duncan Coutts
More... over 12 years ago
Use a PVP-style version as the default for cabal init
dcoutts
as Duncan Coutts
More... over 12 years ago
Filter autogenerated modules from test suite build info when doing sdist. More... over 12 years ago
GHC 7.2+ no longer generates _stub.o files So stop looking for them. This could otherwise cause problems if one switches ghc version without cleaning the build dir since we'll pick up the old _stub.o files and end up with duplicate linker symbols.
dcoutts
as Duncan Coutts
More... over 12 years ago
Change extension name to "ConstraintKinds" For consistency with the rest of the extensions. Requested by SPJ.
dcoutts
as Duncan Coutts
More... over 12 years ago
Updated user manual for new detailed interface. More... over 12 years ago
Added 'testGroup' to D.S.TestSuite. More... over 12 years ago
Improved documentation for 'concurrently' field of Test. More... over 12 years ago
Removed Options from Finished. More... over 12 years ago
Clean D.S.Test for unused symbols. The unused declarations were all related to replaying test suites with logged options, but the command-line option for this feature has been disabled for some time. Changing the detailed test suite type to expect "tests :: IO [Test]" instead of "tests :: IO Test" made the old method of replaying options clumsy. Since it was already disabled, I chose to remove it, rather than rewrite it again. More... over 12 years ago
Add the ConstraintKind extension More... over 12 years ago
Fix a typo in a QA message
dcoutts
as Duncan Coutts
More... over 12 years ago
Changed detailed test exported type to [Test]. More... over 12 years ago
Better error message for unknown build types
dcoutts
as Duncan Coutts
More... over 12 years ago
Consistent import of Text.PrettyPrint More... over 12 years ago
Fix a typo (s/reative/relative/). More... over 12 years ago
Drop assertion checking in the old solver Make it a bit faster.
dcoutts
as Duncan Coutts
More... over 12 years ago
Update version constraint on the Cabal library, for 1.12 release.
dcoutts
as Duncan Coutts
More... over 12 years ago