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 141 142 143 144 145 146 147 Next | |
Apr 17, 2013 | |
7 years 8 months | The time.cc exmaple had not been modified, this is now done |
Commit 1092, by Mathias Bavay | |
7 years 8 months | In order to implement an efficient and portable object serialization, it has been decided that all serializable objects would be manually serialized to an std::iostream. Then, the parallelization framework (mpi, popc, etc) can take over this stream a |
Commit 1091, by Mathias Bavay | |
Apr 11, 2013 | |
7 years 9 months | Hoping that the valgrind tests would finally work properly... And small tweak to the IOUtils::seek optimization |
Commit 1090, by Mathias Bavay | |
Apr 10, 2013 | |
7 years 9 months | fixed very old typo. The Valgrind tests should now work! |
Commit 1089, by Mathias Bavay | |
7 years 9 months | Cosmetic changes: whitespaces, comments, etc |
Commit 1088, by Mathias Bavay | |
Apr 8, 2013 | |
7 years 9 months | Adding an explicit time out for GSN connections |
Commit 1087, by Mathias Bavay | |
Mar 28, 2013 | |
7 years 9 months | Removing some unnecessary pointers (for things like "const double a = vecM[ii](param)") and replacing a vector push_back by a proper allocation in constructor followed by assignments |
Commit 1086, by Mathias Bavay | |
Mar 26, 2013 | |
7 years 9 months | Some code cleanup and micro-optimizations. The documentation has been improved (configuration of doxygen as well as some duplicate section labels). |
Commit 1085, by Mathias Bavay | |
Mar 25, 2013 | |
7 years 9 months | Added a missing test for VW==IOUtils::nodata in Hamon undercatch filter. Updated the drawings to reflect the addition of DataGenerator |
Commit 1084, by Mathias Bavay | |
Mar 23, 2013 | |
7 years 9 months | Fixing a memory leak: the generatorAlgorithms must be deallocated! |
Commit 1083, by Mathias Bavay | |
7 years 9 months | Improved the documentation for the data generators |
Commit 1082, by Mathias Bavay | |
Mar 22, 2013 | |
7 years 9 months | Simplifying the definition of new algorithms (after doing the same for the data generators) |
Commit 1081, by Mathias Bavay | |
7 years 9 months | I will write 100 times "I won't forget to update the tests anymore" (when swapping MeteoData::parameters around). I used the opportunity to imrpove the outputs of the 2D_interpolations test. |
Commit 1080, by Mathias Bavay | |
7 years 9 months | Fixed a stupid bug in Unsworth generator (it was always generating data...), improved the documentation of POT_RADIATION and tried to play with a cloudiness factor (not working yet). |
Commit 1079, by Mathias Bavay | |
7 years 9 months | A new generator for ISWR or RSWR has been implemented, providing clear sky, potential radiation. Overall, writing the code and its documentation and testing it took less than half an hour! |
Commit 1078, by Mathias Bavay | |
7 years 9 months | The data generators have been documented (both for the end user and for the developer). |
Commit 1077, by Mathias Bavay | |
Mar 21, 2013 | |
7 years 9 months | A buf in some unsworth implementation in Atmosphere has been fixed (check with nodata). The order of the meteodata fields has been changed because this directly impacts the order of the processing of the fields (the goal being that fields that are of |
Commit 1076, by Mathias Bavay | |
7 years 9 months | The METEO_TIMSERIES and STATION_TIMESERIES have been renamed in METEO_SET and STATIONS_SET in order to better reflect their content. The concept of data generators is introduced. A new section has been created [Generators] to define how to generate |
Commit 1075, by Mathias Bavay | |
7 years 9 months | one include was missing |
Commit 1074, by Mathias Bavay | |
7 years 9 months | The soap files for GSN have been re-generated with gsoap 2.8.7 and some explanations on how to do this added in a txt file |
Commit 1073, by Mathias Bavay |