1. 04 Aug, 2020 6 commits
  2. 03 Aug, 2020 6 commits
  3. 30 Jul, 2020 1 commit
  4. 29 Jul, 2020 4 commits
  5. 28 Jul, 2020 11 commits
    • Nils Goroll's avatar
      vtest: git-clean the tree · b41d4bea
      Nils Goroll authored
      Some mistake in the previous commits has left vtest maschine's tree in
      an unclean state with bad symlinks.
      
      Try to avoid such issues in the future.
      b41d4bea
    • Nils Goroll's avatar
      Full abort on the sphinx links mess · 3f2be2ce
      Nils Goroll authored
      Either I need to come up with a better idea or leave this with someone
      else.
      
      This reverts commit 37215599.
      This reverts commit 2754e02e.
      This reverts commit d7d31e47.
      This reverts commit 803b9a0c.
      3f2be2ce
    • Nils Goroll's avatar
      fix a stupid mistake which I overlooked · 37215599
      Nils Goroll authored
      ... trying to understand the reason for failing builds.
      
      Apologies!
      37215599
    • Nils Goroll's avatar
      be more specific about files we need to copy from `$(srcdir)` · 2754e02e
      Nils Goroll authored
      in particular, do not copy files which we are about to generate
      
      (side note: If I had not before, now I really detest this...
       all I really want is working VTEST builds, there should be a better
       way)
      2754e02e
    • Nils Goroll's avatar
      more sphinx build fiddling · d7d31e47
      Nils Goroll authored
      In the previous commit, I argued that adding the link job to
      `BUILT_SOURCES` was the better option than adding it to the `all`
      target, but I overlooked the fact that also the `BUILT_SOURCES` are
      built in parallel (only before all other targets). Thus, we still need
      an explicit dependency on the link job.
      d7d31e47
    • Nils Goroll's avatar
      use a real target for the `$(srcdir)` to `$(builddir)` links for sphinx · 803b9a0c
      Nils Goroll authored
      The phony target was executed unconditionally and would thus race.
      
      A real target (using `index.rst`) does not race and has the additional
      advantage of simplifying the code (avoiding a condition in the shell
      code).
      
      It seems (at least GNU) `make` outsmarts the attempt to use a file from
      `$(srcdir)` as a marker for the link to have succeeded when
      `$(builddir)/index.rst` is used as the target.
      Using `$(abs_builddir)` seems to dtrt.
      
      Largely unrelated to this issue: The links are required for targets in
      `BUILT_SOURCES`, so previously I added a dependency to the `all` target.
      Having the link target in `BUILD_SOURCES` seems to be the better option.
      
      Fixes #3370 (I hope)
      803b9a0c
    • Geoff Simmons's avatar
      Start skeleton release notes for the next version. · 1c3b7841
      Geoff Simmons authored
      Restructured so that:
      
      * 'Upgrading' is limited to work that has to be done to upgrade from
        a current deployment to the new version.
      
      * 'Changes' is a comprehensive, user-level description of changes and
        new features.
      
      Conflicts:
      	doc/sphinx/whats-new/index.rst
      1c3b7841
    • Dridi Boukelmoune's avatar
      doc: It is now possible to name PRIV_ arguments · 81a7e851
      Dridi Boukelmoune authored
      Contrary to what the documentation stated, PRIV_ arguments aren't
      unnamed by nature with the current vmodtool script. Both the generated
      struct and JSON descriptor would account for named PRIV_ arguments and
      the only limitation was in libvcc.
      
      It was really a bug in the sense that vmodtool would generate C code
      incompatible with the code generated by libvcc. It was simpler to fix
      libvcc and allow VMOD authors to give meaningful names to PRIVs if they
      happen to use them in conjunction with [optional arguments].
      
      Refs 82491c2a
      81a7e851
    • Nils Goroll's avatar
      more include shuffling for vsig.h · 6d4df363
      Nils Goroll authored
      6d4df363
    • Nils Goroll's avatar
      polish previous commit · 2d4da769
      Nils Goroll authored
      - remove a duplicate sys/wait.h include
      - remove a stray vapi/voptget.h include
      - move include in vsig.h to the right place
      2d4da769
    • David Carlier's avatar
      Haiku build fix · 7e144bde
      David Carlier authored
      Mainly WCOREDUMP is undefine but WIFCORED has similar semantic.
      7e144bde
  6. 27 Jul, 2020 2 commits
  7. 25 Jul, 2020 1 commit
  8. 24 Jul, 2020 2 commits
  9. 20 Jul, 2020 1 commit
  10. 17 Jul, 2020 1 commit
  11. 13 Jul, 2020 5 commits