- 23 Mar, 2011 1 commit
-
-
Mathias Bavay authored
Fixed some bad naming in DynamicLibrary, silenced an unnecessary warning from Visual C++ (urging us to use non standard library calls), fixed some DLL exports for Visual C++.
-
- 22 Mar, 2011 1 commit
-
-
Mathias Bavay authored
A small bug has been fixed for code::blocks (dll_import should not be set for code::blocks on Windows). All #ifdef WIN32 have been replaced by #ifdef _WIN32 (which should be more standard). Version numbers have been pushed to 2.0.1 in order to prepare our upcoming release.
-
- 10 Mar, 2011 2 commits
-
-
Mathias Bavay authored
A few functions have been added to the Atmosphere class that are usefull (specifically for Alpine3D snowdrift)
-
Mathias Bavay authored
More fixes for Visual C++ (but not all done yet) as well as new assignments operators for 1d, 2d, 3d arrays. It is now possible to do something like my2Dgrid.grid2D = 2.; and every cell will be filled with 2.
-
- 08 Mar, 2011 1 commit
-
-
Mathias Bavay authored
The Wextra warning option is now disabled for Windows systems, so Visual C++ won't complain about it.
-
- 22 Feb, 2011 1 commit
-
-
Mathias Bavay authored
Finally, the Windows packaging works cleanly. The start menu links work, the add/remove software texts and icon work, the components installation works.
-
- 21 Feb, 2011 1 commit
-
-
Mathias Bavay authored
The popc autotools build was not working (I forgot to put the WindAvg filter). This has been fixed alongside some cpack fixes for the Windows packaging.
-
- 18 Feb, 2011 1 commit
-
-
Mathias Bavay authored
An icon has been designed and the CMakeLists.txt improved for building the Windows installer. This is not yet perfect, but we are moving forward!
-
- 16 Feb, 2011 1 commit
-
-
Mathias Bavay authored
Fixed a few compilation warnings found on Illusion. The buffer centering has been introduced in BufferedIOHandler: the user can specify centering as a fraction of the buffer size or as a duration before the requested date (when rebuffering). The documentation has been updated accordingly. Debugging output cleanup in CosmoXML.
-
- 04 Feb, 2011 2 commits
-
-
Marc Diebold authored
-
Mathias Bavay authored
-
- 27 Jan, 2011 1 commit
-
-
Thomas Egger authored
-
- 26 Jan, 2011 1 commit
-
-
Mathias Bavay authored
A new group of classes has been created, under the meteolaws subdirectory. This contains various general meteorological laws, such as a sun radiation model, standard atmosphere, etc The first implementation (not tested yet) of a non-linear least square fit algorithm has been implemented in the libfit1D. Several documentation issues have been fixed (obsolete code examples, etc) and classes grouped by modules. This should help the user to quickly locate the classes of interest.
-
- 09 Nov, 2010 1 commit
-
-
Mathias Bavay authored
-
- 06 Nov, 2010 1 commit
-
-
Mathias Bavay authored
-
- 05 Nov, 2010 2 commits
-
-
Mathias Bavay authored
-
Mathias Bavay authored
Small documentation/indentation update. CPack can now create source packages, by typing "make package_source"
-
- 08 Sep, 2010 1 commit
-
-
Mathias Bavay authored
-
- 07 Sep, 2010 1 commit
-
-
Mathias Bavay authored
-
- 12 Aug, 2010 1 commit
-
-
Mathias Bavay authored
Several speed optimizations have been brought to the 2D interpolations (using the const keyword when possible, etc). The Quake3 1/x^2 approximation has been implemented for the IDW_core and brings a slight loss of precision (1e-6 in relative error in real life tests) while boasting a huge reduction of computational time (factor of 3 when called within Alpine3D with its own overhead). The documentation can now be build and not installed (instead of linking building and installation as previously done)
-
- 10 Aug, 2010 2 commits
-
-
Mathias Bavay authored
-
Mathias Bavay authored
-
- 02 Aug, 2010 1 commit
-
-
Mathias Bavay authored
-
- 22 Jul, 2010 2 commits
-
-
Mathias Bavay authored
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.
-
Mathias Bavay authored
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)
-
- 21 Jul, 2010 1 commit
-
-
Mathias Bavay authored
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)
-
- 19 Jul, 2010 1 commit
-
-
Mathias Bavay authored
-
- 16 Jul, 2010 1 commit
-
-
Mathias Bavay authored
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 compilation with popc to work on Hera (basically the trick would be to force the linker of the plugins to be g++ instead of popc)
-
- 15 Jul, 2010 2 commits
-
-
Mathias Bavay authored
oups, a few things got forgotten... (for plugins compiled with popc as well as package dependencies)
-
Mathias Bavay authored
The installation was still broken (missing some files for the popc version), it has been fixed and the package preparation (cpack) has been improved.
-
- 14 Jul, 2010 2 commits
-
-
Mathias Bavay authored
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)
-
Mathias Bavay authored
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").
-
- 13 Jul, 2010 1 commit
-
-
Mathias Bavay authored
Necessary changes for compiling on Hera (as well as clean up of the CMakeLists.txt compilation files)
-
- 12 Jul, 2010 1 commit
-
-
Mathias Bavay authored
The example io.ini has been cleaned up (some keys were unnecesary). The necessary changes for POPC have been made
-
- 07 Jul, 2010 2 commits
-
-
Mathias Bavay authored
The WSMDF format has been renamed into SMET. Therefore, the plugin has been renamed in SMETIO. Compilation and documentation have been updated accordingly.
-
Mathias Bavay authored
-
- 06 Jul, 2010 1 commit
-
-
Mathias Bavay authored
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).
-
- 02 Jul, 2010 1 commit
-
-
Thomas Egger authored
-
- 28 Jun, 2010 1 commit
-
-
Thomas Egger authored
Added new plugin for WSMDF format. gzipped version of format currently not supported. binary version works, but since the julian date does not fit into a 4 byte (32bit) float, it is unusable. ASCII format works, although unit_multiplier and unit_offset are currently not supported. For location information the easting, northing version is not yet supported. Added function IOUtils::stripComments(string&) it, deletes everything after # or ; from the string&
-
- 22 Jun, 2010 1 commit
-
-
Mathias Bavay authored
-