Skip to content

SquircleSpace/tup

This branch is 2 commits ahead of, 719 commits behind gittup/tup:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Brad Jensen
May 27, 2015
a04a866 · May 27, 2015
Mar 27, 2014
Jan 15, 2015
May 27, 2015
Jan 23, 2015
Oct 30, 2011
Jan 15, 2015
Nov 14, 2014
Oct 23, 2013
Nov 14, 2014
Nov 25, 2011
Sep 17, 2013
Jul 8, 2012
Apr 9, 2011
Sep 4, 2012
Apr 9, 2011
May 27, 2015
Jan 12, 2013

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

About

Tup is a file-based build system.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 82.7%
  • Shell 11.8%
  • C++ 4.7%
  • Roff 0.6%
  • Lua 0.1%
  • Perl 0.1%