Commit Graph

8 Commits

Author SHA1 Message Date
Xavier Del Campo Romero 524a1f8f72
qatsh/CMakeLists.txt: Set OPTION_QT5 by default
Qt4 has been already end-of-life for some time, so it does not make
sense to target it any more. Qt5 support had been already introduced by
previous commits, so it makes sense to target it by default.
2024-04-15 01:36:20 +02:00
Xavier Del Campo Romero a2fc226a31
cmake: Bump minimum required version to 3.13.5
CMake 2.8 was already deprecated some time ago, and newer CMake
versions, such as 3.22.1, would report its use as a warning.

CMake 3.13.5 is a reasonably stable version that is well supported among
most distributions and implements resonable policies, such as CMP0077:

https://cmake.org/cmake/help/latest/policy/CMP0077.html

However, bumping to 3.13.5 caused CMP0053 to now trigger configuration
errors on FindLibSndFile.cmake, as parentheses must now be escaped.
Further reference on CMP0053 can be found at:

https://cmake.org/cmake/help/latest/policy/CMP0053.html
2024-04-15 01:32:58 +02:00
pouillot 613c44ef3f
Re #802 Qatsh port to Qt5 (still crashes with MinGW 4.7 at least)
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/subprojects/soundeditor/trunk@5414 30fe4595-0a0c-4342-8851-515496e4dcbd
2024-04-14 22:24:11 +02:00
pouillot ee33e7e02a
Updated INSTALL.txt after SF.net changed the URL of the SVN repo on upgrading to Allura
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/subprojects/soundeditor/trunk@5402 30fe4595-0a0c-4342-8851-515496e4dcbd
2024-04-14 22:24:11 +02:00
pouillot 6d2a680a5c
Re #802 You can now choose to use or ignore partials phase during synthesis
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/subprojects/soundeditor/trunk@5373 30fe4595-0a0c-4342-8851-515496e4dcbd
2024-04-14 22:24:11 +02:00
pouillot 7e46e37c17
Initial publication of SoundEditor, aka Qatsh
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/subprojects/soundeditor/trunk@5250 30fe4595-0a0c-4342-8851-515496e4dcbd

Some additional minor changes were done the following files on the
migration from SVN to Git:

- mathexpr/CMakeLists.txt: commented code removed, make use of
  target_include_directories().
- COPYRIGHT: since April 2024, mathexpr is MIT-licensed. The author made
  no changes to the software.
2024-04-14 22:20:25 +02:00
Xavier Del Campo Romero 0dab63bf3b
mathexpr: Introduce changes by Jean-Philippe Meuret 2024-04-14 22:04:01 +02:00
Xavier Del Campo Romero 520274a73d
Import upstream mathexpr 2024-04-14 21:53:39 +02:00