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 | |
Aug 20, 2009 | |
11 years 7 months | NON workin submit of the GRASS plugin, together with the necessary modifications in configure.ac and Makefile.in |
Commit 80, by Thomas Egger | |
Aug 19, 2009 | |
11 years 8 months | Added a Date_IO::toString method that takes a flag in order to determine the format of the date: currently, either ISO or NUM for a purely numeric output. Fixed some warnings in ARCIO and fixed some (currently unused) flags in the Makefile.in |
Commit 79, by Mathias Bavay | |
Aug 18, 2009 | |
11 years 8 months | Very minor change: using unsigned ints for the SPECIAL_PTS coordinates. |
Commit 78, by Mathias Bavay | |
11 years 8 months | Suppressed some newly introduced warnings and fixed the documentation so doxygen does not complain anymore... |
Commit 77, by Mathias Bavay | |
Aug 17, 2009 | |
11 years 8 months | ARCIO is a new plugin able to read ESRI ASCII (ARC/INFO ASCII GRID) files. * this functionality has previously subsided in A3DIO, where it has been deleted and moved to ARCIO * to reference this plugin in io.ini use "ARC" * to reference A3DIO in io.i |
Commit 76, by Thomas Egger | |
11 years 8 months | In order to get MeteoIO to work with popc, BufferedIOHandler had to be tweaked (only for the popc version). Missing definitions in Laws have been added (so that it is synchronized with the one in snowpack_core). |
Commit 75, by Mathias Bavay | |
11 years 8 months | The dynamic loading of plugins is now possible under Windows * in order to be able to compile under Windows, the "printf"s in the Makefile.in were changed to "echo" * the Makefile currently cannot link the plugins correctly on a windows platform, a s |
Commit 74, by Thomas Egger | |
Aug 14, 2009 | |
11 years 8 months | The popc version now works (thanks Laurent for your help!!). A small warning has been removed (base class instantiation). The autotools configuration has been slightly improved (checking for pkg-config only if needed). The meteoio_demo demo program |
Commit 73, by Mathias Bavay | |
Aug 13, 2009 | |
11 years 8 months | Another round of fixes for the popc version. A few tricks have been implemented (using typedefs to make popc's parser accept some inputs, making ConfigReader more flexible so it would be easier to implement some possibily necessary tricks later on, e |
Commit 72, by Mathias Bavay | |
11 years 8 months | Cleanup of header files: no namespace should ever be used in header files, please make the namespace explicitly visible through the scope operator (::)! e.g. instead of using vector<string> vecString, please use std::vector<std::string> in the header |
Commit 71, by Thomas Egger | |
Aug 12, 2009 | |
11 years 8 months | Some more fixes for the popc version... Implementing missing marshaling functions, and a few tricks to make it work with popc... A new file has been added, IOPlugin.h, so that this definition is common to popc and regular c++. |
Commit 70, by Mathias Bavay | |
11 years 8 months | Trying to make the popc version work again... by adjusting the popc code to the latest changes. It does not work yet. |
Commit 69, by Mathias Bavay | |
Aug 10, 2009 | |
11 years 8 months | Adding GSNIO as new plugin to the meteoio library. - please use ./configure --with-gsnio to activate the compilation of the plugin - the directory gsn in the pluginfolder contains the wsdl file of the GSN web service, the stlvector.h and a test prog |
Commit 68, by Thomas Egger | |
11 years 8 months | First fix for bringing the popc version up to date. Some warnings in IOUtils and Meteo2DInterpolators have been fixed (non explicit cast). |
Commit 67, by Mathias Bavay | |
Aug 7, 2009 | |
11 years 8 months | * Complete rewrite of IOHandler: Now it is very easy to add new plugins (adding one line), all the internals (allocation, loading, deleting, loading the right plugin for each IOInterface function) are transparently done. * changed one parameter in r |
Commit 66, by Thomas Egger | |
11 years 8 months | Further code reduction in Date_IO - removed explicit assignment operator and copy constructor (flat copy is good enough) |
Commit 65, by Thomas Egger | |
11 years 8 months | New constructor and setDate function added to Date_IO: Date(const time_t&); setDate(const time_t&); and a getter function: time_t getEpochTime() returning a time_t type date. time_t is defined in the <ctime> and holds the seconds, that have passed s |
Commit 64, by Thomas Egger | |
Aug 4, 2009 | |
11 years 8 months | Added the p field (air pressure) to the constructor and the setMeteoData function. |
Commit 63, by Thomas Egger | |
Aug 3, 2009 | |
11 years 8 months | Main changes: * GeotopIO plugin, to read GeoTOP formatted files * IOHandler: code reduction for the loading and unloading of plugins * MeteoData: added one files "p" * IOUtils: added one more readLineToVec for different delimiters (comma, column, .. |
Commit 62, by Thomas Egger | |
Jul 29, 2009 | |
11 years 8 months | * Comments in BufferedIOHandler and IOInterface adapted * Fixed a nasty bug in BufferedIOHandler that lead to seg faults. |
Commit 61, by Thomas Egger |