Skip to content

Commit 59933e5

Browse files
committed
update dependencies
1 parent 8ce4d8e commit 59933e5

File tree

6 files changed

+10272
-13197
lines changed

6 files changed

+10272
-13197
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Based on: https://github.com/onqtam/doctest/blob/master/.github/workflows/main.yml
2-
31
name: CI
42

53
on: [push, pull_request]

CMakeLists.txt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ if(BUILD_TESTING AND INJA_BUILD_TESTS)
8484
if(MSVC)
8585
target_compile_options(inja_test PRIVATE /W4 /permissive-)
8686
else()
87-
target_compile_options(inja_test PRIVATE -Wall -Wextra -pedantic)
87+
target_compile_options(inja_test PRIVATE -Wall -Wextra -Werror)
8888
endif()
8989

9090

@@ -102,12 +102,6 @@ endif()
102102
if(BUILD_BENCHMARK)
103103
add_executable(inja_benchmark test/benchmark.cpp)
104104
target_link_libraries(inja_benchmark PRIVATE inja)
105-
106-
if(MSVC)
107-
target_compile_options(inja_benchmark PRIVATE /W4 /permissive-)
108-
else()
109-
target_compile_options(inja_benchmark PRIVATE -Wall -Wextra -pedantic)
110-
endif()
111105
endif()
112106

113107

include/inja/inja.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
|_ _|_ __ (_) __ _ https://github.com/pantor/inja
44
| || '_ \ | |/ _` | Licensed under the MIT License <http://opensource.org/licenses/MIT>.
55
| || | | || | (_| |
6-
|___|_| |_|/ |\__,_| Copyright (c) 2018-2021 Lars Berscheid
6+
|___|_| |_|/ |\__,_| Copyright (c) 2018-2022 Lars Berscheid
77
|__/
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal

single_include/inja/inja.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
|_ _|_ __ (_) __ _ https://github.com/pantor/inja
44
| || '_ \ | |/ _` | Licensed under the MIT License <http://opensource.org/licenses/MIT>.
55
| || | | || | (_| |
6-
|___|_| |_|/ |\__,_| Copyright (c) 2018-2021 Lars Berscheid
6+
|___|_| |_|/ |\__,_| Copyright (c) 2018-2022 Lars Berscheid
77
|__/
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)