![akallabeth](/assets/img/avatar_default.png)
* Fixed TestUri unit test * Make proper unit test out of the test function * Add proper test cases * Replace FindFirstFileA with FindFirstFileW for addins This allows addin paths to contain unicode symbols. * Fixed parse_uri_to_local_file definition * Move to common clipboard.c file * Move to header file so it can be included in test case * Added WINPR_LOCAL for test builds This macro exports internal functions in case of a unit test build This way unit tests can access these without other workarounds. * Fixed typo in function name is_dos_driver * Cleaned up FindFirstFileW call Use a wrapper function to convert to unicode and call the function * Cleaned up BUILD_TESTING and EXPORT_ALL_SYMBOLS * EXPORT_ALL_SYMBOLS now does as the name implies and exports all non static functions/variables from the library. * BUILD_TESTING now only sets the defines for test code and activates EXPORT_ALL_SYMBOLS to allow tests to access internal code * Fixed windows client warnings * disable CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS
FreeRDP: A Remote Desktop Protocol Implementation
FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license. Enjoy the freedom of using your software wherever you want, the way you want it, in a world where interoperability can finally liberate your computing experience.
Resources
Project website: https://www.freerdp.com/
Issue tracker: https://github.com/FreeRDP/FreeRDP/issues
Sources: https://github.com/FreeRDP/FreeRDP/
Downloads: https://pub.freerdp.com/releases/
Wiki: https://github.com/FreeRDP/FreeRDP/wiki
API documentation: https://pub.freerdp.com/api/
Security policy: https://github.com/FreeRDP/FreeRDP/security/policy
Matrix room : #FreeRDP:matrix.org (main) XMPP channel: #FreeRDP#matrix.org@matrix.org (bridged) IRC channel : #freerdp @ irc.oftc.net (bridged) Mailing list: https://lists.sourceforge.net/lists/listinfo/freerdp-devel
Microsoft Open Specifications
Information regarding the Microsoft Open Specifications can be found at: https://www.microsoft.com/openspecifications/
A list of reference documentation is maintained here: https://github.com/FreeRDP/FreeRDP/wiki/Reference-Documentation
Compilation
Instructions on how to get started compiling FreeRDP can be found on the wiki: https://github.com/FreeRDP/FreeRDP/wiki/Compilation