index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-09-28T18:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
Utilities
/
StartProcess.cpp
Age
Commit message (
Expand
)
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 it...
Shauren
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 t...
Shauren
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 compati...
Shauren
2022-03-09
Core/Utilities: Fixed child process console output being incorrectly cut off ...
Shauren
2022-03-09
Core/Console: Improve ReadWinConsole logic and cosmetic changes (#26402)
Mikhail Redko
2022-03-06
CI/CircleCI: Expose binaries built on Circle CI as docker images in the Circl...
Giacomo Pozzoni
2022-01-24
Core/Misc: Fix static analysis issues (#25178)
Giacomo Pozzoni
2022-01-23
Nopch fix
Shauren
2022-01-23
Dep: Switch to boost process instead of old standalone version
Shauren
2021-08-31
Core/Misc: Fix windows nopch build
Shauren
2020-09-04
Core/Misc: Port all the refactors sneaked in master to 3.3.5 include cleanup ...
Shauren
2020-01-02
New Year
Aokromes
2019-01-01
Update copyright note for 2019
vincent-michael
2018-01-01
Update copyright note for 2018
vincent-michael
2017-05-11
Core/Common: Include cleanup
Shauren
2017-01-01
Update copyright note for 2017
vincent-michael
2016-05-10
Core/Game: Remove some unnecessary export macros
Naios
2016-05-01
Core/Utilities: Inherit env vars when starting external processes
Naios
2016-04-23
Core/Common: Fix a std::string -> char* -> std::string conversion
Naios
2016-04-11
Core/Common: Capsule boost process into helper functions
Naios