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 | |
Oct 7, 2015 | |
5 years 3 months | Compiling-MeteoIO, Add tip for system install |
Change of Compiling-MeteoIO, by Mathias Bavay | |
Oct 6, 2015 | |
5 years 3 months | There was a mistake in the handling of extra parameters |
Commit 1595, by Mathias Bavay | |
5 years 3 months | By simplifying MeteoData, the memory consumption of a benchmark such as data_converter is reduced by almost 20% |
Commit 1594, by Mathias Bavay | |
5 years 3 months | Trying to optimize MeteoData and to reduce its memory consumption |
Commit 1593, by Mathias Bavay | |
5 years 3 months | very minor code cleanup, some comments were wrong and have been fixed, a wrong debug message has been fixed (in toString()) |
Commit 1592, by Mathias Bavay | |
Oct 1, 2015 | |
5 years 3 months | the USER interpolation method should now work as expected. A new method "getParameterIndex()" has been written for MeteoGrids for a future use. |
Commit 1591, by Mathias Bavay | |
5 years 3 months | Improved the error message when subseting an array. Fixed documentation warnings. |
Commit 1590, by Mathias Bavay | |
Sep 30, 2015 | |
5 years 3 months | getHostName() now works properly on Windows |
Commit 1589, by Mathias Bavay | |
5 years 3 months | Fixed some broken examples and added a getHostName() function in IOUtils |
Commit 1588, by Mathias Bavay | |
5 years 3 months | An new include was missing and the tests were not working anymore after the last changes in Coords |
Commit 1587, by Mathias Bavay | |
Sep 29, 2015 | |
5 years 3 months | Clang tries to check if doxygen comments are correct, but it does not understand quite a big chunk of them... This is quite stupid, so turning off these warnings |
Commit 1586, by Mathias Bavay | |
5 years 3 months | Keeping Clang happy... macros should not start with "__"... |
Commit 1585, by Mathias Bavay | |
Sep 28, 2015 | |
5 years 3 months | Small fix to get rid of a warning in Alpine3D |
Commit 1584, by Mathias Bavay | |
Sep 25, 2015 | |
5 years 3 months | Better output format and move a few lines from a wrong location to a right one... (ie fixed a bug in setProj) |
Commit 1583, by Mathias Bavay | |
5 years 3 months | Fixing the collateral dammage of the split between Coords and CoordsAlgorithms... |
Commit 1582, by Mathias Bavay | |
Sep 23, 2015 | |
5 years 4 months | Fixed a bug in Coords and added support for comments in A3D's POI file |
Commit 1581, by Mathias Bavay | |
5 years 4 months | Better handling of the i,j,k index in Coords objects, better strategy for handling invalid POI (the invalid points can be marked as invalid but kept in the vector) |
Commit 1580, by Mathias Bavay | |
Sep 22, 2015 | |
5 years 4 months | Big cleanup on the Coords: all the coordinate systems support methods have been moved to a new CoordsAlgorithms static class. The "printlatlon()" method has been replaced by toString(Coords::LATLON). |
Commit 1579, by Mathias Bavay | |
5 years 4 months | Add a few string formats options to Coords for easier use in error messages; minor code cleanup in Date; add a new argument to gridify() in order to be able to retrieve the list of rejected coordinates. |
Commit 1578, by Mathias Bavay | |
5 years 4 months | There is no need to keep the "hera" target since it can now be handled by standard arguments |
Commit 1577, by Mathias Bavay |