Skip to content
Snippets Groups Projects
  1. Jan 09, 2015
    • Markus Blatt's avatar
      [bugfix,dunecontrol] Corrects word detection during variable translation. · 71489adc
      Markus Blatt authored
      When deciding which variable to put before cmake as environment variables
      our sed pattern did not check for the beginning of a word or line. Therefore
      MPICC=bla would be converted to CC=bla.
      With this commit we make sure that there is eihter a beginning of a line or
      a whitespace before the variable.
      71489adc
  2. Dec 29, 2014
  3. Dec 26, 2014
  4. Dec 22, 2014
  5. Dec 12, 2014
  6. Dec 11, 2014
  7. Dec 08, 2014
  8. Dec 05, 2014
  9. Dec 02, 2014
  10. Dec 01, 2014
  11. Nov 28, 2014
  12. Nov 26, 2014
  13. Nov 25, 2014
  14. Nov 23, 2014
  15. Nov 21, 2014
  16. Nov 19, 2014
  17. Nov 15, 2014
  18. Nov 13, 2014
    • Jö Fahlke's avatar
      [doc][stackobject_to_shared_ptr()] Improve documentation. · 770f3ba9
      Jö Fahlke authored
      Add "@relatesalso null_deleter", this includes the documentation for the
      function with null_deleter but also leaves a standalone version.  Document
      what is so special about the shared_ptr the function returns.  Mention the
      #include needed to get the function.
      770f3ba9
  19. Nov 08, 2014
  20. Nov 07, 2014
Loading