-
I just tried to move a simple project to Tup because, hey, why not and it looks great. unfortunately, cl.exe, Microsoft's command line C++ compiler, insists on writing a completely meaningless log fi…
-
It would be nice to be able to have tup build a project without touching the source tree. After using CMake for years, it's something I've grown accustomed to (for one, it allows one source tree to ha…
-
I get the following error when trying to use the [nimrod](http://nimrod-code.org/) compiler on Windows (it works fine on other platforms):
```
[ ] 0%.tup/tmp/output-98: Broken pipe
tup error: Unabl…
-
The bread and butter of non-mainstream tools these days is having a couple of comparison pages that compare and contrast their own product with the main known ones. These typically go a couple links a…
sesam updated
4 years ago
-
Before doing it I need to:
- [ ] Write definitions for Howl
- [ ] Set-up the project
-
```
What steps will reproduce the problem?
1. Set up Arguments file accordingly
2.
3. Run run.bat
What is the expected output? What do you see instead?
Project to properly setup and be checked into s…
-
Instead of using a parser to parse the text of the shell script, you could point PATH at a FUSE filesystem and run the script to discover the executables the script runs. One might be concerned that o…
-
There are many situations where a new file affects the build. When I add a new file to a directory, I expect a rebuild.
``` text
$ touch Tupfile.ini
$ echo ": |> cat in*.txt > out.txt |> out.txt" > …
-
I know, I know, autotools is what everyone loves to hate, but given how tiny this library is I think the benefits outweigh the drawbacks:
- compile time dependency detection
- installation target
- st…
-
For things like tilemaps, it is useful to export multiple scenes from a single blend source file. It would be nice to support this.
One way to implement this is that each parenting-hierarchy is exp…