WSL/SLF GitLab Repository

Skip to main content
Sign in
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • c01093d0244b87bb76c55a50e23d16738ea5b883
  • master default protected
  • BUFR_changes
  • feature/web-service
  • limiting_trends
  • test
  • MeteoIO-2.11.0
  • webservice-2022
  • MeteoIO-2.10.0
  • MeteoIO-2.9.0
  • MeteoIO-2.8.0
  • MeteoIO-2.7.0
  • MeteoIO-2.6.1
  • MeteoIO-2.6.0
  • MeteoIO-2.5.1
  • MeteoIO-2.5.0
  • MeteoIO-2.4.2
  • MeteoIO-2.4.1
  • MeteoIO-2.4.0
  • MeteoIO-2.3.0
  • MeteoIO-2.2.0
  • MeteoIO-2.1.2
  • MeteoIO-2.1.1
  • MeteoIO-2.1.0
  • MeteoIO-2.0.0
25 results
  • Display full history
  • Display up to revision
Created with Raphaël 2.2.01Oct30Sep2928252322109872131Aug282711107330Jul28272321201716139872130Jun241716151210929May2721626Apr1410982131Mar3026252425Feb1713111086330Jan232022Dec1918171284227Nov2524201813121110731Oct30292822211397632130Sep161443229Aug27262522212019151412431Jul27181411109826Jun252419181716141053229May2623211916121198765330Apr2928252423221514121187127Mar262019181716151413119764328Feb2521201918141176543131Jan30292827232217161513121110973219Dec181312643225Nov2120151392131Oct30282625242321181511542130Sep2423201816131092130Aug2926139531Jul26252423191715528Jun271914531May2725242322212016141310818Apr171110828Mar2625232221191814131211105428Feb211815141311872131Jan30292824221098729Dec119654330Nov2827262322212011543231Oct3029282524232217122124Sep2019181731Aug24232015976131Jul2724232019171627Jun26Improved the error message when subseting an array. Fixed documentation warnings.getHostName() now works properly on WindowsFixed some broken examples and added a getHostName() function in IOUtilsAn new include was missing and the tests were not working anymore after the last changes in CoordsClang tries to check if doxygen comments are correct, but it does not understand quite a big chunk of them... This is quite stupid, so turning off these warningsKeeping Clang happy... macros should not start with "__"...Small fix to get rid of a warning in Alpine3DBetter output format and move a few lines from a wrong location to a right one... (ie fixed a bug in setProj)Fixing the collateral dammage of the split between Coords and CoordsAlgorithms...Fixed a bug in Coords and added support for comments in A3D's POI fileBetter handling of the i,j,k index in Coords objects, better strategy for handling invalid POI (the invalid points can be marked as invalid but kept in the vector)Big cleanup on the Coords: all the coordinate systems support methods have been moved to a new CoordsAlgorithms static class. The "printlatlon()" method has been replaced by toString(Coords::LATLON).Add a few string formats options to Coords for easier use in error messages; minor code cleanup in Date; add a new argument to gridify() in order to be able to retrieve the list of rejected coordinates.There is no need to keep the "hera" target since it can now be handled by standard argumentsMaking the grid operators "const" when possible. Type casting in the << and >> operators of the Arrays to please clang...Final packaging tricks for osX, not relying on deprecated PackageMaker anymore.The Mac icon was missing...Tagging release 2.5.0MeteoIO-2.5.0MeteoIO-2.5.0Small improvement: setting march to "nocona" for intel/amd processors when compiled as "safe" target.More clang warnings fixedAdded a better support of Clang on osX in Cmake; fixed lots of the warnings generated by the "Weveryting" option. Still some work left to do, though\!Pushing version number to 2.5.0For consistency, the CNRM plugin now uses METEOPATHFinally, adding PSUM_PH to the MeteoData enum. And implementing an interpolation algorithm that generates distributed PSUM_PH by calling the parametrizations on each cell.Better handling of the "sanitize" option of gccFinally, a long awaited (and MAJOR) change: HNW is gone, it is now PSUM. This name should be clearer and every occurences of "HNW" (even in temporary variables or algorithms) have been replaced by psum. A check is performed on keys containing "hnw" and an exception is thrown if some are found, urging the user to update the ini file. Please keep in mind that the calling codes have to now refer to MeteoData::PSUM and that some algorithms are now named differently!A few options have been added to gcc compilations, including the use of LTO for releases and SANITIZE by default in debug (and OFF in release). Otherwise, cosmetic changes.A precipitation phase data generator has been implemented. Currently, either fixed threshold or range are provided but more could easily be added.oups, the previous commit contained a debug hack...The K_TO_C and C_TO_K macros have been replaced by static methods in the IOUtils namespace. They now properly check for nodata in order to avoid weird values and outputs...Updating the reference for the tests to reflect the last changesRounding azimuths to 0.1 and preventing azi=360, prefering azi=0 insteadFixed a mistake in my last commit and added file name checks when creating files.Oups, the class prefix was missing...More fixes from FlawFinder: tighter checks on valid file names and a few extra checks otherwise.Trying to close some potential security flaws (using FlawFinder). All files opened for reading are now checked and special files (devices, etc) are refused.fixed a bug in time handling when writing a fileData packing has been implemented (packing from "double" to "int"). The loss of precision is fully negligible with practical data (1/10 of a mm on an Europe-wide DEM for example) while leading to 50% smaller file sizes.The new parameters/tables definitions have been taken into account in order to solve the problem of radiations not being properly read any more. This should now work...Grids can not properly be written out. The data packing is not supported yet and the units handling is still not finished (accumulated values are tricky to handle from within MeteoIO).
Loading