Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-04-13 | Dep/Boost: Support boost 1.88 | Shauren | |
2024-10-01 | Core/Utilities: Extend make_unique_ptr_with_deleter functionality to allow ↵ | Shauren | |
it to create deleters with compile time constant functions (reduces its size to just sizeof(void*)) | |||
2024-09-23 | Core/Common: Catch and log child process creation errors | Shauren | |
2024-09-14 | Core/Common: Output stdout/stderr from child process without waiting for it ↵ | Shauren | |
to finish | |||
2024-09-14 | Core: Remove boost iostreams dependency | Shauren | |
2023-10-13 | Dep/Boost: Drop windows boost hacks (#29358) | funjoker | |
2023-09-13 | Core/Misc: Silence compile warning in boost::process with version 1.83 | Shauren | |
2023-01-10 | Core/Logging: Fixed remaining uses of STRING_VIEW_FMT in log statements | Shauren | |
2023-01-08 | Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard ↵ | Shauren | |
compatible api) | |||
2022-03-09 | Core/Utilities: Fixed child process console output being incorrectly cut off ↵ | Shauren | |
at first newline | |||
2022-03-09 | Core/Console: Improve ReadWinConsole logic and cosmetic changes (#26402) | Mikhail Redko | |
* Core/Console: Improve ReadWinConsole logic and cosmetic changes * Core/Console: Fixed possible appearance of weird characters in the console when printing the output of child processes * Fix codestyle * Removed auto * Core/Misc: Explicit casting Difficulty values to uint8 before outputting to console * Core/Misc: Cast Difficulty to uint32 for output to console Co-authored-by: jackpoz <giacomopoz@gmail.com> (cherry picked from commit 6c12f45f3b7d7eab32ed29860d2261fc8a512f0e) | |||
2022-03-06 | CI/CircleCI: Expose binaries built on Circle CI as docker images in the ↵ | Giacomo Pozzoni | |
Circle CI artifacts (#25832) Co-authored-by: Shauren <shauren.trinity@gmail.com> (cherry picked from commit 9af6bf15aa2fe836c3ebba306eaaa8971f00fac4) | |||
2022-01-24 | Core/Misc: Fix static analysis issues (#25178) | Giacomo Pozzoni | |
(cherry picked from commit 7cf122fc2a604bae77d0b935536c41ec9203e62d) | |||
2022-01-23 | Nopch fix | Shauren | |
(cherry picked from commit c0ade2e98fbc6cc129b4725d2216016f90996e8b) | |||
2022-01-23 | Dep: Switch to boost process instead of old standalone version | Shauren | |
(cherry picked from commit 524d16739861d0b2279e2270e319b0c77ec9b03b) | |||
2021-08-31 | Core/Misc: Fix windows nopch build | Shauren | |
Closes #25363 (cherry picked from commit 6ad58d604a63bacc13ee92c525189931d41d1e91) | |||
2020-09-04 | Core/Misc: Port all the refactors sneaked in master to 3.3.5 include cleanup ↵ | Shauren | |
port | |||
2020-01-02 | New Year | Aokromes | |
2019-01-01 | Update copyright note for 2019 | vincent-michael | |
auto happy = new year(2019); | |||
2018-01-01 | Update copyright note for 2018 | vincent-michael | |
auto happy = new year(2018); | |||
2017-05-11 | Core/Common: Include cleanup | Shauren | |
2017-01-01 | Update copyright note for 2017 | vincent-michael | |
Happy new year | |||
2016-05-10 | Core/Game: Remove some unnecessary export macros | Naios | |
(cherry picked from commit f50c4b71a137b90c2c5848c2ddef0139b05fa4a1) | |||
2016-05-01 | Core/Utilities: Inherit env vars when starting external processes | Naios | |
(cherry picked from commit 5b15b714abfa5d8a38f08046dae5a5348c08b5a1) | |||
2016-04-23 | Core/Common: Fix a std::string -> char* -> std::string conversion | Naios | |
* Thanks jackpoz for noticing (cherry picked from commit 2698d1ff48cd449e6d5350d8b306d345f83a5de9) | |||
2016-04-11 | Core/Common: Capsule boost process into helper functions | Naios | |
* For easier usage, the processes output it routed correctly to the TC logger line by line now. * Add support for asynchronous process execution and process termination. |