mirror of https://github.com/FreeRDP/FreeRDP
f9443a080e
* add new C# utility to generate timezone mappings * update procedure to follow for updating timezones * remove obsolete TimeZones.csx script * update generated files with new tool |
||
---|---|---|
.. | ||
mingw-example | ||
Doxyfile | ||
FreeRDP.vsd | ||
PrintFormatSpecifiers.md | ||
README.android | ||
README.building | ||
README.ios | ||
README.macOS | ||
README.mingw | ||
README.timezones | ||
valgrind.supp | ||
version_detection.md | ||
wlog.md |
README.timezones
On an up to date windows machine run the following binary after a build with -DWITH_TIMEZONE_UPDATER=ON (from build directory): tzextract <path to source>\winpr\libwinpr\timezone After running the scripts check * git clang-format -f to eliminate formatting changes * winpr/libwinpr/timezone/WindowsZones.c for changes. on any machine run the following script from checkout root: ./scripts/update-windows-zones.py After running the scripts check * git clang-format -f to eliminate formatting changes * winpr/libwinpr/timezone/WindowsZones.c for changes. Commit if the definitions changed: 1. run `git clang-format -f` on these changed files 2. commit these changes 3. create a pull request at https://github.com/FreeRDP/FreeRDP