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 Next | |
Oct 9, 2009 | |
11 years 4 months | Clean a few printf |
Commit 113, by Laurent Winkler | |
Oct 5, 2009 | |
11 years 5 months | After the update of the GSN webservice, certain changes had to be made in GSNIO.ini and src/plugins/gsn/test.cc |
Commit 112, by Thomas Egger | |
11 years 5 months | Small fix for GrassIO: COORDPARAM is optional |
Commit 111, by Thomas Egger | |
Sep 18, 2009 | |
11 years 5 months | The IOHandler.h and .ph have been made more similar (like using the same typedef in the .h even if not fully needed, etc). The isSameGeolocalization method has been improved (comparing with an epsilon on lat/long) and added also to Grid3DObjects. |
Commit 110, by Mathias Bavay | |
11 years 5 months | MeteoIO release for Stable Alpine3D-2009 |
Commit 109, by Mathias Bavay | |
Sep 15, 2009 | |
11 years 5 months | Added "make install" and "make uninstall" targets to the CMake build system. The default installation will take place in /usr/local/include (header files) and /usr/local/lib (static libraries meteoio and filter) |
Commit 108, by Thomas Egger | |
Sep 14, 2009 | |
11 years 5 months | Added a target called "distclean" to cmake, that also gets rid of all CMake cache files in all directories |
Commit 107, by Thomas Egger | |
11 years 5 months | CMake fix: now compiler options are always updated in the cmake cache |
Commit 106, by Thomas Egger | |
11 years 5 months | Update for CMake: setting the CC and CXX compiler explicitly for dest zeus and grid |
Commit 105, by Thomas Egger | |
11 years 5 months | fixed memory leak in demo program. |
Commit 104, by Thomas Egger | |
11 years 5 months | Fixed small bug in cmake meteoio compilation (included Laws.c) and added cmake libfilter target |
Commit 103, by Thomas Egger | |
11 years 5 months | These scripts are essential for cmake to work. |
Commit 102, by Thomas Egger | |
11 years 5 months | CMake introduced as build system. It currently supports the non-popc versions of meteoio. You can choose which plugin to compile, whether this is a debug or a release version and what the destination is (zeus, grid or safe). Just run ccmake . in the |
Commit 101, by Thomas Egger | |
Sep 10, 2009 | |
11 years 5 months | The default values for min/max were not always coherent... this has been fixed: an uninitialized min/max is +/- std::numeric_limits<double>::max() like when the matrix has not been initialized. Or to make it simple: test min/max with std::numeric_lim |
Commit 100, by Mathias Bavay | |
11 years 5 months | Tow methods for getting the min and the max value out of a matrix have been added to Array, Array2D and Array3D. The updateAllMinMax of DEMBoject has been updated to rely on that instead of doing it by itself. The doxygen comments of DEMObject have |
Commit 99, by Mathias Bavay | |
Sep 8, 2009 | |
11 years 5 months | GEOtopIO has been cleaned up: It can now parse the station data (read lat, long, alt) and column headers by itself and is ready to deal with any kind of meteo input in GEOtop (until now only one specific test dataset has been used). The parameter NR |
Commit 98, by Thomas Egger | |
11 years 5 months | A parameter has been added to DEMObject::update in order to specify which algorithm to use. It can either take a member from a specifc enum or a string like "HICK" or "CORRIPIO". The isSameGeolocalization method has been added to Grid2DObject in ord |
Commit 97, by Mathias Bavay | |
Sep 7, 2009 | |
11 years 6 months | Adapted A3DIO to the new ConfigReader class. |
Commit 96, by Thomas Egger | |
Sep 6, 2009 | |
11 years 6 months | IMPORTANT: the io.ini files need to be changed: either no section header at all or [General] instead of [Parameters] ConfigReader: * able to deal with sections * if no section indicated in file then it defaults to section "GENERAL" * getValue can de |
Commit 95, by Thomas Egger | |
Sep 5, 2009 | |
11 years 6 months | Parallel version working at last. * Changed method call to readDEM so that polymorphism is not used anymore. |
Commit 94, by Laurent Winkler |