Commit Graph
341 Commits
Author SHA1 Message Date
isanae 42ea4336e3 Merge pull request #71 from isanae/master
Don't log private stuff
2020-12-04 04:52:20 -05:00
isanae 9386f84bd9 don't log private stuff 2020-12-04 04:51:44 -05:00
isanae 09e313315b Merge pull request #70 from isanae/master
Interrupting tasks and extracting sip
2020-12-04 04:43:16 -05:00
isanae b6236c500b stop running tasks when interrupted
sip: don't skip extraction because the download exists
2020-12-04 04:42:20 -05:00
isanae 684c6452df Merge pull request #69 from isanae/master
Spaces in paths
2020-12-04 04:24:25 -05:00
isanae 826ed245e3 quotes for spaces in paths for variable definitions in cmake 2020-12-04 04:21:01 -05:00
isanae bf4147b23e Merge pull request #68 from isanae/refactor
Refactor
2020-12-03 17:53:26 -05:00
isanae 3c0b590d8b comments, some refactoring in translations 2020-12-03 17:45:36 -05:00
isanae 9516b8d9dc some refactoring for sip, wasn't cleaning/downloading in the proper places
comments, more comments, where do they all come from, there's no end to them
2020-12-03 17:45:36 -05:00
isanae f7289949b9 refactored loops to call build_loop()
fixed bypassing tasks logging with [?]
fixed sip using PyQt5.zip instead of .sip, doesn't change anything though, the module name in that header was unused
python: don't copy openssl dlls, the openssl project already does it
python: don't upgrade the solution, not needed
python: don't need a bypass file for the zip file, just check if the zip exists
2020-12-03 17:45:36 -05:00
isanae 9cbcfcf38e git_wrap::delete_directory(): don't check stuff if it's not actually controlled by git
simplified the modorganizer task, comments
use a map for per-thread context objects
fix parallel_tasks not actually creating context objects for tasks that it runs
lz4: stop upgrading the solution, not necessary
2020-12-03 17:45:36 -05:00
isanae 2a420c406b fixed back checks of find() 2020-12-03 17:45:36 -05:00
isanae 8aba320723 commenting tasks
removing private static functions, useless
2020-12-03 17:45:36 -05:00
isanae 779192e84a never ending refactoring and comments 2020-12-03 17:45:36 -05:00
isanae 8272db8233 made threaded_run() private, everything should use parallel()
comments
2020-12-03 17:45:35 -05:00
isanae 01797282c4 made super an alias
removed alternate name modorganizer-Installer so it's not considered a super task
2020-12-03 17:45:35 -05:00
isanae c89c5268e1 merged 'Revert "Moving things around"' pr 2020-12-03 17:45:35 -05:00
isanae 5e64f08418 moved glob_match into task, was only used there
some optimizations for matching task names, regex is so slow
fixed deadlock in git_submodule_adder, removing instrumentation also removed a critical scope for the lock object
simplified parallel_tasks, doesn't need all that stuff
moved translations to its own step for now, parallel_tasks doesn't support having both super and non-super tasks
moved add_tasks() inside try/catch, can bail out
2020-12-03 17:45:35 -05:00
isanae c991239088 merged task_conf_holder into conf_task, redundant
moved make_git() and make_git_url() into task for now
2020-12-03 17:45:35 -05:00
isanae 50d5c649f8 refactored task_manager, comments
moved glob matching to task::name_matches()
2020-12-03 17:45:35 -05:00
isanae e49735d4ff task_manager 2020-12-03 17:45:35 -05:00
isanae 1872fc90f6 renamed to g_top_level_tasks
removed is_super_task(), not needed
2020-12-03 17:45:34 -05:00
isanae 6797af26c7 removed super flag for parallel_tasks, uses the first child 2020-12-03 17:45:34 -05:00
isanae 6f40196f3f rebase 2020-12-03 17:45:34 -05:00
isanae a8561e57bc removed instrumentation 2020-12-03 17:45:34 -05:00