summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* Add missing Make dependenciesThodoris Sotiropoulos2020-01-05
|
* Error on usage of VLAJohn Hawthorn2019-12-27
|
* Rebuild config.h if config.def.h is newerJohn Hawthorn2019-02-02
|
* Version 1.0John Hawthorn2018-09-23
|
* bundle quietlyJohn Hawthorn2018-09-09
|
* Version 0.9John Hawthorn2017-04-17
|
* Clean .o from deps in make cleanJohn Hawthorn2017-04-04
|
* Move test suites into separate filesJohn Hawthorn2017-04-04
|
* Add theftJohn Hawthorn2017-04-03
|
* Add greatest test libJohn Hawthorn2017-04-02
|
* Pass options to choices_initJohn Hawthorn2017-01-31
|
* Version 0.8John Hawthorn2017-01-01
|
* Rename acceptance testJohn Hawthorn2016-12-30
|
* Add integration test helper to MakefileJohn Hawthorn2016-12-28
|
* Version 0.7John Hawthorn2016-08-03
|
* Version 0.6John Hawthorn2016-07-26
|
* Add make verycleanJohn Hawthorn2016-07-10
|
* Use threading when matching/scoringJohn Hawthorn2016-06-22
|
* Extract tty interface to own fileJohn Hawthorn2016-06-19
|
* Extract option parsing to separate fileJohn Hawthorn2016-06-19
|
* Version 0.5John Hawthorn2016-06-11
|
* Move fzytest into test/ directoryJohn Hawthorn2016-05-21
|
* Move sources into src directoryJohn Hawthorn2016-05-21
|
* Version 0.4John Hawthorn2016-05-19
|
* Fix permissions in make installJohn Hawthorn2016-05-19
|
* Partly revert Makefile compatibilityJohn Hawthorn2016-04-26
| | | | | | | Apparently GNU make doesn't like adding dependencies on that style of pattern rule specification. This reverts part of 887a0b4294001c95187eeaeff20ad748125466d7
* Improve Makefile compatibilityJohn Hawthorn2016-04-25
| | | | | | make now runs cleanly on default BSD make. This uglies it up a little, but it was so close it might as well be made as widely compatible as possible.
* Add make checkJohn Hawthorn2016-04-25
|
* Version 0.3John Hawthorn2016-04-25
|
* Don't ignore make test errorsJohn Hawthorn2016-04-24
|
* Revert "Simplify CFLAGS"John Hawthorn2016-04-13
| | | | This reverts commit de53af7e70bdc352513cabd40dcb4872052b701b.
* Don't build fzytest as part of make allJohn Hawthorn2016-04-10
|
* Simplify CFLAGSJohn Hawthorn2016-04-10
|
* Allow customization of config.h via config.def.hJohn Hawthorn2015-11-07
|
* Apply clang-format to all filesJohn Hawthorn2015-11-07
| | | | | | Apologies that this uses my preferred formatting style: mostly the same as Linux, but without a break between function and brace. Adds spaces in a few places they weren't before.
* Version 0.2John Hawthorn2014-10-19
|
* More portable make installJohn Hawthorn2014-09-27
|
* Raise SIGTRAP on all assertion failuresJohn Hawthorn2014-09-27
| | | | Makes it easy to run tests w/ gdb for debugging
* Easy way to run tests with valgrindJohn Hawthorn2014-09-27
| | | | VALGRIND="valgrind --leak-check=full" make test
* Version is now 0.2preJohn Hawthorn2014-09-27
|
* Version 0.1John Hawthorn2014-09-20
|
* BSD-compatible make installJohn Hawthorn2014-09-18
|
* Move _GNU_SOURCE definition to makefileJohn Hawthorn2014-09-17
|
* Add -pedantic, Remove stray ;John Hawthorn2014-09-17
|
* Add manpage to make installJohn Hawthorn2014-09-14
|
* Fix divide by zero on empty choices listJohn Hawthorn2014-09-14
|
* Cleanup headersJohn Hawthorn2014-09-14
|
* Refactor into choices.cJohn Hawthorn2014-09-14
|
* Compile with -O3John Hawthorn2014-09-06
|
* Fix missing bin in MakefileJohn Hawthorn2014-08-11
| | | | Change-Id: If849f07175e5accfa26179b555e5f59e39b6826f