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 | |
Jul 26, 2010 | |
10 years 5 months | Added feature to BufferedIOHandler: By calling readStationData(date, vecStations) an extra attempt will be made to fill the StationData object with other values than nodata in readMeteoData(date, vecMeteo, vecStation), if the object is not already di |
Commit 372, by Thomas Egger | |
Jul 23, 2010 | |
10 years 5 months | When checking for End Of Line character, the eof flag was not properly reset, so when testing 1 line files, the subsequent reading would fail. |
Commit 371, by Mathias Bavay | |
Jul 22, 2010 | |
10 years 5 months | The package generation (using cpack) is now much improved: correct names, contact, etc as well as code examples (also correctly installed when doing a make install). A tgz generator has also been activated. |
Commit 370, by Mathias Bavay | |
10 years 5 months | Tagging release 1.0.0 |
Commit 369, by Mathias Bavay | |
10 years 5 months | Tagging release 1.1.0 |
Commit 368, by Mathias Bavay | |
10 years 5 months | Fixed some small issues in the autotools, added a clearer error message in ImisIO as well as the ability to automatically add the "0" number after stations' names that don't contain one (like for some non-imis stations) |
Commit 367, by Mathias Bavay | |
10 years 5 months | The autotools have been brought back... The popc version can ONLY be correctly compiled with the autotools! The installation as generated by the autotools and by cmake are now identical (same paths) |
Commit 366, by Mathias Bavay | |
Jul 21, 2010 | |
10 years 5 months | The DEMObject can now be configured to automatically calculate slope/azimuth and/or normals and/or curvature (or none) by setting a few flags. The installation has been improved (compiling the plugins in their own directory helps) |
Commit 365, by Mathias Bavay | |
Jul 20, 2010 | |
10 years 5 months | Another bug in the parameter name mapping in SMETIO has been found and some error messages made clearer (with more information). A bug in convertString<Date> has been found that was preventing it from corretly processing dates containing seconds. A |
Commit 364, by Mathias Bavay | |
10 years 5 months | Several bugs have been fixed in Coords: the setEPSG was not working, the altitude was not displayed with the << operator and the formatting of decimal_to_dms was broken in its handling of seconds... The documentation for the resampling has been expa |
Commit 363, by Mathias Bavay | |
10 years 5 months | BUGFIX: A boolean signature check had a boolean evaluation for the version string check that was not performing as intended. |
Commit 362, by Thomas Egger | |
10 years 5 months | BUGFIX: A boolean signature check had a boolean evaluation for the version string check that was not performing as intended. |
Commit 361, by Thomas Egger | |
10 years 5 months | BUGFIX: When adding a key on the fly to the ConfigReader object it disappeared when accessing it in a plugin. Reason: The dynamic instantiation used the filename parameter in the constructor of the plugins instead of the ConfigReader object itself. A |
Commit 360, by Thomas Egger | |
Jul 19, 2010 | |
10 years 5 months | One file was not being properly installed... |
Commit 359, by Mathias Bavay | |
10 years 5 months | The EPSG get and set methods have been added to Coords. The "<<" operator has been redefined for ConfigReader (this is convenient for debugging). The SMETIO plugin has been updated (so that it supports EPSG codes and also to change some column names |
Commit 358, by Mathias Bavay | |
Jul 16, 2010 | |
10 years 5 months | The missing License file has been added. A little bit of cleanup in CMakeLists (removing some code that is anyway not helping for hera). ImisIO and SmetIO have been slightly improved (retrieving full names if available in Imis, supporting several ve |
Commit 357, by Mathias Bavay | |
10 years 5 months | Bugfix: Inside the ConfigReader keys were added to the properties map by using the this pointer. That leads to some weird behaviour when copying the ConfigReader object. Solution: Don't use the this pointer on private member variables if not necessar |
Commit 356, by Thomas Egger | |
10 years 5 months | The newest view of IMIS has been updated into IMISIO, some comments on ArcGIS World File have been added into ARCIO. |
Commit 355, by Mathias Bavay | |
10 years 6 months | one new file required by cmake was forgotten |
Commit 354, by Mathias Bavay | |
10 years 6 months | The new schema of IMIS has been taken into account in IMISIO. A few more changes to the cmake configuration: doxygen is now autodetected and if present, packages would be created with their associated documentation. A few more tries to get the compi |
Commit 353, by Mathias Bavay |