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 15, 2010 | |
10 years 6 months | oups, a few things got forgotten... (for plugins compiled with popc as well as package dependencies) |
Commit 352, by Mathias Bavay | |
10 years 6 months | The autotools are now so obsolete that it makes no sense to keep them -> removed The installation was still broken (missing some files for the popc version), it has been fixed and the package preparation (cpack) has been improved. |
Commit 351, by Mathias Bavay | |
Jul 14, 2010 | |
10 years 6 months | Improvements for the cpack instructions. It is now possible to create rpm and deb but unfortunatelly the documentation is not yet included (it must be optional so that we do not impose having doxygen for simply compiling MeteoIO) |
Commit 350, by Mathias Bavay | |
10 years 6 months | A few extra tweaks for compiling on Hera, the version number has been updated to 1.1 and some extra documentation added (drawing on "how to write a plugin"). |
Commit 349, by Mathias Bavay | |
Jul 13, 2010 | |
10 years 6 months | Necessary changes for compiling on Hera (as well as clean up of the CMakeLists.txt compilation files) |
Commit 348, by Mathias Bavay | |
10 years 6 months | The documentation has been extended by adding a workflow diagram and more details for writing plugins. |
Commit 347, by Mathias Bavay | |
Jul 12, 2010 | |
10 years 6 months | The "test" directory was "polluted" by obsolete test code. This has been removed so the user has less risks of getting confused... |
Commit 346, by Mathias Bavay | |
10 years 6 months | The example io.ini has been cleaned up (some keys were unnecesary). The necessary changes for POPC have been made |
Commit 345, by Mathias Bavay | |
10 years 6 months | Oups, one link was missing in the documentation (ResamplingAlgorithms). Added! |
Commit 344, by Mathias Bavay | |
10 years 6 months | The missing images and sources for the class diagram have been committed as well as the SMET file format specification |
Commit 343, by Mathias Bavay | |
10 years 6 months | A class diagram has been added to the documentation as well as more detailed instructions in the "how to write a plugin" section (with links to the template plugin and CMakeLists compilation files) |
Commit 342, by Mathias Bavay | |
Jul 7, 2010 | |
10 years 6 months | GSNIO is now capable of accepting a user specified web service endpoint. Simply add the ENDPOINT key to your io.ini and set it to the correct location, e.g. http://197.43.210.10:22221/services/A3DWebService/ ENDPOINT = http://197.43.210.10:22221/ser |
Commit 341, by Thomas Egger | |
10 years 6 months | The WSMDF format has been renamed into SMET. Therefore, the plugin has been renamed in SMETIO. Compilation and documentation have been updated accordingly. |
Commit 340, by Mathias Bavay | |
10 years 6 months | The plugins flags have been renamed as "PLUGIN_XXX" so that all plugins appear together. |
Commit 339, by Mathias Bavay | |
Jul 6, 2010 | |
10 years 6 months | The warning flags are now grouped in variables that can be enabled/disabled by the plugins. The detection of Oracle paths is now working (and if nothing has been found, the user has to provide these paths in the configuration interface). |
Commit 338, by Mathias Bavay | |
Jul 2, 2010 | |
10 years 6 months | No pedantic compilation for the GSN plugin possible |
Commit 337, by Thomas Egger | |
Jun 30, 2010 | |
10 years 6 months | The WSMDF plugin now sports a nicer formatting of columns in ASCII mode. TODO: unit_multiplier, unit_offset and GZIP |
Commit 336, by Thomas Egger | |
Jun 29, 2010 | |
10 years 6 months | Fixed the behavior of ConfigReader when throwing exceptions: it rethrows so that the error message can be turned off by the receiver of the exception (if simply not printing e.what() when catching the exception). The warnings in FilterAlgorithms ha |
Commit 335, by Mathias Bavay | |
10 years 6 months | Bugfix for MeteoFilter: the vecWindowM was passed by value instead by reference. |
Commit 334, by Thomas Egger | |
Jun 28, 2010 | |
10 years 6 months | The WSMDF binary data format now saves the julian date as a double (64bit) all other parameters are stored as floats (32-bit) and a dataset is terminated by a char '\n'. Binary version of WSMDF working. TODO: change timestamp to julian and GZIP fea |
Commit 333, by Thomas Egger |