- 15 Feb, 2019 2 commits
-
-
James Harris authored
The previous patches to workaround http://support.microsoft.com/kb/830473 drastically over estimated the number of characters in commands by treating the repr() version of the command array as a reasonable estimator of commandline length. This caused commands attempt to write argsfiles before they should have. The new calculation calculates the number characters in the command array and adds the number of spaces that would be added by ' '.join(cmd) this provides a much closer estimate of the commandline length. This also limits the CLI-length on non windows platforms to 200kB. This prevents us hitting the much larger argument limits on Linux/BSD/MacOS platforms.
- 14 Feb, 2019 1 commit
-
- 13 Feb, 2019 1 commit
-
-
Maurizio Drocco authored
-
- 31 Jan, 2019 2 commits
-
-
Federico Pellegrin authored
Most of the ant_globs used are explicitly and knowingly on build directory (ie. javadoc, jar re) so the warning is quite spurious. The only one that may be in doubt is the source re one: I added also here because if you use a code generator (ie. protoc) then it is also correct to glob on builds and the warning is misleading.
- 30 Jan, 2019 1 commit
-
- 29 Jan, 2019 1 commit
-
-
Adriano Scoditti authored
-
- 25 Jan, 2019 2 commits
-
-
xbreak authored
- 22 Jan, 2019 1 commit
-
-
ita1024 authored
-
- 21 Jan, 2019 1 commit
-
-
ita1024 authored
-
- 20 Jan, 2019 2 commits
-
-
Federico Pellegrin authored
protoc: simplify the java generation also solving problems with .proto input files generated during build
- 19 Jan, 2019 1 commit
-
-
ita1024 authored
-
- 18 Jan, 2019 1 commit
-
-
ita1024 authored
-
- 17 Jan, 2019 2 commits
-
-
Federico Pellegrin authored
- 16 Jan, 2019 1 commit
-
-
ita1024 authored
-
- 05 Jan, 2019 4 commits
-
-
ita1024 authored
-
ita1024 authored
-
Mickaël Schoentgen authored
Signed-off-by:
Mickaël Schoentgen <contact@tiger-222.fr>
-
- 29 Dec, 2018 1 commit
-
- 23 Dec, 2018 2 commits
- 22 Dec, 2018 1 commit
-
- 21 Dec, 2018 8 commits
-
-
Harald Klimach authored
Also build a main program that uses the parent module.
-
Harald Klimach authored
Its only built if gfortran is used at least with version 6.
-
Harald Klimach authored
-
Harald Klimach authored
-
Harald Klimach authored
-
ita1024 authored
-
ita1024 authored
-
Federico Pellegrin authored
-
- 19 Dec, 2018 5 commits
-
-
Daniel Welty authored
The global value gccdeps was appended to CFLAGS and CXXFLAGS instead of the actual flags tested against the compiler. This ignored modifications to the GCCDEPS_FLAGS environment variable and complicated adding support for additional compilers at the project level.
-
Federico Pellegrin authored
previously code was erroneously using tg.bld.path instead of tg.path so for nested wscript calls the wrong directory was used in search. added also better error handling with error message if an included directory does not exist
-
ita1024 authored