1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-31 04:15:33 +00:00
openmw/apps
Bret Curtis 2a98519451 initial conversion to cxxopts for mwiniimporter
clang-format

clang-format again

add cxxopts to cmake and 3 oses

use version and not tag for cxxopts

add the include dir for windows maybe

add the include dir for windows maybe: part 2

give _DIR a try and point to cmake dir

try prefix path

add FindCXXOPTS.cmake

slim down findcxxopts

remove boost stuff from mwiiniimporter cmake; set include path in windows

one too many S

add support for fetching

formatting

validated that we need  MaybeQuotedPath

naive attempt to use vcpkg

remove findCXXOPTS.cmake

naive attempt to use vcpkg

more cleanup; make use of cxxopts::cxxopts

remove offending bad line

try to integration the cxxopts install via vcpkg

add vcpkg.cmake toolchain file

use the right path?

go the fetch route for windows

fetch cxxopts workaround

make use of CONFIG and also put in TODO

add code coverage

fix clang-format

fix clang-format again

add some tooling for tests

const params and use order of operations

allow to be run from anywhere

appease the jvoisin

u8 all the things

make sure we can run on all systems; but require that it run in the same directory as the binary we wish to test

give CLI11 a try

get things building on windows too

give this a try...

clean-format fix1

clean-format fix2

clang-format fix3

do not check if file already exists; overwrite existing

try to abstract out _wsystem and std::system

appease the clang-format gods

purge cli11

bring back tests
2024-02-05 14:27:46 +01:00
..
benchmarks Use concepts for some argument types 2023-11-16 22:22:46 +01:00
bsatool bsatool: Support extracting files with forward slash paths 2023-11-27 03:09:38 +03:00
bulletobjecttool Address feedback 2024-01-17 18:10:42 +01:00
esmtool Improve esmtool output 2024-01-22 09:52:32 +04:00
essimporter Use move semantics for tools 2024-01-21 20:20:37 +04:00
launcher Allow multiselect in the archives tab (#7606) 2024-01-28 21:33:10 +00:00
mwiniimporter Fix some Coverity Scan complaints 2024-02-02 09:28:19 +04:00
mwiniimporter_tests initial conversion to cxxopts for mwiniimporter 2024-02-05 14:27:46 +01:00
navmeshtool Address feedback 2024-01-17 18:10:42 +01:00
niftest Merge branch 'vfs_normalized_path_1' into 'master' 2024-01-28 21:34:01 +00:00
opencs Merge branch 'csspellarg' into 'master' 2024-01-31 10:52:13 +00:00
opencs_tests Write StringRefId as is when converting UniversalId to string 2023-12-29 14:12:36 +01:00
openmw Merge branch 'more_move' into 'master' 2024-02-05 13:22:14 +00:00
openmw_test_suite Merge branch 'fix_far_away_navmesh_crash' into 'master' 2024-02-05 09:49:24 +00:00
wizard Use move semantics for tools 2024-01-21 20:20:37 +04:00
doc.hpp