Skip to content
Extraits de code Groupes Projets

Resolve "Re-Add the `make install` boi"

Fusionnées Kubat a demandé de fusionner cmake-install vers master
2 fichiers
+ 56
32
Comparer les modifications
  • Côte à côte
  • En ligne
Fichiers
2
+ 1
0
@@ -5,6 +5,7 @@
- Add: multi-add IDs, create a list with stb_ds and add its content in the queue, the adds are batched 10 per 10. When adding multiple times the same kara ID, it is only added once
- Add: dry-update command to only refresh the available kara in Kurisu and don't download them
- Add: the update command can take a query as an argument to only update parts of the database
- Add: restore the "install" operations. When typing `make install` or `ninja install` the binaries, scripts and manpages of lektor will be installed into the `CMAKE_INSTALL_PREFIX`
- Fix: fix incorrect parsing of lists of commands with multiple arguments: the parser could overrun the correct command buffer and insert a '\0' between the next command and its furst argument
- Fix: fix issue #100 -> the `database_queue_add_id` won't add ids that doesn't exist
- Fix: be explicit about truncated commands, when a command is truncated, all the bytes after the end of the new string and before the end of the old string are not set to '\0' for safety
Chargement en cours