summaryrefslogtreecommitdiff
path: root/tools/rtc.py
Commit message (Collapse)AuthorAgeFilesLines
* [SCons] Refactor CMake and OpenSSL tools to use actions.Fabio Alessandrelli2023-06-201-27/+14
| | | | Improve build reliability, allow for more customization.
* [SCons] Refactor build system.Fabio Alessandrelli2023-06-171-10/+24
| | | | | | | | | | | | Update ssl tool (now renamed openssl). Move universal library "lipo" action to openssl tool, and add universal builds support to cmake tool. Add support for MSVC builds (requires nasm and perl in PATH, tested with Strawberry Perl, VS 2019 and VS 2022). Add support for building "macos" via OSXCross.
* [SCons] Move platform configuration to cmake tool.Fabio Alessandrelli2023-05-251-43/+2
|
* [CI] Fix python black formatting.Fabio Alessandrelli2023-05-251-12/+19
|
* [libdatachannel] Bump to version 0.18.4Fabio Alessandrelli2023-05-241-0/+1
|
* [SCons] Refactor build tools.Fabio Alessandrelli2022-12-301-0/+95
Split dependency builders into separate tools, optimize OpenSSL builds.