-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from jgaffiot/change_license
Change the license to LGPL
- Loading branch information
Showing
10 changed files
with
247 additions
and
722 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,20 @@ | ||
linelength=88 | ||
# C++ version | ||
filter=-build/c++11 | ||
filter=+build/c++17 | ||
filter=-build/header_guard | ||
filter=-build/namespaces | ||
filter=-legal/copyright | ||
|
||
# Formatting is handled by clang-format | ||
linelength=88 | ||
filter=-whitespace/parens | ||
filter=-whitespace/braces | ||
filter=-whitespace/indent | ||
filter=-whitespace/operators | ||
filter=-whitespace/semicolon | ||
filter=-readability/alt_tokens | ||
|
||
# License is in the LICENSE file | ||
filter=-legal/copyright | ||
# Too late to use the Cpplint formatting of header guard | ||
filter=-build/header_guard | ||
# I prefer references to pointer as much as possible | ||
filter=-runtime/references | ||
# I prefer full worlds (and, or, not...) instead of symbol (!, &&, ||...) | ||
filter=-readability/alt_tokens |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "tools" | ||
version = "1.0.0" | ||
version = "1.2.0" | ||
description = "Yet another small C++ generic library, extending the standard library for ease of use." | ||
authors = ["jgaffiot <[email protected]>"] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters