Skip to content
Snippets Groups Projects
  1. Apr 27, 2015
  2. Mar 12, 2015
    • Christian Engwer's avatar
      [dunecontrol] check for left over la files · b54793c6
      Christian Engwer authored
      if the user has for some reason old la files from the autotools era,
      these can lead to very subtle and hard to understand errors. We now
      check for old la files and bail out in case some are found.
      b54793c6
  3. Mar 07, 2015
  4. Mar 05, 2015
  5. Feb 25, 2015
  6. Feb 24, 2015
  7. Feb 19, 2015
    • Christian Engwer's avatar
      [automake] add the subdir-objects option to AM_INIT_AUTOMAKE flags · 9f9bc5c0
      Christian Engwer authored
      this makes new automake versions work like old automake versions. Some
      of my projects used to compile objects in subdirs from parent directories.
      New automake versions don't allow this. We don't want to atopt our
      projects to changes in automake and make the transition to cmake... so
      keep the old behaviour, by adding this option.
      9f9bc5c0
  8. Feb 04, 2015
  9. Jan 09, 2015
  10. Jan 02, 2015
  11. Nov 19, 2014
  12. Nov 15, 2014
  13. Oct 28, 2014
  14. Oct 27, 2014
  15. Oct 10, 2014
  16. Sep 15, 2014
  17. Mar 19, 2014
    • Christian Engwer's avatar
      [dunecontrol] fix bug in the cmake branch of dunecontrol builddir handling · 5dc6c044
      Christian Engwer authored
      sadly the touchpad added some arbitrary "pwd; ", which slipped my
      test, as I don't use cmake. Thanks to Andi Buhr for pointing this out.
      5dc6c044
    • Christian Engwer's avatar
      [dunecontrol] support out-of-tree builds · 807e48b6
      Christian Engwer authored
      up to now you could specify a BUILDDIR variable, which implied that modules were built in
      $srdir/$BUILDDIR.
      Imagine you have your dune modules in $HOME/Src. When you set BUILDDIR=build.g++
      your dune-common module is built in $HOME/Src/dune-common/build.g++
      Now you change BUILDDIR to an absolute path, e.g. BUILDDIR=$HOME/Build.g++
      With the latest change dunecontrol will now build dune-common in
      $HOME/Build.g++/dune-common/
      
      Thanks to Angar for bugging me :-)
      807e48b6
  18. Feb 16, 2014
  19. Feb 10, 2014
  20. Jan 31, 2014
  21. Jan 29, 2014
  22. Jan 17, 2014
    • Markus Blatt's avatar
      [bugfix,buildsystem] Force searching for installed packages with pkg-config, again. · 20ef1b87
      Markus Blatt authored
      Somewhere along the many changes we stopped forcing usage of pkg-config when
      testing for installed versions of modules during configure. Without using
      pkg-config there is no way of detecting custom installation parts used by
      the user. In my case, this broke finding modules installed via cmake from
      modules that are to built with autotools.
      
      This patch forces DUNE_CHECK_MODULE to use pkg-config to setup the paths for
      installed modules by dunecontrol not provinding --with-module=<path> to configure
      for installed modules.
      20ef1b87
  23. Jan 16, 2014
  24. Jan 09, 2014
    • Markus Blatt's avatar
      [release,bugfix] Makes PKG_CONFIG_PATH honor all (lib lib/multiarch). · 8d81ff3b
      Markus Blatt authored
      Previously some of the pathes (e.g the multiarch ones) took precedence
      over the others. But as with same some of the pkgconfig files are installed
      below lib/<multiarch> and others (if there is not object library) are not.
      With this patch all possible install locations of pkgconfig files are added
      to the path if they exist.
      8d81ff3b
  25. Jan 08, 2014
Loading