AgeSort asc/desc | Change |
---|---|
Prev 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 Next | |
Aug 31, 2012 | |
8 years 4 months | - Better installation of ctest doesn't need previous change anymore - Befor each test run make a distclean - Corrected Valgrind starting script so that CMake cache is correct initialised |
Commit 964, by David Zanella | |
8 years 4 months | Change start script, so that independent where ctest is installed, ctest runs ! (but need to be somwhere in the PATH definited locations !!) |
Commit 963, by David Zanella | |
Aug 24, 2012 | |
8 years 4 months | Improved some error messages and improved consistency of error messages |
Commit 962, by Mathias Bavay | |
Aug 23, 2012 | |
8 years 4 months | Improved error message when reaching outside of an array in debug mode and fixed a stupid allocation bug (swapping two lines in the last commit triggered this bug) |
Commit 961, by Mathias Bavay | |
8 years 4 months | New constructors and setters for the grids, to fill them with a constant value |
Commit 960, by Mathias Bavay | |
Aug 20, 2012 | |
8 years 4 months | Forcing the shell of the test cron job to be bash |
Commit 959, by Mathias Bavay | |
Aug 15, 2012 | |
8 years 5 months | Add the testing scripts for the cron job. A single cron job is now necessary, calling startScript.sh. |
Commit 958, by Mathias Bavay | |
Aug 9, 2012 | |
8 years 5 months | The GSN plugin is now turned off by default (it was causing too much trouble with Windows and popc). Extra search paths have been added to FindPopc for convenience. FindMeteoIO can now test if POPC is defined and tweak the searched name accordingly; |
Commit 957, by Mathias Bavay | |
8 years 5 months | Fixed some spelling mistakes in the tests, improved USE_IMIS_HNW comment in ImisIO, improved the serailize method in Meteo2DInterpolator (but it is not working yet and anyway of little interest), fixed a casting warning in MathOptim. Some warnings ar |
Commit 956, by Mathias Bavay | |
Aug 7, 2012 | |
8 years 5 months | New warnings have been tried to detect variable shadowing (one variable declared with the same name as another one), alignement issues, etc. This produces very verbose output (not all warnings are legitimate) but allowed to fix lots of cases of misal |
Commit 955, by Mathias Bavay | |
Aug 6, 2012 | |
8 years 5 months | The class Array has been renamed as Array1D for consistency |
Commit 954, by Mathias Bavay | |
8 years 5 months | The checkEpsilonEquality method has been implemented as a specialized method for arrays of doubles. This is now used by the 2D_interpolations test. The sun test now calls numdiff for checking the results. |
Commit 953, by Mathias Bavay | |
Aug 1, 2012 | |
8 years 5 months | trying to get the sun test to work properly... the comparison between ref and current should still be done using a relative error instead of a string comparison! |
Commit 952, by Mathias Bavay | |
8 years 5 months | Cleaner definition of epsilon in MeteoData. Finally, working 2D_interpolations test (with reference files and relying on numdiff). |
Commit 951, by Mathias Bavay | |
8 years 5 months | some little change for Valgrind-Test client documentation |
Commit 950, by David Zanella | |
8 years 5 months | addapt epsilon on MeteoData == that test should pass ! |
Commit 949, by David Zanella | |
8 years 5 months | Addapt epsilon for test ! |
Commit 948, by David Zanella | |
8 years 5 months | Update documentation how to do testing clients and how to install cDash server -Attantion: Valgrind (MemoryCheck) still not work..... :-( |
Commit 947, by David Zanella | |
8 years 5 months | - Construct Duration objects correctly for sun test |
Commit 946, by David Zanella | |
Jul 27, 2012 | |
8 years 5 months | Simplification of FindPopc.cmake and minor fix in CMakeLists.txt |
Commit 945, by Mathias Bavay |