Mercurial > hg > sonic-visualiser
changeset 1465:9401d021b47b 3.0-integration
Some copyright dates and build adjustments
author | Chris Cannam |
---|---|
date | Tue, 03 Jan 2017 16:14:31 +0000 |
parents | cb41b2184622 |
children | 05f8dae6a67c |
files | README config.pri.in configure configure.ac main/MainWindow.cpp |
diffstat | 5 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/README Tue Jan 03 16:13:48 2017 +0000 +++ b/README Tue Jan 03 16:14:31 2017 +0000 @@ -46,7 +46,7 @@ Christian Landone, Mathieu Barthet, Dan Stowell, Jesus Corral Garcia, Matthias Mauch, and Craig Sapp. -Code copyright 2005-2007 Chris Cannam and copyright 2006-2016 Queen +Code copyright 2005-2007 Chris Cannam and copyright 2006-2017 Queen Mary, University of London, except where indicated in the individual source files.
--- a/config.pri.in Tue Jan 03 16:13:48 2017 +0000 +++ b/config.pri.in Tue Jan 03 16:14:31 2017 +0000 @@ -18,5 +18,5 @@ LIBS += @LIBS@ -DEFINES += HAVE_PIPER HAVE_PLUGIN_CHECKER_HELPER +DEFINES += HAVE_PIPER HAVE_PLUGIN_CHECKER_HELPER HAVE_POSIX_MEMALIGN
--- a/configure Tue Jan 03 16:13:48 2017 +0000 +++ b/configure Tue Jan 03 16:14:31 2017 +0000 @@ -4417,7 +4417,7 @@ SV_DEFINES_DEBUG="-DDEBUG -DBUILD_DEBUG -DWANT_TIMING" -SV_DEFINES_RELEASE="-DNDEBUG -DBUILD_RELEASE -DWANT_TIMING" # -DNO_TIMING" +SV_DEFINES_RELEASE="-DNDEBUG -DBUILD_RELEASE -DNO_TIMING" SV_DEFINES_MINIMAL="$SV_DEFINES_RELEASE" # Now we have: USER_CXXFLAGS contains any flags the user set @@ -4432,7 +4432,7 @@ if test "x$GCC" = "xyes"; then CXXFLAGS_ANY="-Wall -Wextra -Woverloaded-virtual -Wformat-nonliteral -Wformat-security -Winit-self -Wswitch-enum -Wconversion -pipe" CXXFLAGS_DEBUG="$CXXFLAGS_ANY -g -Werror" - CXXFLAGS_RELEASE="$CXXFLAGS_ANY -g0 -O2" + CXXFLAGS_RELEASE="$CXXFLAGS_ANY -g0 -O3 -ffast-math" CXXFLAGS_MINIMAL="$CXXFLAGS_ANY -g0 -O0" fi
--- a/configure.ac Tue Jan 03 16:13:48 2017 +0000 +++ b/configure.ac Tue Jan 03 16:14:31 2017 +0000 @@ -40,7 +40,7 @@ SV_CHECK_QT SV_DEFINES_DEBUG="-DDEBUG -DBUILD_DEBUG -DWANT_TIMING" -SV_DEFINES_RELEASE="-DNDEBUG -DBUILD_RELEASE -DWANT_TIMING" # -DNO_TIMING" +SV_DEFINES_RELEASE="-DNDEBUG -DBUILD_RELEASE -DNO_TIMING" SV_DEFINES_MINIMAL="$SV_DEFINES_RELEASE" # Now we have: USER_CXXFLAGS contains any flags the user set @@ -55,7 +55,7 @@ if test "x$GCC" = "xyes"; then CXXFLAGS_ANY="-Wall -Wextra -Woverloaded-virtual -Wformat-nonliteral -Wformat-security -Winit-self -Wswitch-enum -Wconversion -pipe" CXXFLAGS_DEBUG="$CXXFLAGS_ANY -g -Werror" - CXXFLAGS_RELEASE="$CXXFLAGS_ANY -g0 -O2" + CXXFLAGS_RELEASE="$CXXFLAGS_ANY -g0 -O3 -ffast-math" CXXFLAGS_MINIMAL="$CXXFLAGS_ANY -g0 -O0" fi
--- a/main/MainWindow.cpp Tue Jan 03 16:13:48 2017 +0000 +++ b/main/MainWindow.cpp Tue Jan 03 16:14:31 2017 +0000 @@ -4868,7 +4868,7 @@ #endif aboutText += - "<p><small>Sonic Visualiser Copyright © 2005–2016 Chris Cannam and " + "<p><small>Sonic Visualiser Copyright © 2005–2017 Chris Cannam and " "Queen Mary, University of London.</small></p>" "<p><small>This program is free software; you can redistribute it and/or " "modify it under the terms of the GNU General Public License as "