gittup
gittup
Alright, I took a stab at having Windows support both .sh (the default) and .bat (if the filename has a ".bat" extension). Grab the latest and give it a shot.
Are you talking about the time it takes to filesystem scan, or the fact that Tupfiles are re-parsed if any of them fail? ie: is "time tup scan" a really...
If you just want a single-time build, you can try to use the 'tup generate' command to get a shell script. The generated script will just run the commands without...
Thanks for the tip on the long paths! I was able to reproduce it with that info. There were actually two problems here - first, the event reader (windepfile.c) wasn't...
The $ character is used for variables in the Tupfile, so you need to escape it if you want it to be present in the actual command string. Eg: `:...
Oops, the escape sequence uses a backslash, but that got eaten by the markup or whatever. I've updated the previous comment to put it in a code section so you...
I'd guess this is because tup.exe is now built targetting x86-64 instead of a 32-bit binary. Is there a way to handle this with a single binary? Or do I...
Hmm, they do? I have a 64-bit cl.exe that came with the express edition of VS. In either case, tup should work with a 32-bit compiler, as long as Windows...
I think so: $ cl ok.c Microsoft (R) C/C++ Optimizing Compiler Version 18.00.21005.1 for x64 Copyright (C) Microsoft Corporation. All rights reserved. ok.c Microsoft (R) Incremental Linker Version 12.00.21005.1 Copyright...
It's possible I'm mis-remembering and bought a full version one day? It looks like I installed it two years ago, but I have no memory of it unfortunately :(