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 | |
Jan 24, 2013 | |
7 years 11 months | Showing the ProcessingStack and Meteo1DInterpolator classes |
Commit 1032, by Mathias Bavay | |
Jan 22, 2013 | |
7 years 11 months | The detection of popc has been improved, the ARC plugin can now handle empty lines in the data section (since some versions of ArcGis produce such files) and the exceptions now remove the full path in front of the source file name when reporting the |
Commit 1031, by Mathias Bavay | |
Jan 10, 2013 | |
8 years 6 days | A new example has been added, to show what can be done with grids. The popc version was broken, this has been fixed. |
Commit 1030, by Mathias Bavay | |
Jan 9, 2013 | |
8 years 6 days | This directory is not needed anymore |
Commit 1029, by Mathias Bavay | |
Jan 8, 2013 | |
8 years 8 days | Added an extra error message in ImisIO and a new method for Config: keyExists() to check if a given key is present (instead of always reading a key with nothrow, etc) |
Commit 1028, by Mathias Bavay | |
Jan 7, 2013 | |
8 years 9 days | Deleting the NROFSTATIONS from the example io.ini since this key is not used anymore and missleading... |
Commit 1027, by Mathias Bavay | |
Dec 29, 2012 | |
8 years 17 days | Tagging release 2.3.0 |
Commit 1026, by Mathias Bavay | |
Dec 11, 2012 | |
8 years 1 month | fixed a timer bug for Windows: the sub-second part was always truncated (wrong cast) |
Commit 1025, by Mathias Bavay | |
Dec 9, 2012 | |
8 years 1 month | Config class: One of the string parameters to findKeys is now a const reference. |
Commit 1024, by Thomas Egger | |
Dec 6, 2012 | |
8 years 1 month | Branching for Till's work on EBalance |
Commit 1023, by Mathias Bavay | |
8 years 1 month | typo... |
Commit 1022, by Nander Wever | |
Dec 5, 2012 | |
8 years 1 month | Improved an error message, improved the main documentation page by adding links to the home page, improved the code examples |
Commit 1021, by Mathias Bavay | |
Dec 4, 2012 | |
8 years 1 month | The FileIndexer class still had some bug (such a surprise). It is now working properly. Some constification in libsmet |
Commit 1020, by Mathias Bavay | |
Dec 3, 2012 | |
8 years 1 month | SMET now uses fully the new file indexer class and creates indexes at least every 2000 lines (as in SNIO) |
Commit 1019, by Mathias Bavay | |
8 years 1 month | fixing some missing casts |
Commit 1018, by Mathias Bavay | |
8 years 1 month | Some warnings have been fixed in the tests and all 'string tmp=""' or 'tmp=""' have been replaced by either an empty constructor (that does the same ) or tmp.clear() (that does the same too) |
Commit 1017, by Mathias Bavay | |
8 years 1 month | Fixing snowpack issue 285: a parenthesis was missing in the hour angle calculation and a special case for 24 hours sunlight or 24 hours night was missing. Both would only impact the sunrise, sunset and sunlight duration calculations (but could trigge |
Commit 1016, by Mathias Bavay | |
8 years 1 month | A casting issue was preventing compilation on Windows |
Commit 1015, by Mathias Bavay | |
Nov 30, 2012 | |
8 years 1 month | The FileIndexer class has been expanded to cater to the needs of SMET (it is not the most efficient, but for now...). A bug has been fixed that was leading to segfault. The explanation for the remaining slowness of SNIO has been found: the Config key |
Commit 1014, by Mathias Bavay | |
8 years 1 month | The indexing for SNIO and SMETIO was not working (because of BUFF_READ_BEFORE, we are almost never restarting exactly at the last read time step, but before). Moreover, SNIO was always reading the whole file, even past the specified dateEnd. This was |
Commit 1013, by Mathias Bavay |