summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of ssh://kahlua:9141/home/git/rasdamanConstantin2010-06-140-0/+0
|\
| * changed build system of java/ folder from makefile to ant (big compilation ↵Constantin2010-06-14215-586/+40
| | | | | | | | time improvement)
* | changed build system of java/ folder from makefile to ant (big compilation ↵Constantin2010-06-14216-586/+44
|/ | | | time improvement)
* solving compilation error introduced by patch: ↵Constantin2010-06-143-7/+5
| | | | 4530d1219de64bf2651f069fbb47f6fe513c20e7
* PB: make more resistant against different HDF packages/versionsPeter Baumann2010-06-091-1/+4
|
* Fixed ax_lib_rasdaman.m4Sorin Stancu-Mara2010-06-091-0/+15
| | | | | Now it will also check for libdf (part of hdf). Added a default error message when rasdaman is not found.
* Changed default tiling to regularPostgreSQL administrator2010-06-091-1/+1
|
* Module for Catalogmgrshaan2010-06-084-76/+338
|
* Modules for reladminifshaan2010-06-0813-11/+43
|
* Modules for relblobifshaan2010-06-086-4/+22
|
* Modules for relcatalogifshaan2010-06-0826-0/+88
|
* Module for relindexifshaan2010-06-083-0/+16
|
* Module for relmddifshaan2010-06-082-0/+11
|
* Module for relstorageifshaan2010-06-081-0/+7
|
* Modules for Rnprotocolshaan2010-06-087-1/+81
|
* Module for Servershaan2010-06-083-1/+16
|
* Module for storagemgrshaan2010-06-081-1/+7
|
* Module for rasmgrshaan2010-06-0811-5/+98
|
* PB: cleanup in auth file name creationPeter Baumann2010-06-081-6/+0
|
* PB: removed unnecessary #ifdef DEBUG stanzaPeter Baumann2010-06-081-13/+0
|
* PB: removed #ifdef NO_OFFICIAL_RELEASEPeter Baumann2010-06-083-9/+5
|
* PB: bug fix: still change NO_OFFICIAL_RELEASE -> RMANDEBUGPeter Baumann2010-06-081-1/+1
|
* PB: adjusted file path length to FILENAME_MAXPeter Baumann2010-06-081-2/+2
|
* PB: defaults are shielded by RMANDEBUG (needs to be propagated to r' community!)Peter Baumann2010-06-081-2/+2
|
* integrate the functional test on rasql to systemtestrasdaman2010-06-08425-1/+16763
|
* PB: added description of scaling with target bboxPeter Baumann2010-06-082-0/+0
|
* PB: improved installation procedure descriptionPeter Baumann2010-06-082-0/+0
|
* PB: HDF changed from MAX_VAR_DIMS to H4_MAX_VAR_DIMS around 9/5/2007 to ↵Peter Baumann2010-06-081-1/+7
| | | | avoid potential conflicts with NetCDF-3 library
* PB: workaround for missing ARG_MAX in limits.h in some glibc versionsPeter Baumann2010-06-081-0/+8
|
* PB: improved Timer output for easy greppingPeter Baumann2010-06-081-2/+3
|
* Fixed C++ Examples MakefileAndrei Aiordachioaie2010-06-086-273/+902
|
* fix : compile warnings in reladminif,relindexifKeshab Raj Neupane2010-06-082-4/+4
|
* Fixed compile warnings in rasdaman/relblobifKeshab Raj Neupane2010-06-081-9/+9
|
* joined .gitignore files of petascope and rasdaman repositories.Constantin2010-06-02173-3109/+3280
| | | | replaced petascope headers with rasdaman community headers.
* Merge branch 'master' of git://kahlua/petascopeConstantin2010-06-02460-0/+64939
|\
| * preparing for joining with rasdaman open sourceConstantin2010-06-02460-0/+0
| |
| * Updated README file.Andrei Aiordachioaie2010-05-061-0/+2
| |
| * Updated stale test case for scaling operation.Andrei Aiordachioaie2010-04-291-2/+2
| |
| * Implemented the scale operation.Andrei Aiordachioaie2010-04-2910-2110/+2360
| | | | | | | | | | Interpolation methods and null resistances are not supported, for the moment.
| * WPS implementation added to PetascopeMichael Owonibi2010-04-075-8/+290
| |
| * Fixed bug in the processing of extra parameters passed to the format encoder.Andrei Aiordachioaie2010-04-078-2/+31
| |
| * Added two more tests.Andrei Aiordachioaie2010-04-076-0/+258
| |
| * Fixed bug where an internal variable name was "im", leading to possibleAndrei Aiordachioaie2010-04-073-3/+3
| | | | | | | | confusion about variables and/or complex number operations.
| * Implemented range expressions.Andrei Aiordachioaie2010-04-0614-55/+210
| | | | | | | | | | | | | | | | | | | | | | | | | | Now WCPS can accept queries of the following form: for c in ( rgb ) return encode( c.red * { red: (char) 1; green: (char) 2; blue: (char) 3 }, "jpeg")
| * Now WCPS can perform sqrt and abs operations no scalar expressions as well.Andrei Aiordachioaie2010-03-318-2228/+2826
| |
| * Deleted unused class.Andrei Aiordachioaie2010-03-311-147/+0
| |
| * Fixed bug related to additions with scalar values.Andrei Aiordachioaie2010-03-318-13/+63
| |
| * Fixed implementation of "extend" and "overlay" operators. AddedAndrei Aiordachioaie2010-03-0310-5/+63
| | | | | | | | the corresponding regression tests.
| * Fixed URL-encoding bug related to parameter "query" in WCPS.Andrei Aiordachioaie2010-02-271-6/+6
| |
| * Source formatted properly.Andrei Aiordachioaie2010-02-27147-10101/+7935
| |