Skip to content
Snippets Groups Projects
  1. May 06, 2016
  2. May 05, 2016
  3. May 04, 2016
  4. May 02, 2016
  5. Apr 28, 2016
  6. Apr 27, 2016
  7. Apr 26, 2016
  8. Apr 25, 2016
  9. Apr 22, 2016
    • Daniel Salzman's avatar
    • Daniel Salzman's avatar
      acb5e2fa
    • Dominik Taborsky's avatar
      events: revert back to the race condition to avoid deadlock, unlock scheduler... · 39cc9c7a
      Dominik Taborsky authored
      events: revert back to the race condition to avoid deadlock, unlock scheduler when running event callback
      39cc9c7a
    • Daniel Salzman's avatar
      Merge branch 'libedit-deps-fix' into 'master' · 4cb8d9ea
      Daniel Salzman authored
      Libedit deps fix
      
      Configuration fix
      -----------------
      
      Situation:
      ----------
      
      Currently there are three problems when configuring the sources:
      
      1. When configuring with `--with-libedit=/is/somewhere/else` the header files location is not passed into appropriate translation units and the compilation fails on missing header file `histedit.h`.
      
      2. Compilation fails with `--disable-daemon` and `--enable-utilities` because libedit is pulled by static dependencies of utilities but is not detected in the configuration because of disabled daemon.
      
      3. Sources of  `knotc` are compiled with daemon but the resulting binary is only built(linked) when utilities are also enabled, because utilisties provide necessary static `libknotus.la`.
      
      Solution:
      ---------
      
      * Add missing `$(libedit_CFLAGS)` into `src/Makefile.am` on relevant places.
      * Presence of libedit is checked when configuring with daemon **or** utilities.
      * Changes in `src/Makefile.am` so that `libknotus.la` is built when `HAVE_DAEMON` or `HAVE_UTILS`. Utility `knotc` is compiled and built with `knotd`.
      
      See merge request !529
      4cb8d9ea
    • Karel Slaný's avatar
      Fixed conditional building of knotc. · 242aee01
      Karel Slaný authored and Daniel Salzman's avatar Daniel Salzman committed
      Application knotc should be built together with the daemon. Static
      utilities library is built together with daemon and/or the utilities.
      242aee01
  10. Apr 21, 2016
  11. Apr 20, 2016
  12. Apr 19, 2016
  13. Apr 18, 2016
Loading