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 | |
Mar 19, 2013 | |
7 years 9 months | oups, one example should not have been part of the CMakeLists and fixing an API change in time.cc |
Commit 1072, by Mathias Bavay | |
7 years 9 months | Since compiling the meteoio examples is usually problematic for the users, trying to get a proper (but still as simple as possible) CMakeLists.txt. The FindMeteoIO module has been updated to also look for meteoio in "${SRC}/../../lib" so the examples |
Commit 1071, by Mathias Bavay | |
Mar 18, 2013 | |
7 years 9 months | the parameters mapping has been extended to cover access to the imis stations through GSN. Some units thransforms were not being performs. |
Commit 1070, by Mathias Bavay | |
Mar 14, 2013 | |
7 years 10 months | Improving the help text (the timer now has at least 1 us resolution and up to the 1 ns, depending on the platform). Fixed a wrong commit for meteo_reading. |
Commit 1069, by Mathias Bavay | |
Mar 13, 2013 | |
7 years 10 months | A rounding bug has been found in the Date class: when using a Date object in a loop where it gets incremented, it accumulates errors and after ~70000 iterations, the error would get bigger than one second, making date comparisons with a fixed date im |
Commit 1068, by Mathias Bavay | |
Mar 12, 2013 | |
7 years 10 months | Cosmetic touch up: improving an error message, constification, indentation fix |
Commit 1067, by Mathias Bavay | |
Mar 11, 2013 | |
7 years 10 months | Oups... fixing a newly introduced bug as well as a typo in some comments |
Commit 1066, by Mathias Bavay | |
7 years 10 months | Putting the code into shape for major changes in the spatial interpolations as well as pushing the minor version nunmber up |
Commit 1065, by Mathias Bavay | |
Mar 10, 2013 | |
7 years 10 months | Lots of vectors copies were made using push_back(). This is definitely not efficient! This has been replaced by vec_o = vec_i, we will see which impact it has on performances... |
Commit 1064, by Mathias Bavay | |
7 years 10 months | Porting Nander's implementation of Thomas algorithm (solver for tridiagonal matrix) to the matrix class |
Commit 1063, by Mathias Bavay | |
Mar 5, 2013 | |
7 years 10 months | Still tracking a stupid bug somewhere between meteoio, snowpack and alpine3d... Trying to remove some unecessary stuff |
Commit 1062, by Mathias Bavay | |
7 years 10 months | reverting an accidental commit from Hera |
Commit 1061, by Mathias Bavay | |
7 years 10 months | Still the wrong conversion for timeval |
Commit 1060, by Mathias Bavay | |
7 years 10 months | fixing some of the warnings found on Hera (sorry for not noticing before). All the size_t / unsigned int stuff will have to be addressed later |
Commit 1059, by Mathias Bavay | |
7 years 10 months | The A3DIO plugin was not properly reading data, this has been fixed. Some warnings have been turned off for osX (signedness and 32/64 bits because of size_t since we will have to redo all our indices to make they consistently rely on size_t) |
Commit 1058, by Mathias Bavay | |
Mar 4, 2013 | |
7 years 10 months | Trying to get rid of a pointer bug in A3DIO: the ifstream object does not need to be a class member (ie reducing its scope), simplifying some calls... |
Commit 1057, by Mathias Bavay | |
Feb 28, 2013 | |
7 years 10 months | make doc fehler behoben |
Commit 1056, by Till Schumann | |
7 years 10 months | Neu |
Commit 1055, by Till Schumann | |
Feb 21, 2013 | |
7 years 10 months | My previous commit was terrible... it simply made it impossible to define optional keys. This has now been fixed but required a change in the API. So, don't use Config::nothrow but IOUtils::nothrow instead. |
Commit 1054, by Mathias Bavay | |
7 years 10 months | The "nothrow" option was not properly forwarded in Config, leading to unnecessary throw/catch. The sun.cc example was set to executable. |
Commit 1053, by Mathias Bavay |