Commit Graph
21 Commits
Author SHA1 Message Date
isanae 9107ea45cb added git options in ini
moved all the code from git_command to the git tool
changed task_conf_holder to make the git tool since it's getting pretty complex
fixed task name in options not supporting super
fixed pipes behaving weirdly when copying process objects
2020-05-17 21:23:43 -04:00
isanae f2806d10dd added --no-pull
new task_conf() to avoid fiddling with names everywhere
changed syntax from tool/section to tool:section, easier to parse
2020-05-17 16:22:04 -04:00
isanae 376a3cb574 simplified options:
- stopped returning references, that was just to avoid copying the string before using regex_match(), which happens like twice
 - everything in one map
 - assume the ini contains all the options, don't duplicate them within mob
2020-05-17 14:14:29 -04:00
isanae 17d9a19b18 added commands.h/cpp, moved stuff from main
use output mutex for stack trace too
tasks kept trying to run after being interrupted
2020-05-16 13:09:16 -04:00
isanae 39a22d2650 stack trace dump
removed unhandled exception catches
2020-05-14 16:07:28 -04:00
isanae 80bbd78012 switched logs to use fmt
refactored read_pipes()
2020-05-11 07:44:37 -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 71f6b097c5 fixed ? in parallel task names
added GTEST_ROOT to cmake
2020-05-07 07:55:25 -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 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 ddfb119e60 run fetch in parallel, then build in sequence
clarified when important options are missing
2020-05-06 04:09:03 -04:00
isanae d973a9f02d refactored main 2020-05-06 03:39:45 -04:00
isanae 66fbec24b5 renamed clean() to clean_for_build() to make it clear it doesn't delete anything else
revisited lz4, ncc and nmm
2020-05-04 06:22:35 -04:00
isanae 51048a8a04 parallel stuff in tasks
git puts random crap in stderr
tools can't clean by themselves anymore because of parallel
gtest parallel
use nul instead of current stdin, git puts more crap in it, breaks ansi codes
2020-05-04 05:38:23 -04:00
isanae 0d6155e608 boost logs bootstrap.log on error
refactored process::join()
fixed bail_out() not actually bailing out
2020-05-04 02:34:27 -04:00
isanae 41bf31357d async_pipe, not used yet
added context for logging
curl logging
2020-05-03 03:32:40 -04:00
isanae 748735d1e8 op::optional for op::delete
--redownload, --redecompress, --clean, --dry and --verbose
implemented clean for 7z
2020-05-02 04:03:20 -04:00
isanae a5d0a89dee changed namespace to mob 2020-05-02 03:12:34 -04:00
isanae b7991a353a task split 2020-04-29 22:10:55 -04:00