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 | |
May 21, 2013 | |
7 years 8 months | fixing some warnings on Hera |
Commit 1104, by Mathias Bavay | |
May 20, 2013 | |
7 years 8 months | The DataGenerators handling of missing meteo fields has been changed: if a generator is defined for a field that is not found in the vecMeteo, it will silently be skipped. Since some grumpy people seem not to appreciate the graphical message box for |
Commit 1103, by Mathias Bavay | |
7 years 8 months | The dataGenerators can now process all parameters (ie including the extra parameters) properly. This makes it possible to create a new parameter by using a COPY followed by *0, +nodata filters and then fill the now empty new parameter with a data gen |
Commit 1102, by Mathias Bavay | |
May 16, 2013 | |
7 years 8 months | HACK: No message boxes on OSX either. |
Commit 1101, by Thomas Egger | |
7 years 8 months | HACK: MessageBox should not appear without the user wanting it -> create a parameter in ini |
Commit 1100, by Thomas Egger | |
7 years 8 months | The == and != operators have been added to the arrays (easier for debugging). Array4D was not included in MeteoIO.h and has been added. |
Commit 1099, by Mathias Bavay | |
May 14, 2013 | |
7 years 8 months | The meteo reading workflow diagram has been expanded to show where a user can participate and what he can use |
Commit 1098, by Mathias Bavay | |
7 years 8 months | Since correcting the Corripio slope algorithm changed the spatial interpolations that were based on slopes, it was necessary to regenerate the reference for the HNW grid |
Commit 1097, by Mathias Bavay | |
May 13, 2013 | |
7 years 8 months | A typo had slipped through the last commit for Array4D. The Corripio slope computation was till wrong, this has finally been fixed and checked. The slope default algorithm selection was not kept through BufferedIOHandler, this has been fixed. Moreove |
Commit 1096, by Mathias Bavay | |
May 10, 2013 | |
7 years 8 months | Removed an unnecessary include and fixed the Corripio slope algorithm that was not properly implemented (following the paper, it was not centered on the cell. It has been rewritten to be centered). |
Commit 1095, by Mathias Bavay | |
May 8, 2013 | |
7 years 8 months | Trying to help the compiler use SIMD instructions for some array operations. Small documentation improvement for IMISIO. |
Commit 1094, by Mathias Bavay | |
Apr 18, 2013 | |
7 years 9 months | The >> operator was not 100% properly implemented... |
Commit 1093, by Mathias Bavay | |
Apr 17, 2013 | |
7 years 9 months | The time.cc exmaple had not been modified, this is now done |
Commit 1092, by Mathias Bavay | |
7 years 9 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 |