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 | |
Feb 8, 2013 | |
7 years 11 months | small trick to make the backtrace more readable |
Commit 1044, by Mathias Bavay | |
Feb 7, 2013 | |
7 years 11 months | The plugins used to keep a reference to a config object as provided by IOManager. But this was triggering some warnings (reference to an object that might disappear outside of the constructor), therefore it has been replaced by a const copy (it is no |
Commit 1043, by Mathias Bavay | |
Feb 2, 2013 | |
7 years 11 months | Adding an assignment operator so VC++ complains less |
Commit 1042, by Mathias Bavay | |
Feb 1, 2013 | |
7 years 11 months | All the "#ifdef(_WIN)" have been replaced by "#ifdef(WIN)" for consistency. The message box code for Windows and osX has been reorganized, the console messages are now better colorized and the backtrace comes before the error message itself. |
Commit 1041, by Mathias Bavay | |
Jan 31, 2013 | |
7 years 11 months | On osx too, the exceptions can now produce a message box. Several warnings have been fixed (mostly signed/unisgned issues) |
Commit 1040, by Mathias Bavay | |
7 years 11 months | When calling the what() of an exception on Windows, it now shows the message in a dialog box as well as printed in the terminal |
Commit 1039, by Mathias Bavay | |
Jan 30, 2013 | |
7 years 11 months | The estimation of the average sampling rate was quite wrong: it was not correct for multiple stations or for partially empty buffers (ie giving an end date way beyond the real end of the data). It was also claiming to return a value in 1/s but instea |
Commit 1038, by Mathias Bavay | |
Jan 29, 2013 | |
7 years 11 months | Bugfix in libinterpol1D.cc: "if (in_X.size()>0) B=in_X[1]" should read "if (in_X.size()>0) B=in_X[0]" |
Commit 1037, by Thomas Egger | |
Jan 28, 2013 | |
7 years 11 months | Calling FindPopc is actually not necessary... getting rid of it |
Commit 1036, by Mathias Bavay | |
7 years 11 months | The reason for the non-functionning popc version has been found: we have to manually set the cxx compiler to popcc. |
Commit 1035, by Mathias Bavay | |
Jan 24, 2013 | |
7 years 11 months | A header was missing, it has been added (and some includes have been cleaned up) |
Commit 1034, by Mathias Bavay | |
7 years 11 months | Some better error messages have been added to SMETIO as well as some code cleanup. Some comments have been added to IOManager, and missing popc code added to DEMObject and Date. |
Commit 1033, by Mathias Bavay | |
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 9 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 10 days | This directory is not needed anymore |
Commit 1029, by Mathias Bavay | |
Jan 8, 2013 | |
8 years 11 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 12 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 21 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 |