AgeSort asc/desc | Change |
---|---|
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 Next | |
Sep 29, 2010 | |
10 years 3 months | Committing the structure |
Commit 1, by Mathias Bavay | |
10 years 3 months | A first version of the new libsnowpack |
Commit 2, by Thomas Egger | |
Oct 6, 2010 | |
10 years 3 months | Added support for writing hazard data to the IMIS Oracle DB - ImisDBIO. The compilation is optional (PLUGIN_IMISIO ON/OFF). |
Commit 3, by Thomas Egger | |
10 years 3 months | Due to memory leaks in occi we need to do some tricks in ImisDBIO to keep our memory safe |
Commit 4, by Thomas Egger | |
Oct 7, 2010 | |
10 years 3 months | Changed the define DEFAULT DEFLT, because it conflicts with libocci (oracle...) and added timezone support for the ImisDBIO class. |
Commit 5, by Thomas Egger | |
Oct 11, 2010 | |
10 years 3 months | A few bugfixes for the operational version and a little bit of cleanup. Hazard.cc: the dewpt_def is calculated in a different way for operational and research version Snowpack.cc: no more dependency of the define RESEARCH Radiation.cc: wrong calcul… |
Commit 6, by Thomas Egger | |
Oct 12, 2010 | |
10 years 3 months | Added Q_PROCESS_IND/Hdata_ind to the IO function writeHazardData (needed to be updated in all children of SnowpackIOInterface) |
Commit 7, by Thomas Egger | |
Oct 18, 2010 | |
10 years 3 months | Added search functionality to cmake for meteoio include and library directories. |
Commit 8, by Thomas Egger | |
10 years 3 months | path correction for meteoio include dir |
Commit 9, by Thomas Egger | |
10 years 3 months | Added a virtual destructor to the SnowpackIOInterface class and changed the class Q_PROFILE_DAT |
Commit 10, by Thomas Egger | |
Oct 21, 2010 | |
10 years 3 months | Adapted the behaviour of output and input to exactly mirror the old snowpack operational behaviour, writing to and from the same location or reading from one writing to another is now possible - please set the corresponding paths in the input and ou… |
Commit 11, by Thomas Egger | |
Oct 22, 2010 | |
10 years 3 months | Optional Input key SNOWFILE. In research mode the sno-file may be denoted explicitly by specifying the full path to the file. |
Commit 12, by Thomas Egger | |
10 years 3 months | Some better defaults have been chosen for the CMakeLists.txt, a warning has been fixed in Solver.cc and two cmake extensions written for finding MeteoIO (which will be committed with MeteoIO) and libsnowpack itself to be copied in applications using… |
Commit 13, by Mathias Bavay | |
10 years 3 months | Adding the first version of the lsm file |
Commit 14, by Mathias Bavay | |
10 years 3 months | oups, I forgot the new library header to be included by the applications using libsnowpack... |
Commit 15, by Mathias Bavay | |
Oct 23, 2010 | |
10 years 3 months | The detection of MeteoIO and Libsnowpack by cmake was suboptimal. It has been made more standard. |
Commit 16, by Mathias Bavay | |
10 years 3 months | One more file was missing for cmake... |
Commit 17, by Mathias Bavay | |
Oct 24, 2010 | |
10 years 3 months | Improved libraries autodetection |
Commit 18, by Mathias Bavay | |
10 years 3 months | Much improved autodetection of Oracle's OCCI library |
Commit 19, by Mathias Bavay | |
10 years 3 months | Oups. forgot one improvement: if the user types in the path to meteoio, it will still correctly link |
Commit 20, by Mathias Bavay |