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 142 143 144 145 146 147 148 149 Next | |
Jun 18, 2012 | |
8 years 8 months | Add manual, how to set up basic CDasch client for nightly test |
Commit 902, by David Zanella | |
8 years 8 months | Remove file which was commited to much |
Commit 901, by David Zanella | |
Jun 16, 2012 | |
8 years 8 months | Pushed documentation version number, more robust file globing for the libraries, more standard uppercase/lowecase conversion and the extra parameters in SMET are now forced to uppercase (so all parameters are uppercase when they come out of the plugi |
Commit 900, by Mathias Bavay | |
Jun 15, 2012 | |
8 years 8 months | - target distclean make better clean, means even more temporary files generated by cmake are removed (not all yet.... the temporary files for packing and the makefiles himself are still present) - Introduce based on the examples a basic test structu |
Commit 899, by David Zanella | |
8 years 8 months | branching from trunk at revision 896 |
Commit 898, by Mathias Bavay | |
8 years 8 months | Removing unused branch and renaming the "branch" directory |
Commit 897, by Mathias Bavay | |
Jun 11, 2012 | |
8 years 8 months | Since the autotools are obsolete (and unmaintained) in MeteoIO, they have been removed. The popc++ version can be compiled with cmake (with some tricks: disable GSN and force the compiler to popcc). For consistency, the various definitions of ot_de |
Commit 896, by Mathias Bavay | |
Jun 8, 2012 | |
8 years 8 months | The example Makefile should now be more robust while remaining simple. The FindMeteoIO macro has been simplified and a FindMeteoIOPOPC created |
Commit 895, by Mathias Bavay | |
Jun 5, 2012 | |
8 years 9 months | Better error messages, preliminary support for zcoord (but this will be tricky...) |
Commit 894, by Mathias Bavay | |
Jun 4, 2012 | |
8 years 9 months | the to_rad and to_deg conversion coefficients have been added to meteoconst. Small fixes for popc (missing "using namespace" and more marshaling) |
Commit 893, by David Zanella | |
Jun 1, 2012 | |
8 years 9 months | wrong svn command, reverting |
Commit 892, by Mathias Bavay | |
8 years 9 months | Tagging release 2.2.0 |
Commit 891, by Mathias Bavay | |
8 years 9 months | Tagging release 2.2.0 |
Commit 890, by Mathias Bavay | |
8 years 9 months | Fixed release date |
Commit 889, by Mathias Bavay | |
May 31, 2012 | |
8 years 9 months | New methods "getNx(), getNy(), getNz()" have been implemented for easy looping over arrays/grids. |
Commit 888, by Mathias Bavay | |
8 years 9 months | An optimization from Yesterday was actually breaking the whole resampling... This has been fixed (thanks to Nander and David for finding this problem!) |
Commit 887, by Mathias Bavay | |
8 years 9 months | reverting wrongly committed files |
Commit 886, by Mathias Bavay | |
8 years 9 months | Fixed a type mismatch |
Commit 885, by Mathias Bavay | |
8 years 9 months | A cleaner way of implementing the Date optimization has been implemented (relying on a define to switch back to the previous implementation if necessary). The compilation of the GSN plugin is now turned on by default. The version numbers have been pu |
Commit 884, by Mathias Bavay | |
May 30, 2012 | |
8 years 9 months | A few "consts" have been added. The dates are now considered to be positive which allows comparison operators to be optimized: converting 1 year of hourly data with data_converter got almost 30% faster. Moreover, when looking for resampling window, t |
Commit 883, by Mathias Bavay |