- fév. 08, 2022
-
-
Kubat a rédigé
-
- nov. 19, 2021
- sept. 09, 2021
-
-
Kubat a rédigé
-
- sept. 02, 2021
-
-
Kubat a rédigé
- The message no longer outlives the logger - Update the objects that use the LOG API - Print more things with the stderr dispatcher - The UI, src/Lib, src/Lib/Ass, src/Lib/Document use the new LOG API
-
- août 30, 2021
-
-
Kubat a rédigé
- Disable the subobject linkage warning for gcc. - Solves one shadowing pb - Delete unused DataPtr
-
- août 27, 2021
- août 26, 2021
-
-
Kubat a rédigé
-
- août 24, 2021
-
-
Kubat a rédigé
-
- août 20, 2021
-
-
Kubat a rédigé
-
- août 19, 2021
-
-
Kubat a rédigé
-
- août 04, 2021
- août 01, 2021
-
-
Kubat a rédigé
-
- juil. 24, 2021
- juil. 16, 2021
-
-
Kubat a rédigé
-
- juil. 14, 2021
- juil. 13, 2021
-
-
Kubat a rédigé
-
- juil. 11, 2021
-
-
Kubat a rédigé
For it to be easy to use, just unpack the 1M source files in a vendor folder for all third party's libraries
-
- juil. 06, 2021
-
-
Kubat a rédigé
-
Kubat a rédigé
BUILD: Add CONFIGURE_DEPENDS to let cmake reconfigure if new files where added to the project (or removed)
-
Kubat a rédigé
Two main folders: Lib and UI. The Lib is specialized in Document and Ass, the UI is specialized for private DocumentViews (private document views) and others (future ScriptViews, etc)
-
- juil. 05, 2021
-
-
Kubat a rédigé
TODO: Open a new tab with the properties instead of a new window
-
- juil. 04, 2021
-
-
Kubat a rédigé
-
- juil. 02, 2021
-
-
Kubat a rédigé
DOCUMENT & MISC: Add the AudioContext to the AudioSubDocument and create the Lib folder to store all the code that is not a UI code but can be included by all other src's sub-folders
-
- juin 30, 2021
-
-
Kubat a rédigé
-
- juin 28, 2021
-
-
Kubat a rédigé
-
- juin 27, 2021
-
-
Kubat a rédigé
BUILD: Use precompiled headers, store all forward declarations in the "Utils.hh" header and use namespaces to isolate vivy's code
-
Kubat a rédigé
-
Kubat a rédigé
If a debug build is needed, use the following invocation of cmake: cmake -Bbuild -DCMAKE_BUILD_TYPE=Debug Where: * -B stands for the build folder * -DCMAKE_BUILD_TYPE stands for the release type (Debug or Release)
-
- juin 26, 2021
- juin 25, 2021
-
-
Kubat a rédigé
CMP0100 is set to NEW, so moc and uic can be run on .hh files if needed. This is the new behaviour of the policy so it's safe. It also permits to separate clearly C++ headers from C ones.
-