Age | Commit message (Collapse) | Author |
|
|
|
and other tools
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixed conflicts in cache filepath when building 32-bit and 64-bit project on the same
machine or when doing cross compilation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Refactor config parsing to reduce number of changes when introducing a
new platform to support
|
|
|
|
|
|
|
|
Currently only cross compiling from linux64 to win64 works.
Need to test cross compilation more, currently the cross compilation
uses same profile as GCC, is that correct?
|
|
|
|
|
|
|
|
for zig
|
|
|
|
Currently in testing phase.
Builds a redistributable binary by statically linking libraries
(including standard library).
|
|
|
|
Fix platform specific configs, not all configs were checked
|
|
|
|
|
|
|
|
Fix freeze when sub process (exec) returns a lot of data (in stdout)
|
|
|
|
|
|
|