summaryrefslogtreecommitdiff
path: root/contrib/Tupfile
AgeCommit message (Collapse)Author
2021-07-12Rename NCursesUI to TerminalUIMaxime Coste
2020-11-01Update Tupfile to get it buildingIvan Tham
Merge some new changes from Makefile Shorten the output as well
2018-02-24contrib tupfile: Fix the name pattern for objectsFrank LENORMAND
2017-11-04contrib: Adapt `Tupfile` to upstream changesFrank LENORMAND
2017-11-01Remove remaining references to boost from documentation/contrib filesMaxime Coste
2017-06-29contrib Tupfile: Adapt to upstream changesFrank LENORMAND
2017-01-14Remove the option that excludes the `-pedantic` flag from `CXXFLAGS`Frank LENORMAND
Allowing compilation without the `-pedantic` flag was a temporary trick to work around a bug involving `libstdc++` and `musl`. A fix has been pushed for the issue in the appropriate repositories, we no longer need the optional non-pedantic compilation option.
2016-12-22Update the TupfileFrank LENORMAND
Compiling with `clang++` was also tweaked, in order to avoid unknown attributes warnings.
2015-08-07Implement a Tupfile to build kak with `tup`Frank LENORMAND