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 | |
Jun 28, 2012 | |
8 years 6 months | Remove to much added file in last Commit |
Commit 924, by David Zanella | |
8 years 6 months | - Start to modifi the Sun test. - Make better Structure: Every test has his own folder, ini file, Input Files, CMakeList.txt, .... |
Commit 923, by David Zanella | |
Jun 27, 2012 | |
8 years 6 months | small fix to the documentation |
Commit 922, by Mathias Bavay | |
Jun 26, 2012 | |
8 years 6 months | Added simple smoke Screen test which only runs the example sun |
Commit 921, by David Zanella | |
8 years 6 months | Adapted documentation how to set up test client to the new structure of testing and configuration |
Commit 920, by David Zanella | |
8 years 6 months | Move test folder to tests folder. So the command "make test" can be attacked with tap command and not the folder is automated integrated. 2/2 part |
Commit 919, by David Zanella | |
8 years 6 months | Move test folder to tests folder. So the command "make test" can be attacked with tap command and not the folder is automated integrated. 1/2 part |
Commit 918, by David Zanella | |
8 years 6 months | Move test folder to tests folder. So the command "make test" can be attacked with tap command and not the folder is automated integrated. part 1/2 |
Commit 917, by David Zanella | |
8 years 6 months | - Added option to cmake to activate test to be build - Addaption in doc how to do a working cronjop - Added output to meteo_reading test, so if error occures better debuging is possible - FindMeteoIO tool for cmake addaptet for the test that he searc |
Commit 916, by David Zanella | |
8 years 6 months | Small update to the SMET specs, fixed some stupid bugs in data_converter and added a wind velocity threshold for the Tretyakov undercatch correction (since the fit were done on wind speeds way lower than what Elena had). Such thresholds might general |
Commit 915, by Mathias Bavay | |
Jun 25, 2012 | |
8 years 6 months | small fixes in documentation (to please Fabianno) |
Commit 914, by Mathias Bavay | |
Jun 23, 2012 | |
8 years 7 months | Just a few adjusments of comments |
Commit 913, by Charles Fierz | |
Jun 21, 2012 | |
8 years 7 months | Fixed a warning with codeblocks, fixed a bug that prevented MeteoData from compiling and improved detection of MeteoIO (but paths with spaces are still not working properly in some cases). |
Commit 912, by Mathias Bavay | |
8 years 7 months | Re-definition of the == operator for MeteoData, some code clean up in IOUtils and StationData |
Commit 911, by Mathias Bavay | |
Jun 20, 2012 | |
8 years 7 months | Little hack to make test running in MeteoData, == operator. std::numeric_limits<double>::epsilon() is far to small to work (not able to compare two 264.275 and setting realativ 0.0000001 epsilon does not work if both number to compare are 0 ! -> make |
Commit 910, by David Zanella | |
8 years 7 months | Found better way to do update on svn version smaller then 1.5 - svn diff -rDIFFHEAD:HEAD http://slfsmm.indefero.net/svn/slfsmm/meteoio/trunk > patchfile - patch -p0 < patchfile |
Commit 909, by David Zanella | |
8 years 7 months | I think finaly got the right way to do the merge from trunk to branch...... ( Get last version between trunk and branch : svn log -v --stop-on-copy ) (merge: svn merge -rLASTDIFFVERSION:HEAD http://slfsmm.indefero.net/svn/slfsmm/meteoio/trunk .) |
Commit 908, by David Zanella | |
8 years 7 months | The MeteoData == operator now compares with an epsilon. The chekEpsilonEquality function has been rewritten, according to best practise and inlined. The powN functions have been moved to MathOptim and inlined. This makes the benchmarks 2% faster, tha |
Commit 907, by Mathias Bavay | |
8 years 7 months | meteo_reading test right now also test if the output of meteo_reading is correct ! Attantion: this test fails for the moment ! - Allows to conrtroll CDash handling of Error builds - Not clear how MeteoData is build, becouse printouts are both the s |
Commit 906, by David Zanella | |
Jun 19, 2012 | |
8 years 7 months | Fixed a warning with XCode 4.3 on osX. Tried to make a more standard use of c++ (relying on std::fill for filling vectors, relying on vector.resize(sixe, value) instead of manually initializing a vector, etc). A few more const added where appropriate |
Commit 905, by Mathias Bavay |