Skip to content

Commit

Permalink
set consistent minimum versions for gcc and clang
Browse files Browse the repository at this point in the history
- we require full C++11 support, so gcc 4.8.1 and clang 3.3 it is
- closes #268

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
  • Loading branch information
lauft committed Apr 13, 2020
1 parent f3396f7 commit 94cbcab
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Expand Up @@ -87,3 +87,4 @@ Thanks to the following, who submitted detailed bug reports and excellent sugges
Clément Hermann
Saulius Krasuckas
Tom Dörr
Joerg Kastning
2 changes: 2 additions & 0 deletions ChangeLog
Expand Up @@ -3,6 +3,8 @@
- #245 Performance Issues
(thanks to Tom Dörr, Shaun Ruffell)
- #259 Migrate to python 3 enhancement
- #268 Minimum required gcc version to build timewarrior
(thanks to Joerg Kastning)
- #269 Do not load entire database for all commands
(thanks to Shaun Ruffell)
- #270 Stop with id should suggest modify command
Expand Down
4 changes: 2 additions & 2 deletions INSTALL
Expand Up @@ -11,8 +11,8 @@ In order to build Timewarrior, you will need:
- make

You will need a C++ compiler that supports full C++11, which includes:
- gcc 4.9 (released 2014-04-22)
- clang 3.4 (released 2014-01-02)
- gcc 4.8.1 (released 2013-03-31)
- clang 3.3 (released 2013-06-17)


# Basic Installation
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -20,7 +20,7 @@ Building Timewarrior yourself requires
* git
* cmake
* make
* C++ compiler, currently gcc 4.7+ or clang 3.3+ for full C++11 support
* C++ compiler, currently gcc 4.8.1+ or clang 3.3+ for full C++11 support
* Python 3, for running the testsuite

There are two ways to retrieve the Timewarrior sources:
Expand Down

0 comments on commit 94cbcab

Please sign in to comment.