Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Apr 07, 2020
    • Giovanni Di Siena's avatar
      Replace boost::shared with std::shared · 11994bc3
      Giovanni Di Siena authored and Gigg, Martyn Anthony's avatar Gigg, Martyn Anthony committed
      In places other substitutions have been made, e.g
      Clang does not yet specialize std::shared_ptr for T[]. Vector
      has been used instead. The operator[] methods were incorrectly
      marked const but returning a non-const reference - this has been fixed.
      Refs #25842
      11994bc3
  2. Apr 03, 2020
  3. Mar 31, 2020
  4. Mar 30, 2020
  5. Mar 27, 2020
  6. Mar 26, 2020
  7. Mar 25, 2020
  8. Mar 24, 2020
  9. Mar 23, 2020
  10. Mar 22, 2020
  11. Mar 20, 2020
  12. Mar 18, 2020
  13. Mar 17, 2020
    • Danny Hindson's avatar
      Make incremental builds work for docs-qthelp target · 840e7501
      Danny Hindson authored
      cmake add_custom_command is only run if any of the listed outputs is missing
      or if any of the dependencies are out of date. If any of the documentation
      .rst files is changed this didn't cause the custom command to run.
      I've changed this so the command always runs by adding an extra dummy output
      file that doesn't ever get created. The sphinx builder has some incremental
      build functionality inside it so this will identify whether any .rst files
      have changed
      Note - I also had to set the cmake source file property to SYMBOLIC to avoid the
      following Visual Studio warning which was added in Visual Studio 2019 (v16.4):
      
      warning MSB8065: Custom build for item XXXX succeeded, but specified output
      "c:\mantid\build\docs\dummyoutput_alwaysrun" has not been created. This may cause
       incremental build to work incorrectly.
      840e7501
  14. Mar 13, 2020
  15. Mar 12, 2020
  16. Mar 11, 2020
  17. Mar 10, 2020
Loading