-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[operating_system] added 'is-windows-server' function to the namespace.
Adding of this function required for checking at script available to use some of function on Windows Server platform, for example 'cygpath::get-dos-path'. Structure OperatingSystem was hidden. Added 'operating_system_init', 'operating_system_is_windows_server' and 'platform_is_windows_server' functions. [tests.xml] added calls of functions from 'operating-system' and 'platform' name spaces. [ant4c.net.framework.module] renamed source files of the module. Added hash sums of the nuget package to the SHA3-224SUMS and MD5SUMS files. [CMakeLists] added workaround approach to use pugixml at some environment ( OpenBSD 6.8 for example ) where find_package may create issue for using direct source of the packages in case package from system repository was not installed ( pkg_add libpugixml ). More details can be found at the issue discussion zeux/pugixml#390 and pull request zeux/pugixml#391
- Loading branch information
Showing
16 changed files
with
10,254 additions
and
10,000 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.