summaryrefslogtreecommitdiff
path: root/Externals/cpp-optparse
AgeCommit message (Collapse)Author
2026-01-04CMake: Apply editorconfig formattingJoshua Vandaële
2025-10-10Update cpp-optparse to last commit and turn into a submoduleJoshua Vandaële
2024-03-19CMake: Hide warnings in Externals also for non-msvc.Jordan Woyak
2022-08-02msbuild: refactor to reduce rebuild eventsShawn Hoffman
* moves dolphin-specific settings out of Base.props * creates exports.props for externals, allowing to easily import individual Externals * corrects some cruft that accumulated and probably contributed to msbuild overbuilding
2022-05-22cmake: Disable warnings for most externals on MSVC, like we do in the VS ↵Admiral H. Curtiss
project files.
2022-04-27msbuild: use default Project attrsShawn Hoffman
maybe it makes the xml less scary :D
2020-08-22msbuild: re-enable standalone vcxproj processingShawn Hoffman
2020-08-22msbuild: refactor stuff out of project files (for externals)Shawn Hoffman
2019-12-28Add an ARM64 target to Visual Studio projectsStenzek
2019-11-30Update VS projects/solutions to VS2019Stenzek
2018-10-20Update to Visual Studio's default Windows SDKTillmann Karras
2017-06-03remove unused msbuild file contentShawn Hoffman
2017-06-03might as well update yet some more pointless version numbers..Shawn Hoffman
2017-05-28upgrade to Windows SDK 10.0.15063.0BhaaL
this is required for /permissive- to work, because some headers in the Windows SDK use Microsoft extensions that are not allowed in standards mode
2017-05-25Migrate to Visual Studio 2017.Pierre Bourdon
Auto-generated by the IDE, I'll trust it knows what it's doing.
2017-02-16Add the cpp-optparse project to Externals.Ryan Houdek
From https://github.com/weisslj/cpp-argparse