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 Next | |
Nov 5, 2018 | |
2 years 5 months | Added a very basic Quantile Mapping filter. More to come! |
Commit 2258, by Mathias Bavay | |
Nov 4, 2018 | |
2 years 5 months | Adding Gamma, Chi-Square, Student-t, Beta and Fisher deviates to RNG. Some cosmetics. |
Commit 2257, by Michael Reisecker | |
Oct 29, 2018 | |
2 years 5 months | Replacing inttypes.h-definition with value |
Commit 2256, by Michael Reisecker | |
Oct 28, 2018 | |
2 years 5 months | Coords constructor now uses northing and easting as suggested in Ticket 727. |
Commit 2255, by Michael Reisecker | |
Oct 27, 2018 | |
2 years 5 months | Added Mersenne Twister as RNG algorithm. |
Commit 2254, by Michael Reisecker | |
Oct 25, 2018 | |
2 years 5 months | Doing some down-conversions explicitly in the RNG to tell the compiler that that's what we want. |
Commit 2253, by Michael Reisecker | |
2 years 5 months | Fixed technical compiler warnings in the RNG, some int types remaining. |
Commit 2252, by Michael Reisecker | |
2 years 5 months | fixed bad units in VSTATIONS_REFRESH_OFFSET |
Commit 2251, by Mathias Bavay | |
Oct 24, 2018 | |
2 years 5 months | Added a showcase for the RNG to the examples. |
Commit 2250, by Michael Reisecker | |
2 years 5 months | Some commits to prepare a mid-sized random numbers suite for statistical filters; this is the framework. Here's to not breaking anything... (thanks Mathias!) |
Commit 2249, by Michael Reisecker | |
Oct 23, 2018 | |
2 years 5 months | Fixed some obsoletes uses of EXIT_SUCCESS / EXIT_FAILURE in A3DIO (thanks Michael!) and updated the documentation |
Commit 2248, by Mathias Bavay | |
Oct 18, 2018 | |
2 years 6 months | Fixed an invalid check on an array index and a warning when generating the documentation |
Commit 2247, by Mathias Bavay | |
2 years 6 months | Small formula for air pressure reduced to sea level (and tiny consistency consideration) |
Commit 2246, by Michael Reisecker | |
Oct 17, 2018 | |
2 years 6 months | fixed a stupid mistake (it seems that #include <limits> is quite plateform dependant...) |
Commit 2245, by Mathias Bavay | |
Oct 15, 2018 | |
2 years 6 months | Small documentation improvement... |
Commit 2244, by Mathias Bavay | |
2 years 6 months | Making VC++ by defining a specialized implementation for a template... |
Commit 2243, by Mathias Bavay | |
Oct 8, 2018 | |
2 years 6 months | Allow to set ARCH_OPTIM with Intel compilers |
Commit 2242, by Adrien Michel | |
Oct 6, 2018 | |
2 years 6 months | More clang warnings fixes |
Commit 2241, by Mathias Bavay | |
Oct 5, 2018 | |
2 years 6 months | For some recent version of VC++, MeteoIO could not be found anymore (the libraries are build in a subdirectory of the target directory) |
Commit 2240, by Mathias Bavay | |
2 years 6 months | Fixed some of clang warnings |
Commit 2239, by Mathias Bavay |