Add classes for visitor traversal
[cql-java-moved-to-github.git] / src /
2014-10-15 Jakub SkoczenAdd classes for visitor traversal master
2014-03-19 Jakub SkoczenProper exception message
2014-03-19 Jakub SkoczenMark syntax errors
2014-03-19 Jakub SkoczenDisallow multi-token index names
2014-03-17 Jakub SkoczenProperly render string tokens
2014-03-17 Jakub SkoczenAllow a list of quoted terms
2014-03-17 Jakub SkoczenFix STDIN reading
2014-03-16 Jakub SkoczenMore tests
2014-03-16 Jakub SkoczenSkip null bytes from the output
2014-03-15 Jakub SkoczenTrim zero character
2014-03-15 Jakub SkoczenAdd javadoc
2014-03-15 Jakub SkoczenMore clean up, update readme
2014-03-14 Jakub SkoczenRe-add CQLLexer#main
2014-03-14 Jakub SkoczenRewrite lexer to comply with CQL spec
2014-03-14 Jakub SkoczenAdd tests for failures
2014-03-14 Jakub SkoczenClean-up, docs
2014-03-14 Jakub SkoczenPort regression/randomized testing to JUnit
2013-03-05 Jakub SkoczenFlag to control if keyword terms are allowed
2013-03-05 Jakub SkoczenAllow registration of custom relations
2013-03-05 Jakub SkoczenAllow e-mails in search terms
2013-03-05 Jakub SkoczenAllow '.' to begin a word character
2012-07-25 Jakub SkoczenAdd toString
2012-07-25 Jakub SkoczenRemove CVS expansions
2012-03-16 Jakub SkoczenRecord position in parse exception
2012-02-09 Jakub SkoczenRelation 'exact' is illegal in CQL 1.2
2012-01-19 Jakub SkoczenArgh.. fix the debug flag
2012-01-19 Jakub SkoczenShould not be exposed
2012-01-19 Jakub SkoczenAdd ability to parse from char streams
2011-07-22 Jakub SkoczenMove JavaDocs around
2011-07-22 Jakub SkoczenRename
2011-07-22 Jakub SkoczenMove some code around, simplify
2011-07-22 Jakub SkoczenRewrite XML serialization avoiding string concats
2011-07-22 Jakub SkoczenImport statics directly, bump version
2011-07-22 Jakub SkoczenRewrite inefficient string functions
2011-07-22 Jakub SkoczenUse StringBuilder instead of StringBuffer, optimize
2011-07-22 Jakub SkoczenReplace object with class ref for statics
2011-07-22 Jakub SkoczenAdd override annotations
2011-07-22 Jakub SkoczenChange obsolete collections, remove redundant imports
2011-07-22 Jakub SkoczenHide some memebers as private, add getters
2011-07-22 Jakub SkoczenMake constants read-only
2010-07-27 Mike TaylorReinstate the "exact" relation even when v1.2 is in...
2010-07-27 Mike TaylorPatch from Ralph LeVan to recognise "qualifier.dc.creat...
2010-06-17 Mike TaylorA fix at last for the lexing bug for terms that begin...
2010-05-25 Mike TaylorFix rule that builds jar to use paths correctly.
2010-05-25 Mike TaylorGenerate only word-relations that are good for both...
2010-05-25 Mike TaylorCorrect the set of word-relations recognised -- fixes...
2010-05-19 Mike TaylorisRelation() recognises word-form relations from contex...
2010-05-19 Mike TaylorAdd new and more general isRelation() that recognises...
2010-05-19 Mike TaylorRename method isRelation() to isSymbolicRelation()
2010-05-19 Mike TaylorAdjust paths in Makefile to allow for maven compification.
2010-05-19 Mike TaylorMove .cvsignore to .gitignore
2009-07-24 Jakub SkoczenMavenized.
2008-04-11 mikeAdd getSortIndexes() as suggested by Marcel Versteeg...
2007-08-06 mikeConstructors are public.
2007-07-03 mikeFail a sortspec of zero keys.
2007-07-03 mikePrefixNode propagates sort keys.
2007-07-03 miketoXCQL() renders sort-keys, if any.
2007-07-03 mikeBoolean nodes are generated with an appropriate Modifie...
2007-07-03 mikeImplement new, wider toXCQL() API.
2007-07-03 mikeImplement new, wider toXCQL() API.
2007-07-03 mikePrimary toXCQL() API now includes a Vector of sort...
2007-07-03 mikeNew method parseTopLevelPrefixes() handles both initial...
2007-07-03 mikeAdd "sortby" keyword.
2007-07-03 miketoXCQL() refactored as layer over new underlyingToXCQL()
2007-07-03 mikeSimplify.
2007-07-03 mikeInclude CQLSortNode.class
2007-07-03 mikeNew
2007-06-29 mikeSupport for "==" relation (TT_EQEQ)
2007-06-29 mikeisResultSetIndex() recognises cql.* indexes as well...
2007-06-29 mikeComment.
2007-06-29 mikeNew constructor that takes a "compat" argument indicati...
2007-06-29 mikeRemove obsolete keywords! Whoop!
2007-06-29 mikeRemove op() method.
2007-06-29 mikeRemove op() method, use ms.toCQL()
2007-06-29 mikeRemove op()
2007-06-29 mikeRemove old proximity-specific parsing code.
2007-06-29 mikeRemove extraneous import.
2007-06-29 mikeThrow away a lot of special-case code -- hurrah! :-)
2007-06-29 mikeTreat PROX the same as AND, OR and NOT. Nice.
2007-06-29 mikePass-through constructor.
2007-06-29 mikeTemporarily change the token "ordered" to "xordered...
2007-06-29 mikeComments
2007-06-29 mikeAdd "make test" rule.
2007-06-29 mikeNew gatherModifiers() method, used to implement boolean...
2007-06-29 mikeUse new three-argument forms of boolean-node constructors.
2007-06-29 mikeRemoved ModifierSet, since base class now has this.
2007-06-29 mikeRemove addModifier() methods with setModifiers().
2007-06-29 mikeConstructor accepts a ModifierSet
2007-06-29 mikeBoolean node now carries a ModifierSet.
2007-06-29 mikeAdd single-argument addModifier.
2007-06-29 mikeFix single-argument constructorm, which no-opped.
2007-06-28 mikeParse complex relation modifiers.
2007-06-28 mikeThree-parameter version of addModifier()
2007-06-28 miketoXCL() emits modifiers with "comparison" rather than...
2007-06-28 mikeRemove relation keywords TT_ANY, TT_ALL, and TT_EXACT.
2007-06-28 mikeRemove relation keywords TT_ANY, TT_ALL, and TT_EXACT.
2007-06-27 mikeUnknownQualifierException becomes UnknownIndexException
2007-06-27 mikeRenamemv UnknownQualifierException.java to UnknownIndex...
2007-06-27 mike'qualifier' replaced by 'index' throughout
2007-06-27 mikeaddModifier() now uses broader ModifierSet API.
next