summaryrefslogtreecommitdiffstats
path: root/rasdl
Commit message (Collapse)AuthorAgeFilesLines
* qlparser+rasdl special cases (flex+bison)Hans Ulrich Niedermann2011-03-071-19/+51
|
* nonrecbuild: Make "autoreconf" and "configure" runHans Ulrich Niedermann2011-03-071-13/+6
| | | | | We still need to adapt the actual make rules and vars so that an actual build might work.
* nonrec-build: Rename Makefile.am to Makefile-filesHans Ulrich Niedermann2011-03-071-0/+0
| | | | | | | | We will keep only three Makefile.am: * $(top_srcdir) * manuals_and_examples/ (needs code to be generated first) * systemtest/ (needs everything to be built)
* build: Use libtool for building all librariesHans Ulrich Niedermann2011-03-071-7/+7
|
* build: Free up CPPFLAGS & Co. for usersHans Ulrich Niedermann2011-03-071-2/+4
| | | | | | | | | | | | | | | | | | The CPPFLAGS, CFLAGS, CXXFLAGS, LDFLAGS vars should be free for use by the person who does the build, so rasdaman itself should put all its internally needed flags to AM_CPPFLAGS, AM_CFLAGS, AM_CXXFLAGS, *_LIBS instead. We do just that, and also put all the C preprocessor defines in _CPPFLAGS so they are used for compiling both C and C++ source files. This redistributes some responsibilities from the _CFLAGS and _CXXFLAGS vars. Also use _LDADD _LIBS where appropriate. As a result, the user can now properly set CPPFLAGS, CFLAGS, CXXFLAGS, LDFLAGS at configure or make time and have these values used in the build.
* gitignore: Ignore and remove generated Makefile.in filesHans Ulrich Niedermann2011-03-071-663/+0
|
* Fixed C++ Examples MakefileAndrei Aiordachioaie2010-06-081-1/+1
|
* Module for Rasdlshaan2010-04-013-1/+149
|
* Files generated by automake + aclocalAndrei Aiordachioaie2009-10-291-0/+663
|
* Tiling & Indexing options added to rasql grammarAndrei Aiordachioaie2009-08-271-2/+2
|
* fixed rasdl database connection bugConstantin Jucovschi2009-05-041-0/+1
|
* Initial commitv8.0Constantin Jucovschi2009-04-2419-0/+5239