diff --git a/README.md b/README.md index 01055ed..e7500e4 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ do not hesitate to report it. ## Documentation -In addition to the [Features & Examples](#features--examples) below, a [fully-fledged online documentation](https://vincentlaucsb.github.io/csv-parser/html/) contains more examples, details, interesting features, and instructions for less common use cases. +In addition to the [Features & Examples](#features--examples) below, a [fully-fledged online documentation](https://vincela.com/csv/) contains more examples, details, interesting features, and instructions for less common use cases. ## Integration @@ -86,6 +86,10 @@ target_link_libraries( csv) ``` +#### Avoid cloning with FetchContent +Don't want to clone? No problem. There's also [a simple example documenting how to use CMake's FetchContent module to integrate this library](https://github.com/vincentlaucsb/csv-parser/wiki/Example:-Using-csv%E2%80%90parser-with-CMake-and-FetchContent). + + ## Features & Examples ### Reading an Arbitrarily Large File (with Iterators) With this library, you can easily stream over a large file without reading its entirety into memory. diff --git a/include/csv.hpp b/include/csv.hpp index 5cdba98..b257a2b 100644 --- a/include/csv.hpp +++ b/include/csv.hpp @@ -1,10 +1,10 @@ /* -CSV for C++, version 2.1.3 +CSV for C++, version 2.2.1 https://github.com/vincentlaucsb/csv-parser MIT License -Copyright (c) 2017-2020 Vincent La +Copyright (c) 2017-2024 Vincent La Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/single_include/csv.hpp b/single_include/csv.hpp index 650ae19..7093868 100644 --- a/single_include/csv.hpp +++ b/single_include/csv.hpp @@ -1,11 +1,11 @@ #pragma once /* -CSV for C++, version 2.1.3 +CSV for C++, version 2.2.1 https://github.com/vincentlaucsb/csv-parser MIT License -Copyright (c) 2017-2020 Vincent La +Copyright (c) 2017-2024 Vincent La Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/single_include_test/csv.hpp b/single_include_test/csv.hpp index 650ae19..7093868 100644 --- a/single_include_test/csv.hpp +++ b/single_include_test/csv.hpp @@ -1,11 +1,11 @@ #pragma once /* -CSV for C++, version 2.1.3 +CSV for C++, version 2.2.1 https://github.com/vincentlaucsb/csv-parser MIT License -Copyright (c) 2017-2020 Vincent La +Copyright (c) 2017-2024 Vincent La Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal