summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* change --with-hdf to --with-hdf4Bihemo Kimasa2011-02-161-11/+11
|
* Message: Addition of optional hdf functionality on rasdaman. Please see ↵Bihemo Kimasa2011-02-161-3/+23
| | | | documentation for more information.
* comment to keep version numbers in syncPeter Baumann2010-12-191-0/+1
|
* JYu: deprecate the unused test from systemtest, setup a new test ↵rasdaman2010-11-251-0/+1
| | | | 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.
* placeholder for petascope compilationConstantin Jucovschi2010-08-121-0/+1
|
* fixing compilation error introduced by changeset ↵Constantin Jucovschi2010-08-121-1/+1
| | | | b523d72a5b65b362e499daf12f045ed9ba12ef28
* added -fPIC compile options. Needed for GDAL.Constantin Jucovschi2010-08-111-1/+3
|
* PB: more benchmark output rectificationPeter Baumann2010-07-301-1/+0
|
* PB: file path cleanup, such as removing RMANHOME variable usagePeter Baumann2010-07-221-1/+1
|
* Merge branch 'master' of ssh://kahlua:9141/home/git/rasdamanConstantin2010-06-141-1/+0
|
* PB: removed #ifdef NO_OFFICIAL_RELEASEPeter Baumann2010-06-081-3/+1
|
* added --enable-benchmark option to configure adapted code so that it compilesConstantin2010-04-281-0/+6
|
* Added java/ directory to automake systemConstantin2010-03-251-1/+3
|
* 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-261-0/+1
|
* changes needed to compile source code on SuSE distribution.Constantin Jucovschi2009-05-041-3/+1
|
* libnames-fixMihai Cirlanaru2009-05-021-15/+15
|
* Corrected compilation structure for rnprotocol dirSorin Stancu-Mara2009-04-271-1/+1
| | | | | | | | | | | | | | 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.
* Initial commitv8.0Constantin Jucovschi2009-04-241-0/+336