From 4d918decea4d9a2ac8a682729bdad794d8ed476c Mon Sep 17 00:00:00 2001 From: Neargye Date: Sun, 15 Apr 2018 00:52:48 +0500 Subject: [PATCH] v0.2.3 --- .appveyor.yml | 2 +- .gitignore | 2 +- .travis.yml | 2 +- CMakeLists.txt | 2 +- LICENSE | 2 +- README.md | 2 +- example/CMakeLists.txt | 2 +- example/example.cpp | 2 +- include/nameof.hpp | 2 +- test/3rdparty/Catch2/LICENSE | 2 +- test/CMakeLists.txt | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 1324028..add3736 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -36,4 +36,4 @@ build_script: test_script: - ps: 'Write-Host "Running tests:" -ForegroundColor Magenta' - - ctest -V --output-on-failure -C %CONFIGURATION% \ No newline at end of file + - ctest -V --output-on-failure -C %CONFIGURATION% diff --git a/.gitignore b/.gitignore index 8b8a469..fd614b1 100644 --- a/.gitignore +++ b/.gitignore @@ -43,4 +43,4 @@ Makefile cmake_install.cmake install_manifest.txt compile_commands.json -CTestTestfile.cmake \ No newline at end of file +CTestTestfile.cmake diff --git a/.travis.yml b/.travis.yml index 61ecbc1..b864c61 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,4 +25,4 @@ script: - ctest -V --output-on-failure -ะก $CONFIGURATION notifications: - email: false \ No newline at end of file + email: false diff --git a/CMakeLists.txt b/CMakeLists.txt index c8f2033..9a47951 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,4 +14,4 @@ endif() add_subdirectory(example) enable_testing() -add_subdirectory(test) \ No newline at end of file +add_subdirectory(test) diff --git a/LICENSE b/LICENSE index 7f0c488..cd842fb 100644 --- a/LICENSE +++ b/LICENSE @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE. diff --git a/README.md b/README.md index 83cb7d9..193aad9 100644 --- a/README.md +++ b/README.md @@ -131,4 +131,4 @@ You need to add the single required file [nameof.hpp](include/nameof.hpp), and t * Clang * MSVC -## Licensed under the [MIT License](LICENSE) \ No newline at end of file +## Licensed under the [MIT License](LICENSE) diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt index ebb8165..4af855b 100644 --- a/example/CMakeLists.txt +++ b/example/CMakeLists.txt @@ -4,4 +4,4 @@ set(SOURCE_EXAMPLE ${CMAKE_SOURCE_DIR}/include/nameof.hpp example.cpp) -add_executable(${PROJECT_NAME}_example ${SOURCE_EXAMPLE}) \ No newline at end of file +add_executable(${PROJECT_NAME}_example ${SOURCE_EXAMPLE}) diff --git a/example/example.cpp b/example/example.cpp index dd36e03..9edbe85 100644 --- a/example/example.cpp +++ b/example/example.cpp @@ -132,4 +132,4 @@ int main() { TestCase3(); return 0; -} \ No newline at end of file +} diff --git a/include/nameof.hpp b/include/nameof.hpp index 90bdd6b..8f8587e 100644 --- a/include/nameof.hpp +++ b/include/nameof.hpp @@ -5,7 +5,7 @@ // | |\ | (_| | | | | | | __/ (_) | | | |____|_| |_| // |_| \_|\__,_|_| |_| |_|\___|\___/|_| \_____| // https://github.com/Neargye/nameof -// vesion 0.2.2 +// vesion 0.2.3 // // Licensed under the MIT License . // Copyright (c) 2016, 2018 Daniil Goncharov . diff --git a/test/3rdparty/Catch2/LICENSE b/test/3rdparty/Catch2/LICENSE index 127a5bc..36b7cd9 100644 --- a/test/3rdparty/Catch2/LICENSE +++ b/test/3rdparty/Catch2/LICENSE @@ -20,4 +20,4 @@ FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER -DEALINGS IN THE SOFTWARE. \ No newline at end of file +DEALINGS IN THE SOFTWARE. diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index db08d9f..eb1deb3 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -10,4 +10,4 @@ if((CMAKE_CXX_COMPILER_ID MATCHES "GNU") OR (CMAKE_CXX_COMPILER_ID MATCHES "Clan elseif(CMAKE_CXX_COMPILER_ID MATCHES "MSVC") target_compile_options(${PROJECT_NAME}_test_no_rtti PUBLIC /GR-) endif() -add_test(NAME ${PROJECT_NAME}_test_no_rtti COMMAND ${PROJECT_NAME}_test_no_rtti) \ No newline at end of file +add_test(NAME ${PROJECT_NAME}_test_no_rtti COMMAND ${PROJECT_NAME}_test_no_rtti)