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 | |
Sep 25, 2015 | |
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 | |
Sep 10, 2015 | |
5 years 4 months | Making the grid operators "const" when possible. Type casting in the << and >> operators of the Arrays to please clang... |
Commit 1576, by Mathias Bavay | |
Sep 9, 2015 | |
5 years 4 months | Final packaging tricks for osX, not relying on deprecated PackageMaker anymore. |
Commit 1575, by Mathias Bavay | |
5 years 4 months | The Mac icon was missing... |
Commit 1574, by Mathias Bavay | |
Sep 8, 2015 | |
5 years 4 months | Tagging release 2.5.0 |
Commit 1573, by Mathias Bavay | |
5 years 4 months | Small improvement: setting march to "nocona" for intel/amd processors when compiled as "safe" target. |
Commit 1572, by Mathias Bavay | |
5 years 4 months | More clang warnings fixed |
Commit 1571, by Mathias Bavay | |
Sep 7, 2015 | |
5 years 4 months | Added a better support of Clang on osX in Cmake; fixed lots of the warnings generated by the "Weveryting" option. Still some work left to do, though\! |
Commit 1570, by Mathias Bavay | |
Sep 2, 2015 | |
5 years 4 months | Pushing version number to 2.5.0 |
Commit 1569, by Mathias Bavay | |
5 years 4 months | For consistency, the CNRM plugin now uses METEOPATH |
Commit 1568, by Mathias Bavay | |
Sep 1, 2015 | |
5 years 4 months | Finally, adding PSUM_PH to the MeteoData enum. And implementing an interpolation algorithm that generates distributed PSUM_PH by calling the parametrizations on each cell. |
Commit 1567, by Mathias Bavay | |
5 years 4 months | Better handling of the "sanitize" option of gcc |
Commit 1566, by Mathias Bavay | |
Aug 31, 2015 | |
5 years 4 months | Finally, a long awaited (and MAJOR) change: HNW is gone, it is now PSUM. This name should be clearer and every occurences of "HNW" (even in temporary variables or algorithms) have been replaced by psum. A check is performed on keys containing "hnw" a |
Commit 1565, by Mathias Bavay | |
5 years 4 months | A few options have been added to gcc compilations, including the use of LTO for releases and SANITIZE by default in debug (and OFF in release). Otherwise, cosmetic changes. |
Commit 1564, by Mathias Bavay | |
Aug 28, 2015 | |
5 years 4 months | A precipitation phase data generator has been implemented. Currently, either fixed threshold or range are provided but more could easily be added. |
Commit 1563, by Mathias Bavay |