summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* build: Fix typo for test port definitionobvious-build-fixesHans Ulrich Niedermann2011-03-071-1/+1
| | | | | Fix typo for test port definition: The defined variable is called RASMGR_PORT, not RASMGRPORT.
* build: Remove unused var definition CHECKLIMITSHans Ulrich Niedermann2011-03-071-2/+0
| | | | CHECKLIMITS is never defined, and never used, so remove it.
* build: Remove redundant variable definitionsHans Ulrich Niedermann2011-03-072-6/+0
| | | | | | RMANBASE is defined in configure.ac to be ${abs_top_srcdir} already, and BASEDB(CXX|LD)FLAGS and RASMGR_PORT are also AC_SUBSTed.
* install: Create $(logdir) without empty file hacksHans Ulrich Niedermann2011-03-072-2/+2
|
* source: #endif has no arguments: comment it outHans Ulrich Niedermann2011-03-073-5/+5
|
* source: Replace #ifdef with working #if defined()Hans Ulrich Niedermann2011-03-071-1/+1
| | | | | | | The #ifdef preprocessor directive only accepts a macro name, not a complete expression. For expressions, use "#if defined(foo) || defined(bar)".
* source: Fix type: Should be QtONCStream*Hans Ulrich Niedermann2011-03-071-1/+1
| | | | | | | The function's return value type should be QtONCStream* instead of QtONCStream::QtONCStream*. This makes g++ actually compile qtdelete.cc.
* source/build: Fix rpcgen generated .h file #ifndefHans Ulrich Niedermann2011-03-071-4/+5
| | | | | | The C preprocessor cannot properly handle the dot in the "#define _RPCIF.H_H_RPCGEN" macro rpcgen creates, so we change that to "#define _RPCIF_H_H_RPCGEN" instead.
* build: Use dnl to comment out AC_PROG_YACCHans Ulrich Niedermann2011-03-071-1/+1
| | | | "dnl" is the safer bet for comments in configure.ac.
* build: Use clean-local for local cleaningHans Ulrich Niedermann2011-03-071-2/+2
| | | | | Defining "clean" target in an Automake build system is wrong. Use "clean-local" instead.
* build: Avoid unnecessary use of PATHHans Ulrich Niedermann2011-03-071-2/+2
|
* build: Fix definition of JARTOOLHans Ulrich Niedermann2011-03-071-2/+2
| | | | Properly quote m4 args, and avoid confusing it with bison.
* build: Use proper quoting for sh vars with spacesHans Ulrich Niedermann2011-03-071-5/+5
| | | | Use proper quoting for shell variables with spaces in their values.
* doc: Add "tips and tricks" section to INSTALLHans Ulrich Niedermann2011-03-071-1/+14
| | | | Document the "git clean" trick (for now, more to follow).
* gitignore: Ignore dirs for test builds and installsHans Ulrich Niedermann2011-03-071-0/+6
|
* gitignore: Ignore eclipse related .metadata/ dirHans Ulrich Niedermann2011-03-071-0/+3
|
* gitignore: Ignore/remove generated systemtest/Makefile fileHans Ulrich Niedermann2011-03-072-423/+1
|
* gitignore: Ignore generated "Makefile" filesHans Ulrich Niedermann2011-03-071-0/+37
|
* gitignore: Prefix all non-pattern files with /Hans Ulrich Niedermann2011-03-071-43/+43
| | | | | This makes it clearer that they are to be found relative to the .gitignore file location.
* gitignore: Split the long list into sectionsHans Ulrich Niedermann2011-03-071-6/+13
|
* gitignore: Add newline at end of fileHans Ulrich Niedermann2011-03-071-1/+1
|
* gitrepo: Remove binary executable filesHans Ulrich Niedermann2011-03-072-0/+0
| | | | | The test_miterd and test_hostcmp binaries can be rebuilt if necessary, so we can remove them from the source tree.
* gitrepo: Remove x bit from *.doc and *.pdfHans Ulrich Niedermann2011-03-073-0/+0
|
* WCS 2.0 implementation in PetascopeHEADmasterDimitar Misev2011-02-16213-12644/+5810
|
* systemtest fixesDimitar Misev2011-02-167-77/+125
|
* change --with-hdf to --with-hdf4Bihemo Kimasa2011-02-162-32/+32
|
* Message: Addition of optional hdf functionality on rasdaman. Please see ↵Bihemo Kimasa2011-02-164-418/+553
| | | | documentation for more information.
* fixed the make clean errorJinsongdi2011-02-061-1/+1
|
* avoid buffer oflo in rasserver invocation, use ARG_MAX consistently (also in ↵Peter Baumann2010-12-192-9/+6
| | | | place of self-defined MAX_CMD_LEN)
* comment to keep version numbers in syncPeter Baumann2010-12-191-0/+1
|
* file not usedPeter Baumann2010-12-191-491/+0
|
* GPL + LGPLPeter Baumann2010-12-192-0/+169
|
* LGPL headerPeter Baumann2010-12-107-31/+26
|
* brush out time/Peter Baumann2010-12-101-57/+139
|
* consequential change of removing time/Peter Baumann2010-12-101-57/+159
|
* unusedPeter Baumann2010-12-106-788/+0
|
* removed time from Makefile.in - still ticket #51 fixPeter Baumann2010-12-101-6/+3
|
* Fix to ticket #51: Re-added updated versionPeter Baumann2010-12-101-0/+10929
|
* This file gets generated and must not be delivered (should fix ticket #51)Peter Baumann2010-12-101-10925/+0
|
* removed unnecessary commentPeter Baumann2010-11-281-1/+0
|
* fix for ticket #27: Installation bugPeter Baumann2010-11-281-1/+2
|
* improved installation descriptionPeter Baumann2010-11-282-0/+0
|
* JYu: deprecate the unused test from systemtest, setup a new test ↵rasdaman2010-11-251829-35577/+3
| | | | architecture with branchs of mandatory test, fixed test, and open test. The rasql query tests are in mandatory test folder. The PG memleak test is in fixed test folder. User can add extra test by following a similar structure.
* rasmgr_auth -> rasmgr.authPeter Baumann2010-11-032-1/+6
|
* JYu: systemtest patch with memleak testJinsongdi Yu2010-11-03204-20/+2386
|
* PB: added list of required packagesPeter Baumann2010-10-312-0/+0
|
* replace NULL by empty string to avoid crash during trace outputPeter Baumann2010-10-311-2/+2
|
* Eclipse project filesConstantin2010-10-312-0/+185
|
* PB: another step of doc cleanupPeter Baumann2010-10-312-0/+1284
|
* removed "decomp" keyword from storage layout directive, and improved formattingPeter Baumann2010-10-312-26/+68
|