summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2023-06-02Use existing WARNINGS_FATAL and set it in .github/workflow/build.ymlJoerg
2023-06-01Use reinterpret_cast<void*> to inhibt Clang warnings about implicit cast from...Joerg
2023-05-29Disabled warning for using POSIX functions which are not part of the ISO C st...Joerg
2023-05-29Treat warnings on Windows as errorsJoerg
2023-05-29Ignored "implicit conversion between pointer-to-function and pointer-to-objec...Joerg
2023-05-29Disabled _CRT_SECURE_NO_WARNINGS for MP3GuessEnc tooJoerg
2023-05-27compile and show qt waveforms only when MIXXX_USE_QOPENGL is not setm0dB
2023-05-27dont use allshaders waveforms with QOPENGL=OFFm0dB
2023-05-27added helper that creates qopengltexture and sets linear filteringm0dB
2023-05-27simplified handling events from openglwindow, removed unneeded layer wglwavef...m0dB
2023-05-27cleanup and formatting post rebase on 2.4, compile allshader widgets also wit...m0dB
2023-05-27moved folders and namespacesm0dB
2023-05-27forward events to wglwaveformwidget to wwaveformviewerm0dB
2023-05-27moved qopengl/shadersm0dB
2023-05-27put back some ifdefs that get lost and some missing Q_OBJECTsm0dB
2023-05-27using QTimer instead of unique_ptr<QTimer>, several cleanups, particularly sp...m0dB
2023-05-27renamed calculatematrix to matrixforwidgetgeometry, removed unused widgetrend...m0dB
2023-05-27added simple qopengl waveform rendererm0dB
2023-05-27reduced code duplication by moving ortho matrix calculation to helper filem0dB
2023-05-27reduced code duplication by encapsulating vertex and color data in classesm0dB
2023-05-27moved shaders to files to reduce code duplicationm0dB
2023-05-27add RGB renderer with separate RGB color for L/R channelm0dB
2023-05-27qopengl filteredwaveformwidgetm0dB
2023-05-27Update CMakeLists.txtm0dB
2023-05-27postpone initialization until the initial qopenglwindow has been exposedm0dB
2023-05-27fix tooltips for qopengl based wglwidgetsm0dB
2023-05-27qopengl equivalent of querying opengl version and capabilitiesm0dB
2023-05-27default QOPENGL ON for all platformsm0dB
2023-05-27wvumetergl qopengl implementation as extension of standard wvumetergl with so...m0dB
2023-05-27wspinny qopengl implementation as extension of standard wspinny with some ifd...m0dB
2023-05-27replaced use of qglwidget with wglwidget, add qopengl renderers, qopengl rgbw...m0dB
2023-05-20Merge pull request #11509 from fwcd/itunes-xml-testDaniel Schürmann
2023-05-11Merge pull request #11398 from daschuer/arm64_macOSJoergAtGithub
2023-05-07Merge pull request #11498 from fwcd/itunes-playlist-modelSwiftb0y
2023-05-05Merge remote-tracking branch 'upstream/2.3' into 2.4Daniel Schürmann
2023-05-05Merge remote-tracking branch 'upstream/2.4' into arm64_macOSDaniel Schürmann
2023-05-04Merge remote-tracking branch 'upstream/2.3' into 2.4Daniel Schürmann
2023-05-01glwaveformrenderbackground replacement for waveformrenderbackground using glC...m0dB
2023-04-29Merge pull request #11291 from daschuer/windows_flagsJoergAtGithub
2023-04-28Merge remote-tracking branch 'upstream/2.3' into 2.4Daniel Schürmann
2023-04-27Merge pull request #4866 from JoergAtGithub/clang-clSwiftb0y
2023-04-25ITunesXMLImporterTest: Test XML importerfwcd
2023-04-25Merge pull request #11500 from fwcd/itunes-import-backendSwiftb0y
2023-04-25Merge pull request #11272 from ronso0/pref-new-mixer-pageSwiftb0y
2023-04-21ITunesImportBackend: Rename to ITunesDAOfwcd
2023-04-21Build fidlib with -fno-finite-math-only to work around GCC 13 issue #11483Daniel Schürmann
2023-04-20ITunesMacOSImporter: Factor out backendfwcd
2023-04-19ITunesFeature: Factor out ITunesPlaylistModelfwcd
2023-04-17Merge remote-tracking branch 'upstream/2.3' into 2.4Daniel Schürmann
2023-04-13Enable compiler warnings for fidlib.cDaniel Schürmann