WSL/SLF GitLab Repository

Skip to main content
Sign in
Snippets Groups Projects

Commits · dbc7437779f2a658644426e2495f33b6af8dd5a0

  1. May 10, 2013
  2. May 08, 2013
  3. Apr 18, 2013
  4. Apr 17, 2013
  5. Apr 11, 2013
  6. Apr 10, 2013
  7. Apr 08, 2013
  8. Mar 28, 2013
  9. Mar 26, 2013
  10. Mar 25, 2013
  11. Mar 23, 2013
  12. Mar 22, 2013
  13. Mar 21, 2013
  14. Mar 19, 2013
  15. Mar 18, 2013
  16. Mar 14, 2013
  17. Mar 13, 2013
  18. Mar 12, 2013
  19. Mar 11, 2013
  20. Mar 10, 2013
  21. Mar 05, 2013
  22. Mar 04, 2013
  23. Feb 28, 2013
  24. Feb 28, 2013
  25. Feb 21, 2013
  26. Feb 18, 2013
  27. Feb 15, 2013
  28. Feb 14, 2013
    • Mathias Bavay's avatar
      In order to try to be closer to the spirit of the STL, now the empty... · 3f45c394
      Mathias Bavay authored
      In order to try to be closer to the spirit of the STL, now the empty strings/vectors/lists are tested with .empty(), the first/last elements of vectors accessed with front()/back(), the empty strings are not contructed with string("") but with string(), etc This makes a benchmark based on meteo_reading ~4% faster and this makes the code suprisingly easier to read. 
      
      Some extra constification took place as well as some minor code cleanup (optimizing the comparison between two vectors in order to perform less tests, etc).
      
      The Date class can now properly generate and parse full ISO timestamps, including time zone information. The full specification is now supported by convertString() with a helper method in the Date class. Ouputing an ISO string with its time zone is done by requesting the ISO_TZ format.
      
      
      3f45c394
  29. Feb 13, 2013
  30. Feb 11, 2013
  31. Feb 08, 2013
  32. Feb 07, 2013
    • Mathias Bavay's avatar
      The plugins used to keep a reference to a config object as provided by... · d13e0b75
      Mathias Bavay authored
      The plugins used to keep a reference to a config object as provided by IOManager. But this was triggering some warnings (reference to an object that might disappear outside of the constructor), therefore it has been replaced by a const copy (it is not yet 100% sure if this is really better, but at least the compilers won't complain).
      
      When a user was provinding IMISIO with a non-existing station name, the error messages were quite cryptic. In order to properly tell the user what happened, the code has been slightly reorganized. Some code clean up also took place in IMISIO.
      d13e0b75
  33. Feb 02, 2013
  34. Feb 01, 2013
  35. Jan 31, 2013
  36. Jan 30, 2013
    • Mathias Bavay's avatar
      The estimation of the average sampling rate was quite wrong: it was not... · 7a61d513
      Mathias Bavay authored
      The estimation of the average sampling rate was quite wrong: it was not correct for multiple stations or for partially empty buffers (ie giving an end date way beyond the real end of the data). It was also claiming to return a value in 1/s but instead it was 1/days. This now only takes into account the time interval when there is some data and properly handles multiple stations and returns a value in Hz (or 1/s). The documentation has been expanded. Also some code cleanup (constification).
      7a61d513
  37. Jan 29, 2013
  38. Jan 28, 2013
  39. Jan 24, 2013
  40. Jan 22, 2013
    • Mathias Bavay's avatar
      The detection of popc has been improved, the ARC plugin can now handle empty... · c4724474
      Mathias Bavay authored
      The detection of popc has been improved, the ARC plugin can now handle empty lines in the data section (since some versions of ArcGis produce such files) and the exceptions now remove the full path in front of the source file name when reporting the source code location of an exception (so the users would be less confused by this Desktop\Bavay\etc).
      c4724474
  41. Jan 10, 2013
  42. Jan 09, 2013
  43. Jan 08, 2013
  44. Jan 07, 2013
  45. Dec 11, 2012
  46. Dec 09, 2012
  47. Dec 06, 2012
  48. Dec 05, 2012
  49. Dec 04, 2012
  50. Dec 03, 2012
  51. Nov 30, 2012
    • Mathias Bavay's avatar
      The FileIndexer class has been expanded to cater to the needs of SMET (it is... · ebddecb6
      Mathias Bavay authored
      The FileIndexer class has been expanded to cater to the needs of SMET (it is not the most efficient, but for now...). A bug has been fixed that was leading to segfault. The explanation for the remaining slowness of SNIO has been found: the Config keys were re-read for every parsed line... It is now 10x faster, ie up to par with SMET (more or less).
      ebddecb6
Loading