- Dec 19, 2016
-
-
Ondřej Surý authored
-
Ondřej Surý authored
-
Motivation: maintaining these by hand in kres.lua is tricky, as just inserting or reordering the structures can do anything and isn't detected in general. For example, `rr_array_t::at` has always "missed a star". A couple libknot structure fields have apparently changed name since the old definitions were written; in most cases I renamed them in *.lua. The file daemon/lua/kres-gen.lua will be regenerated only if explicitly deleted. That requires building with debug symbols and gdb on $PATH.
-
Ondřej Surý authored
Remove bashism in gen-root-hints.sh script See merge request !101
-
Ondřej Surý authored
Lua http 0.1 Update module/http to use lua-http 0.1 See merge request !102
-
Ondřej Surý authored
-
daurnimator authored
-
daurnimator authored
-
daurnimator authored
-
daurnimator authored
-
daurnimator authored
-
Ondřej Surý authored
-
- Dec 14, 2016
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
... fixing a warning. The addresses are the same, but it wasn't completely correct.
-
Vladimír Čunát authored
... fixing a warning. The addresses are the same, but it wasn't completely correct.
-
Ondřej Surý authored
Move the version to 1.2.0-dev Just marking this as 1.2.0-dev See merge request !98
-
Ondřej Surý authored
-
Ondřej Surý authored
-
Grigorii Demidov authored
layer/rrcache: ds cache rank was fixed See merge request !95
-
Grigorii Demidov authored
-
- Dec 13, 2016
-
-
Ondřej Surý authored
news: mention the most important stuff since 1.1.1 In future I hope we'll be adding these items at once with the features. See merge request !94
-
Vladimír Čunát authored
In future I hope we'll be adding these items at once with the features.
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
- Dec 12, 2016
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
and fixup with DEBUG -> VERBOSE renames.
-
Vladimír Čunát authored
As requested in !90, I have renamed all *_debug_* and *DEBUG* to verbose (where it made sense), and renamed NLOGDEBUG to NOVERBOSELOG. The logic is simple - most usually we want to have verbose logging compiled in and `assert()` not compiled in (`-DNDEBUG`).
-
Vladimír Čunát authored
Now that we renamed "debug" to "verbose", the old name didn't seem very suitable anymore; this new identifier haven't got to master yet.
-
Ondřej Surý authored
Split NDEBUG to NDEBUG (asserts) and NOVERBOSELOG (verbose logging); rename all related symbols to use VERBOSE instead of DEBUG
-
- Dec 09, 2016
-
-
Vladimír Čunát authored
-
Grigorii Demidov authored
-
- Dec 08, 2016
-
-
Grigorii Demidov authored
-
- Dec 07, 2016
-
-
Vladimír Čunát authored
... but don't raise any kind of error. The lua function `verbose()` behaved reasonably already. It doesn't warn, but docs for the function do mention `NLOGDEBUG`.
-
Vladimír Čunát authored
-
Vladimír Čunát authored
In particular, don't require to call an externally defined function to find if in --verbose mode or not. Now it's just an extern bool. I'm confident the performance impact of not using -DNLOGDEBUG should be negligible now. This comes with a small incompatible API+ABI change, but that shouldn't matter as we've had a couple of those already since the last release.
-
Ondřej Surý authored
-
- Dec 06, 2016
-
-
Grigorii Demidov authored
-
- Dec 05, 2016
-
-
Vladimír Čunát authored
This reverts commit 64f80706. TL;DR: it brought almost no benefits AFAIK and potential for problems.
-