Ticket #2501 (closed: fixed)

Opened 10 years ago

Last modified 5 years ago

Iteration 28 Doxygen Comments

Reported by: Nick Draper Owned by: Stuart Campbell
Priority: trivial Milestone: Iteration 28
Component: Mantid Keywords:
Cc: Blocked By:
Blocking: Tester: Michael Whitty

Description


Change History

comment:1 Changed 10 years ago by Janik Zikovsky

(In [9581]) Refs #2501: Wiki docs

comment:2 Changed 10 years ago by Janik Zikovsky

(In [9582]) Refs #2501: Documentation

comment:3 Changed 10 years ago by Michael Whitty

(In [9629]) doxygen error hunting - refs #2501

comment:4 Changed 10 years ago by Janik Zikovsky

(In [9637]) Refs #2501: This is a utility to quickly create a new class, with its header, source and test file.

comment:5 Changed 10 years ago by Janik Zikovsky

(In [9638]) Refs #2501: argument parser for class_maker.py

comment:6 Changed 10 years ago by Janik Zikovsky

(In [9650]) Refs #2501: class_maker update

comment:7 Changed 10 years ago by Janik Zikovsky

(In [9651]) Refs #2501: Removed GSoap stuff from Doxygen; should take the number of doxygen warnings below the 1000 mark.

comment:8 Changed 10 years ago by Janik Zikovsky

(In [9652]) Refs #2501: Various doxygen comments.

comment:9 Changed 10 years ago by Michael Whitty

(In [9659]) some doxygen and compiler warnings - refs #2501

comment:10 Changed 10 years ago by Janik Zikovsky

(In [9668]) Refs #2501: Possible fix to the occasional failure of a test on Win64

comment:11 Changed 10 years ago by Janik Zikovsky

(In [9669]) Refs #2501: class_maker update to just make a test file.

comment:12 Changed 10 years ago by Janik Zikovsky

(In [9675]) Refs #2501: Doxygen

comment:13 Changed 10 years ago by Janik Zikovsky

(In [9689]) Refs #2501: class_maker.py update to create an algorithm stub.

comment:14 Changed 10 years ago by Janik Zikovsky

(In [9694]) Refs #2501: Someone forgot to check in a file in MDDataObjects. Removed from the CMake

comment:15 Changed 10 years ago by Janik Zikovsky

(In [9695]) Refs #2501: TestViewer fix for relative paths.

comment:16 Changed 10 years ago by Janik Zikovsky

(In [9697]) Refs #2501: Something else is wrong in MDDataObjects testing. Removing another test.

comment:17 Changed 10 years ago by Martyn Gigg

(In [9760]) Fix tests and commit a file I missed last time. Refs #2501 and Refs #2571

comment:18 Changed 10 years ago by Martyn Gigg

(In [9766]) Add a deb version of the libtcmalloc_minimal package that contains only tcmalloc rather than the whole google-perftools suite. The one in Ubuntu-10.04 is broken so this should allow people to use it. Later distributions come with a working version so don't need a different one. Re #2501

comment:19 Changed 10 years ago by Russell Taylor

(In [9767]) Refs #2501. Avoid a possible compiler bug on the Mac. Re #2501

comment:20 Changed 10 years ago by Martyn Gigg

(In [9777]) Try something slightly different for the AlgorithmProxy test on win64. Better? Refs #2501

comment:21 Changed 10 years ago by Janik Zikovsky

(In [9779]) Refs #2501: Minor doc typo fix.

comment:22 Changed 10 years ago by Janik Zikovsky

(In [9786]) Refs #2501: Doxygen comments.

comment:23 Changed 10 years ago by Janik Zikovsky

(In [9787]) Refs #2501: Doxygen

comment:24 Changed 10 years ago by Janik Zikovsky

(In [9788]) Refs #2501: Adding MD* projects in doxygen (!)

comment:25 Changed 10 years ago by Janik Zikovsky

(In [9789]) Refs #2501: Doxygen fixes.

comment:26 Changed 10 years ago by Janik Zikovsky

(In [9791]) Refs #2501: Fixed a couple of paths in doxyfile so that MDAlgorithms is now included.

comment:27 Changed 10 years ago by Janik Zikovsky

(In [9792]) Refs #2501: Doxygen fixes.

comment:28 Changed 10 years ago by Janik Zikovsky

(In [9793]) Refs #2501: Doxygen fixes.

comment:29 Changed 10 years ago by Janik Zikovsky

(In [9800]) Refs #2501: Sped up a few tests.

comment:30 Changed 10 years ago by Russell Taylor

(In [9942]) Fix jenkins builds. Re #2501.

comment:31 Changed 10 years ago by Martyn Gigg

(In [10080]) Fix windows test failure by closing a file handle before it is removed. Re #2501

comment:32 Changed 10 years ago by Janik Zikovsky

(In [10108]) Refs #2501: Added documentation and wiki page for Max algorithm

comment:33 Changed 10 years ago by Janik Zikovsky

(In [10116]) Refs #2501: Fix windows test on sns jenkins.

comment:34 Changed 10 years ago by Stuart Campbell

(In [10186]) typo. refs #2501

comment:35 Changed 10 years ago by Michael Reuter

(In [10269]) Fixing formatting and adding extension to created file. This refs #2501.

comment:36 Changed 10 years ago by Janik Zikovsky

(In [10274]) Refs #2501: Trying to make code readable.

comment:37 Changed 10 years ago by Janik Zikovsky

(In [10297]) Refs #2501: Fix test.

comment:38 Changed 10 years ago by Janik Zikovsky

(In [10301]) Refs #2501: Allow VATES to build with neither ParaView nor Visit installed.

comment:39 Changed 10 years ago by Stuart Campbell

(In [10444]) Add some debugging output. refs #2501

comment:40 Changed 10 years ago by Janik Zikovsky

(In [10489]) Refs #2501: disabled test that only occasionally fails due to build server load.

comment:41 Changed 10 years ago by Janik Zikovsky

(In [10504]) Refs #2501: unmangle type names for more workspace types.

comment:42 Changed 10 years ago by Janik Zikovsky

(In [10505]) Refs #2501: Disabled a test that uses timing and therefore is unreliable.

comment:43 Changed 10 years ago by Janik Zikovsky

(In [10538]) Refs #2501: Fixed WeightedEventNoTime's TOF data type and a MDDataObjects compile error.

comment:44 Changed 10 years ago by Janik Zikovsky

(In [10573]) Refs #2501: Fix some VATES things that did not build for me.

comment:45 Changed 10 years ago by Janik Zikovsky

(In [10574]) Refs #2501: More VATES fixes for building on Linux.

comment:46 Changed 10 years ago by Michael Whitty

(In [10593]) refs #2501 - fix indents in MantidPlot ApplicationWindow header, touching pretty much every line but changing nothing.

comment:47 Changed 10 years ago by Janik Zikovsky

(In [10641]) Refs #2501: Fix tests that fail if your facility is SNS.

comment:48 Changed 10 years ago by Janik Zikovsky

(In [10650]) Refs #2501: Fix test build due to unexplainable namespace clash.

comment:49 Changed 10 years ago by Janik Zikovsky

(In [10657]) Refs #2501: fix for TS_ASSERT_DELTA( (something that is inf), 10.0, 1e-5) hanging forever when it tries to print out the error message.

comment:50 Changed 10 years ago by Janik Zikovsky

(In [10710]) Refs #2501: Test build fix for no gmock

comment:51 Changed 10 years ago by Janik Zikovsky

(In [10713]) Refs #2501: Disabled PythonReductionTest for now because it is unstable.

comment:52 Changed 10 years ago by Mathieu Doucet

(In [10714]) This test must be kept until the mantidsimple refactor is done. The assumption is that mantidsimple causes the instability. We also don't want mantidsimple changes to consistently break the Reducer. This test MUST work and MUST become stable, don't disable it. Re #2501

comment:53 Changed 9 years ago by Mathieu Doucet

(In [10736]) Add option to run flaky Reducer test or not. Will enable it only on one build at SNS. Re #2501

comment:54 Changed 9 years ago by Mathieu Doucet

(In [10740]) Only turn off reducer tests... not all 'scripts' tests. Re #2501

comment:55 Changed 9 years ago by Janik Zikovsky

(In [10775]) Refs #2501: Fix 3 tests that fail if your facility is SNS.

comment:56 Changed 9 years ago by Martyn Gigg

(In [10790]) Refs #2501. Change a method call to something that exists in all Qt versions.

comment:57 Changed 9 years ago by Russell Taylor

(In [10845]) Try something different for test that keeps failing on ISIS rhel5. Re #2501.

comment:58 Changed 9 years ago by Russell Taylor

(In [10847]) Re #2501

comment:59 Changed 9 years ago by Russell Taylor

(In [10860]) Change property name SurName -> Surname. Re #2501.

comment:60 Changed 9 years ago by Russell Taylor

(In [10861]) Fix indentation only. No code changes. Re #2501.

comment:61 Changed 9 years ago by Russell Taylor

(In [10863]) Fix indentation only. No code changes. Re #2501.

comment:62 Changed 9 years ago by Janik Zikovsky

(In [10879]) Refs #2501: Just a reformat of some cmakelists. class_maker.py changed to do cmake_lists too.

comment:63 Changed 9 years ago by Michael Reuter

(In [10884]) Harmonizing test class name. Test runs now, but it hangs up on my machine. This refs #2501.

comment:64 Changed 9 years ago by Martyn Gigg

(In [11000]) Temporary fix for RPM builds on old system until we come up with the correct approach for Jenkins integration. Refs #2501

comment:65 Changed 9 years ago by Martyn Gigg

(In [11003]) Refs #2501. Fix argument bracket.

comment:66 Changed 9 years ago by Martyn Gigg

(In [11004]) Refs #2501. Fix Nexus dependency

comment:67 Changed 9 years ago by Janik Zikovsky

(In [11087]) Refs #2501: class_maker.py makes a more complete algorithm test and better cmake list handling.

comment:68 Changed 9 years ago by Nick Draper

  • Milestone changed from Iteration 28 to Iteration 29

Bulk move of tickets at the end of iteration 28

comment:69 Changed 9 years ago by Janik Zikovsky

(In [11117]) Refs #2501: Commit on behalf of Pete in MantidFramework. Also, doc fix.

comment:70 Changed 9 years ago by Russell Taylor

(In [11122]) Remove unnecessary import. Re #2501

comment:71 Changed 9 years ago by Russell Taylor

(In [11124]) Fix test. Re #2501.

comment:72 Changed 9 years ago by Janik Zikovsky

(In [11127]) Refs #2501: TOPAZ definitions had wrong moderator distances.

comment:73 Changed 9 years ago by Janik Zikovsky

(In [11132]) Creating branch for iteration 29 development. Refs #2501.

comment:74 Changed 9 years ago by Janik Zikovsky

(In [11137]) Refs #2501: Doxygen

comment:75 Changed 9 years ago by Martyn Gigg

(In [11154]) Refs #2501 .Minor name fix for LET parameter file.

comment:76 Changed 9 years ago by Michael Whitty

(In [11164]) refs #2501 - fix system test

comment:77 Changed 9 years ago by Janik Zikovsky

(In [11180]) Refs #2501, #2817: Unity build: number of files set to 10 instead of 1000.

comment:78 Changed 9 years ago by Janik Zikovsky

(In [11198]) Refs #2501: Merging changes from iteration 28 trunk into branch for iteration 29.

comment:79 Changed 9 years ago by Russell Taylor

(In [11206]) Realised I'd squashed the startup splashscreen in commenting out what at first glance looked like just a dumb error message. Re #2501.

comment:80 Changed 9 years ago by Stuart Campbell

  • Owner set to Stuart Campbell
  • Status changed from new to accepted

comment:81 Changed 9 years ago by Stuart Campbell

  • Status changed from accepted to verify
  • Resolution set to fixed

Closing at end of iteration

comment:82 Changed 9 years ago by Michael Whitty

  • Status changed from verify to verifying
  • Milestone changed from Iteration 29 to Iteration 28
  • Tester set to Michael Whitty

comment:83 Changed 9 years ago by Michael Whitty

  • Status changed from verifying to closed

comment:84 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 3348

Note: See TracTickets for help on using tickets.