Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pantor committed Jun 20, 2022
1 parent 8ce4d8e commit 59933e5
Show file tree
Hide file tree
Showing 6 changed files with 10,272 additions and 13,197 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Based on: https://github.com/onqtam/doctest/blob/master/.github/workflows/main.yml

name: CI

on: [push, pull_request]
Expand Down
8 changes: 1 addition & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()


Expand All @@ -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()


Expand Down
2 changes: 1 addition & 1 deletion include/inja/inja.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion single_include/inja/inja.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit 59933e5

Please sign in to comment.