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 148 149 Next | |
Dec 6, 2012 | |
8 years 3 months | typo... |
Commit 1022, by Nander Wever | |
Dec 5, 2012 | |
8 years 3 months | 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 3 months | 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 3 months | 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 3 months | fixing some missing casts |
Commit 1018, by Mathias Bavay | |
8 years 3 months | 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 3 months | 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 3 months | A casting issue was preventing compilation on Windows |
Commit 1015, by Mathias Bavay | |
Nov 30, 2012 | |
8 years 3 months | 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 3 months | 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 | |
Nov 28, 2012 | |
8 years 3 months | some code cleanup in GSNIO, the warnings generated by soap are now turned off (with a hack to make old versions of gcc able to do it) and the plugins directory and component are now removed from the packaging |
Commit 1012, by Mathias Bavay | |
Nov 27, 2012 | |
8 years 3 months | Fixing some Visual C++ warnings |
Commit 1011, by Mathias Bavay | |
Nov 26, 2012 | |
8 years 3 months | The Date class has been revereted in order to compute year, month, day, etc since this is useful when debugging. The external includes that are used for the plugins are now included as system headers in order to avoid generating warnings for some cod |
Commit 1010, by Mathias Bavay | |
Nov 23, 2012 | |
8 years 3 months | The cubic B-spline image resampling algorithm has been implemented in ResamplingAlgorithms2D. Various Weffc++ warnings have been fixed in PNGIO, ImisIO and GRIBIO, leading to the suppression of unused variables. |
Commit 1009, by Mathias Bavay | |
Nov 22, 2012 | |
8 years 3 months | The Suntrajectory now throws IOExceptions. A small bugfix for Android has been added to CMakeLists so it can compile in debug mode. The new domain name (models.slf.ch) is now used in the packages. |
Commit 1008, by Mathias Bavay | |
Nov 21, 2012 | |
8 years 3 months | one file had been forgotten... |
Commit 1007, by Mathias Bavay | |
8 years 3 months | Last general warnings from Weffc++ addressed and we now move a step further: almost all the "deep" warnings as well as Weffc++ are now enabled in debug compilation. |
Commit 1006, by Mathias Bavay | |
Nov 20, 2012 | |
8 years 3 months | documentation fix |
Commit 1005, by Mathias Bavay | |
Nov 11, 2012 | |
8 years 3 months | More fixes so that all can be compiled with -Weffc++ (a few remain, but they are trickier to fix) |
Commit 1004, by Mathias Bavay | |
Nov 5, 2012 | |
8 years 4 months | Adding the corrected IOHandler.h again. Now the revision history is visible again. |
Commit 1003, by Thomas Egger |