Jeremy Rimpo
a30dd8399b
Update openssl and pyqt versions
2023-09-04 17:55:21 -05:00
Jeremy Rimpo
8af608de5a
Revert OpenSSL version change
2021-12-07 16:24:11 -06:00
Jeremy Rimpo
ed0f05a96e
Fix PyQt5 dependencies, update openssl to 3.0, set dev branch
2021-12-07 00:02:47 -06: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
c89c5268e1
merged 'Revert "Moving things around"' pr
2020-12-03 17:45:35 -05:00
isanae
a8561e57bc
removed instrumentation
2020-12-03 17:45:34 -05:00
isanae
f2e81f5335
removed use_prebuilt(), not useful
...
fixed inis found in both env and cwd being processed twice
refactored conf, now using two maps
2020-12-03 17:45:32 -05:00
isanae
72000ac691
renamed conf::paths() to conf::path()
...
conf_version
2020-12-03 17:45:31 -05:00
isanae
616524422d
conf_paths
2020-12-03 17:45:31 -05:00
isanae
e0c455fc1d
added conf_prebuilt and conf_transifex
...
replaced a few std::string by std::string_view, old habits die hard
2020-12-03 17:44:53 -05:00
isanae
fd627f7a05
removed remnants of old global logging
2020-12-03 17:44:53 -05:00
isanae
2f4cd56276
moved tasks to tasks namespace
...
added python tool
2020-12-03 17:44:52 -05:00
isanae
b54652a617
stopped including process.h in tools.h, it's included everywhere
...
replaced by unique_ptr, added get_process() and set_process()
2020-12-03 17:44:51 -05:00
isanae
986f9b7ba4
Revert "Moving things around"
2020-11-27 07:38:50 -05:00
Qudix
d73b812f06
Revert OpenSSL
2020-11-07 14:00:52 -06:00
Seth Riley
bd549eb23f
Moving things around
2020-11-02 13:40:21 -06:00
isanae
863d8be99e
tasks now handle --reextract themselves
2020-05-25 01:43:16 -04:00
isanae
f8b4162742
tasks are now in charge of cleaning downloads themselves
...
added --clean-task, --fetch-task, --build-task, removed --fetch and --build
2020-05-25 01:24:56 -04:00
isanae
032574c1ec
added clean ops to cmake and msbuild
...
changed do_clean_for_rebuild() to do_clean() with flags for what to clean
added --no-build and --no-fetch
added stdout filter in msbuild to catch errors
2020-05-25 00:31:49 -04:00
isanae
083ed82e84
new instrumentable class
...
fixed replace_all() when replacement has a character being replaced
submodule adder thread
2020-05-21 04:45:49 -04:00
isanae
8c6ac17984
instrumentation
2020-05-20 05:41:19 -04:00
isanae
601fae8689
fixed crashes because smatch was referring to a dead string
...
fixed main help showing instead of command help
cmake command
2020-05-17 19:21:26 -04:00
isanae
02135a76d5
options per task
2020-05-17 15:50:15 -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
bcf1c64639
merged tools:: structures into the actual tools
...
renamed stylesheets versions
2020-05-17 12:47:44 -04:00