summaryrefslogtreecommitdiffstats
path: root/qlparser
Commit message (Collapse)AuthorAgeFilesLines
* install: Use custom subdir for libs, data, headersHans Ulrich Niedermann2011-03-071-1/+1
| | | | | | | | | | | | | | Redefine $(pkgdatadir), $(pkgincludedir) and $(pkglibdir) in order to make the subdir component configurable with the RDM_SUBDIR variable. Then install all libraries and include files to the package specific subdirectories, as their names are far too generic to allow general system wide installation, such as e.g. "bool.h" or "libnetwork.a". Move some very custom and non-general scripts (some with generic names) to a new $(pkglibdir)/bin/ subdir.
* gitignore: Ignore and remove generated Makefile.in filesHans Ulrich Niedermann2011-03-071-673/+0
|
* source: #endif has no arguments: comment it outHans Ulrich Niedermann2011-03-071-3/+3
|
* 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.
* removed "decomp" keyword from storage layout directive, and improved formattingPeter Baumann2010-10-312-26/+68
|
* extended sdom operation to also work on any general expressions. Needed to ↵Constantin2010-08-111-5/+3
| | | | support GDAL driver.
* 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-252-0/+27
|
* Files generated by automake + aclocalAndrei Aiordachioaie2009-10-291-0/+673
|
* Tiling & Indexing options added to rasql grammarAndrei Aiordachioaie2009-08-2710-318/+1286
|
* fixed generation of lib/ and include/ folders on installAndrei Aiordachioaie2009-07-261-1/+1
|
* Initial commitv8.0Constantin Jucovschi2009-04-24146-0/+31559