Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Mar 31, 2020
  2. Mar 30, 2020
  3. Mar 27, 2020
  4. Mar 26, 2020
  5. Mar 25, 2020
  6. Mar 24, 2020
  7. Mar 23, 2020
  8. Mar 22, 2020
  9. Mar 20, 2020
  10. Mar 18, 2020
  11. 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
  12. Mar 13, 2020
  13. Mar 12, 2020
  14. Mar 11, 2020
  15. Mar 10, 2020
  16. Mar 09, 2020
Loading