mirror of
https://github.com/pantor/inja.git
synced 2026-02-17 09:03:58 +00:00
update dependencies
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -1,5 +1,3 @@
|
||||
# Based on: https://github.com/onqtam/doctest/blob/master/.github/workflows/main.yml
|
||||
|
||||
name: CI
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
@@ -84,7 +84,7 @@ if(BUILD_TESTING AND INJA_BUILD_TESTS)
|
||||
if(MSVC)
|
||||
target_compile_options(inja_test PRIVATE /W4 /permissive-)
|
||||
else()
|
||||
target_compile_options(inja_test PRIVATE -Wall -Wextra -pedantic)
|
||||
target_compile_options(inja_test PRIVATE -Wall -Wextra -Werror)
|
||||
endif()
|
||||
|
||||
|
||||
@@ -102,12 +102,6 @@ endif()
|
||||
if(BUILD_BENCHMARK)
|
||||
add_executable(inja_benchmark test/benchmark.cpp)
|
||||
target_link_libraries(inja_benchmark PRIVATE inja)
|
||||
|
||||
if(MSVC)
|
||||
target_compile_options(inja_benchmark PRIVATE /W4 /permissive-)
|
||||
else()
|
||||
target_compile_options(inja_benchmark PRIVATE -Wall -Wextra -pedantic)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|_ _|_ __ (_) __ _ https://github.com/pantor/inja
|
||||
| || '_ \ | |/ _` | Licensed under the MIT License <http://opensource.org/licenses/MIT>.
|
||||
| || | | || | (_| |
|
||||
|___|_| |_|/ |\__,_| Copyright (c) 2018-2021 Lars Berscheid
|
||||
|___|_| |_|/ |\__,_| Copyright (c) 2018-2022 Lars Berscheid
|
||||
|__/
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|_ _|_ __ (_) __ _ https://github.com/pantor/inja
|
||||
| || '_ \ | |/ _` | Licensed under the MIT License <http://opensource.org/licenses/MIT>.
|
||||
| || | | || | (_| |
|
||||
|___|_| |_|/ |\__,_| Copyright (c) 2018-2021 Lars Berscheid
|
||||
|___|_| |_|/ |\__,_| Copyright (c) 2018-2022 Lars Berscheid
|
||||
|__/
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
||||
13599
third_party/include/doctest/doctest.h
vendored
13599
third_party/include/doctest/doctest.h
vendored
File diff suppressed because it is too large
Load Diff
9772
third_party/include/nlohmann/json.hpp
vendored
9772
third_party/include/nlohmann/json.hpp
vendored
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user