Commit Graph
78 Commits
Author SHA1 Message Date
isanae c41941b948 added fmt
added u8cout and u8cerr so strings can be converted to utf16 because of _O_U16TEXT
2020-05-11 05:25:37 -04:00
isanae 96e079acec top level catch
fixed C: and D: using the cwd instead of just the root
fixed program files being resolved too late
2020-05-07 19:36:37 -04:00
isanae 9caa55270f fixed delayed variable expansion 2020-05-07 19:18:52 -04:00
isanae 76c5ae27a0 fixed files being copied too late 2020-05-07 18:52:02 -04:00
isanae 3519b65d9a added build loop for nmm
fixed sevenz jom now allowing failure in build loop
fixed pyqt prebuilt not copying dlls
2020-05-07 18:19:25 -04:00
isanae a2862939e1 log file 2020-05-07 17:27:29 -04:00
isanae 1565410f24 prebuilt usvfs was missing sources
upgrade pip to avoid warnings
copy openssl dlls to prebuilt python so pip can connect through https
pyqt needs to copy qt dlls in prebuilt too
2020-05-07 15:59:29 -04:00
isanae 4d69403cf2 prebuilt usvfs
fixed url::filename() not handling much
2020-05-07 15:08:25 -04:00
isanae ce7c33db77 prebuilt python
don't clean prebuilt
2020-05-07 14:06:37 -04:00
isanae 9d84303624 prebuilt openssl, pyqt 2020-05-07 13:55:40 -04:00
isanae f4d00a8018 lz4 prebuilt 2020-05-07 12:12:40 -04:00
isanae eaa947e2c6 moved patches to prebuilt/ or sources/
fixed a few version() returning references to temporaries
fixed copy pasted tool names
2020-05-07 11:16:29 -04:00
isanae 4b52a54739 moved versions to individual tasks
merged the various versions and paths into structs per tool
2020-05-07 11:08:33 -04:00
isanae b4654ee476 put back prebuilts, broken because of patches 2020-05-07 08:30:18 -04:00
isanae 71f6b097c5 fixed ? in parallel task names
added GTEST_ROOT to cmake
2020-05-07 07:55:25 -04:00
isanae 0a45d0f61e fixed parallel tasks running alonside all the previous tasks
added a rebuild loop for 7z, fails once in a while
2020-05-06 15:58:49 -04:00
isanae 6d0de25096 parallel tasks
sets are stupid, order is important
put git submodule in a mutex because of parallel tasks
2020-05-06 15:00:36 -04:00
isanae 79ac3e6d1d explorer++ 2020-05-06 14:14:32 -04:00
isanae 57b21c4a16 added boost_di
--list
added missing pythoncore.zip and .pyd files
finished all projects
2020-05-06 14:07:45 -04:00
isanae 7bd8533dd0 added most modorganizer projects
silenced cmake warnings about unused variables
added 'super' task name for everything in modorganizer_super
pyqt didn't copy two dlls
clone first, then add submodules so it can be done in parallel, adding submodules needs to lock
missing boost libraries
process: reduced timeouts, fixed pipes not being completely read when the process terminates
2020-05-06 13:39:47 -04:00
isanae 12b3eff2d5 cmake_common and uibase
fixed process_runner working on a copy of the process
fixed lz4 not copying to bin/
missing shared thread library in boost
2020-05-06 12:29:38 -04:00
isanae 932495f36d fixed a few leaking exceptions
force filenames for stylesheets, some are just version numbers
changed curl downloader to use CreateFile(), was getting access denied errors
fixed curl sometimes getting stuck
sip has to start downloading after python because it uses python.exe
fixed op::check() to be case insensitive
better message when important variables are missing
bootstrap: uses vcvars, multi process
2020-05-06 07:43:15 -04:00
isanae f30fe785d5 added ini 2020-05-06 05:52:04 -04:00
isanae aabc15f450 licenses 2020-05-06 05:34:00 -04:00
isanae cef98f881e stylesheets
split copies with globs into copy_glob_to_dir_if_better(), added flags for files and dirs
fixed command line for single flags
fixed a few things for dry runs
2020-05-06 05:22:42 -04:00