Skip to content

gittup/tup

This branch is up to date with master.

Folders and files

NameName
Last commit message
Last commit date
Apr 1, 2024
Jan 9, 2024
Apr 1, 2024
Mar 16, 2018
Sep 4, 2021
Jun 6, 2024
Jun 6, 2024
Jun 1, 2016
Jun 6, 2016
Jun 28, 2021
Apr 1, 2024
Oct 30, 2011
Jan 15, 2015
Mar 18, 2024
Oct 23, 2013
Apr 1, 2024
Jul 11, 2021
May 23, 2017
Jul 11, 2021
Mar 18, 2024
Apr 1, 2024
Apr 23, 2020
Aug 5, 2020
Jun 4, 2020
Aug 8, 2020
Apr 9, 2011
May 19, 2024
Dec 17, 2015
Apr 1, 2024

Repository files navigation

Tup

http://gittup.org/tup

About Tup

Tup is a file-based build system for Linux, OSX, and Windows. It takes as input a list of file changes and a directed acyclic graph (DAG). It then processes the DAG to execute the appropriate commands required to update dependent files. Updates are performed with very little overhead since tup implements powerful build algorithms to avoid doing unnecessary work. This means you can stay focused on your project rather than on your build system.

Further information can be found at http://gittup.org/tup