Historique des commits

Auteur SHA1 Message Date
  JINMEI Tatuya d25ef0869f [2375] cleanup: removed an unused function il y a 12 ans
  Michal 'vorner' Vaner b3bcbf0497 [2375] Eliminate fake states il y a 12 ans
  Michal 'vorner' Vaner 5934fc7661 [2375] Cover the getNextToken with tests without fakes il y a 12 ans
  Michal 'vorner' Vaner 644d7aaedf [2375] Simplify the state transition design pattern il y a 12 ans
  JINMEI Tatuya 5069933d08 [2375] fixed a typo in a comment il y a 12 ans
  JINMEI Tatuya 6b846ec5ed [2375] some style matters: mostly about constness, and folded a long line. il y a 12 ans
  Michal 'vorner' Vaner e27a2922bc [2375] Return a reference to the token il y a 12 ans
  Michal 'vorner' Vaner 907061f81b [2375] Handle EOF after unbalanced parentheses il y a 12 ans
  Michal 'vorner' Vaner 0c0888ef6a [2375] Remove exception handling from getNextToken il y a 12 ans
  JINMEI Tatuya 23b2fe710b [2375] grammar/typo fixes in comments/doc il y a 12 ans
  Michal 'vorner' Vaner 3792c2bf3c [2375] Clarify comment il y a 12 ans
  Michal 'vorner' Vaner f9a8f7668e [2375] Use safety measures il y a 12 ans
  Michal 'vorner' Vaner 20897c866a [2375] Clarify comment il y a 12 ans
  Michal 'vorner' Vaner 99aed51b37 [2375] Test ungetting after EOF il y a 12 ans
  Michal 'vorner' Vaner 12aac74652 [2375] Check an unbalanced parenthesis is detected il y a 12 ans
  Michal 'vorner' Vaner be89b811e8 [2375] Don't restore internal token on ungetToken il y a 12 ans
  Michal 'vorner' Vaner 83053b85d9 [2375] Don't propagate exceptions from internal namespace il y a 12 ans
  Michal 'vorner' Vaner 6131e5b395 [2375] Provide weak exception guarantee il y a 12 ans
  Michal 'vorner' Vaner bc474e2398 [2375] Implement ungetting tokens il y a 12 ans
  Michal 'vorner' Vaner 0287ca83ae [2375] Tests for ungetting tokens il y a 12 ans
  Michal 'vorner' Vaner 33a3143ca0 [2375] Check we don't read past the end il y a 12 ans
  Michal 'vorner' Vaner a48d74bc87 [2375] Add a test a token is actually produced il y a 12 ans
  Michal 'vorner' Vaner 200ed42600 [2375] Implement basic getNextToken il y a 12 ans
  Michal 'vorner' Vaner 9d2bab2003 [2375] Tests for simple versions of getToken il y a 12 ans
  Michal 'vorner' Vaner 1c14515cc6 [2375] A fake state class il y a 12 ans
  Michal 'vorner' Vaner 5a3cd7b57c [2375] getNextToken() and ungetNextToken() interface. il y a 12 ans
  JINMEI Tatuya 504f64b297 [master] Merge branch 'trac2373' il y a 12 ans
  JINMEI Tatuya 377f14a32c [2373] added a comment about if-else complexity in State::start(). il y a 12 ans
  JINMEI Tatuya 843eaa0b84 [2373] added a test for qstring: confirm separators are regarded as part of str il y a 12 ans
  JINMEI Tatuya c3d39b6262 [2373] additional test for escaped str: check escaped \ doesn't confuse lexer. il y a 12 ans