summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fixed tiff(a) bugConstantin2010-04-091-3/+4
|
* Error token substitution bug fixed.Constantin2010-04-051-2/+2
|
* fixed inv_tiff bugConstantin2010-04-051-2/+2
|
* fixing compilation error.Constantin2010-04-011-4/+2
|
* doxygen related changes in indexmgr directoryroot2010-04-019-16/+62
|
* converted applications,clientcomm,commline,compression,debug and include ↵root2010-04-0134-30/+200
| | | | directories to modules.chnages made by billy
* checked documemnation on these .hh files, all files are okroot2010-04-015-35/+0
|
* Module for Rasodmgshaan2010-04-0120-2/+95
|
* Module for Rasdlshaan2010-04-013-1/+149
|
* Module for networkshaan2010-04-018-0/+74
|
* Module for timeshaan2010-04-011-0/+10
|
* Module for tilemgrshaan2010-04-012-0/+11
|
* Added java/ directory to automake systemConstantin2010-03-256-7496/+4475
|
* fixed multidimentional csv export.Constantin2010-03-251-1/+1
|
* Fixed optimization level bug when creating new collection.Andrei Aiordachioaie2010-01-272-0/+2
|
* Updated query tree constructor to use optimization level enumeration.Andrei Aiordachioaie2010-01-261-2/+2
|
* Added a layer of abstraction for optimization levels.Andrei Aiordachioaie2010-01-254-1/+34
|
* Changed start_rasdaman.sh script so that it does not block the terminal upon ↵Constantin Jucovschi2009-12-161-1/+1
| | | | exit. Needed so that system tests work.
* Make no compression to be the default and only compression technique.Constantin Jucovschi2009-11-301-0/+4
|
* Reverted changes made in patch # 3233545968eafa348f3479f050cc5b5c30b3a633.Constantin Jucovschi2009-11-041-1/+1
|
* Files generated by automake + aclocalAndrei Aiordachioaie2009-10-2942-10/+35960
|
* Changed default tiling to regularPostgreSQL administrator2009-08-291-1/+1
|
* PB: corrected startup messagePeter Baumann2009-08-271-16/+3
|
* Tiling & Indexing options added to rasql grammarAndrei Aiordachioaie2009-08-2728-369/+1714
|
* PB: applying patch 0001-PB-some-error-corrections-text-improvements-wrt-in.patchv8.1Peter Baumann2009-08-032-0/+0
|
* PB: use CONFDIR for config file access; make sure there is no path buffer ofloPeter Baumann2009-07-302-9/+12
|
* fix: last value in CSV encoded output wrongPeter Baumann2009-07-281-1/+1
|
* make TIFF understand further pixel types, such as floatPeter Baumann2009-07-282-525/+640
|
* PB: fixed bug: rasmgr dies when spawning rasserver; reason was: insufficient ↵Peter Baumann2009-07-281-1/+10
| | | | cmd line buffer
* PB: adjust tile width if not matching with incoming tile size (from CJ)Peter Baumann2009-07-261-4/+12
|
* PB: fix problem of "db not open" / "ta not open" (proposed by CJ)Peter Baumann2009-07-261-12/+12
|
* PB: introduced some symbolic constants (start for cleanup); VLOG -> TALK; ↵Peter Baumann2009-07-263-35/+62
| | | | sprintf: %d -> %ld
* PB: to allow verification, tell installation path at the end of ./configurePeter Baumann2009-07-261-1/+1
|
* fixed generation of lib/ and include/ folders on installAndrei Aiordachioaie2009-07-2628-613/+57
|
* extended to understand 16-bit unsigned int pixel type (by SJ)Peter Baumann2009-06-211-7/+30
|
* changes needed to compile source code on SuSE distribution.Constantin Jucovschi2009-05-041-3/+1
|
* fixed rasdl database connection bugConstantin Jucovschi2009-05-041-0/+1
|
* libnames-fixMihai Cirlanaru2009-05-021-15/+15
|
* libclientcommm.a fix for insertppmSorin Stancu-Mara2009-04-271-1/+1
|
* Corrected compilation structure for rnprotocol dirSorin Stancu-Mara2009-04-278-57/+36
| | | | | | | | | | | | | | Removed the rnprotocol Makefile and adjusted compilation structure. Originally both rnprotocol, servercomm and clientcomm directories were pushing files into libservercomm.a and libclientcomm.a. Because the libraries stay in the directories where they were created the libs were never merged. While this was okay for the server it is impossible to deploy both libraries that contain all the required object files. Now the servercomm and cliencomm are responsible for compiling the files in rnprotocol and joining them into the respective libraries.
* Added ignore for the generated filesSorin Stancu-Mara2009-04-251-0/+59
|
* Initial commitv8.0Constantin Jucovschi2009-04-242697-0/+328497