tup icon indicating copy to clipboard operation
tup copied to clipboard

Tup is a file-based build system.

Results 117 tup issues
Sort by recently updated
recently updated
newest added

## Problem: I'm trying to create a rule for copying the contents of an entire directory. I.e.: The following structure is given: ``` \ Tupfile \src \file1 \file2 \subdirectory \file3...

I like to stack up extensions in each build step, so that I have, say, ```main.cc```, then ```main.cc.o``` successive outputs. Which is why I actually didn't notice this before :...

Allow for targets like in make, but also allow usage of variables I imagine something like this: ``` copy_files (build_level): foreach src/* |> cp %f %o |> $(build_level)/%b release: copy_files(release)...

### Situation Currently, the [documenation](https://gittup.org/tup/manual.html) does not seem to have a dedicated section for the contents of a tup.config file. Users have to search to doc to find clues on...

The best candidates in my humble opinion: * [Tiny C](https://repo.or.cz/tinycc.git) (i386/x86_64/arm/aarch64/riscv64), LGPL-2.1 Licensed * [mir](https://github.com/vnmakarov/mir) (x86_64/aarch64/ppc64be/ppc64le/s390x/riscv64), MIT Licensed If you don't mind the idea, I can start working on it....

This changes "tup error: File '%s' was written to, but is not in .tup/db. You probably should specify it as an output" into a warning and adds a configuration option...

Currently tup supports response files by using a group to replace the filenames. It would be better if it could also support response files in more general cases of just...

I am trying to do a static analysis of a C++ project which uses Tup. In general, some analyzers as Coverity and Codechecker, log the compiler calls that are done...

Problem with build project with MSVC under Wine. MSVC works well, when I run it manualy. But I get error below when start build with Tup: ``` * 2218) programs/media/ac97snd:...

The ppa is currently at version 0.7.2.12, and is only for lucid and precise; it would be nice to get the latest version of tup for xenial and artful.