Historique des commits

Auteur SHA1 Message Date
  JINMEI Tatuya 430b6e2f07 [2371] move the definition of END_OF_STREAM from test to the main impl .cc. il y a 12 ans
  JINMEI Tatuya f5c629c8fa [2371] added notes about the two mode of error handling: retval and exception. il y a 12 ans
  JINMEI Tatuya c1e1248555 [2371] cleanup: removed now-unnecessary include il y a 12 ans
  JINMEI Tatuya 282cb2ff2e [2371] more comment wording adjustments il y a 12 ans
  JINMEI Tatuya 7a72794ffa [2371] catch an error in opening a source file and gives feedback to caller. il y a 12 ans
  JINMEI Tatuya f15deef54e [2371] adjusted test name/comment to match the method name change of open/close il y a 12 ans
  JINMEI Tatuya b2fe684c2f [2371] renamed open/close() {push,pop}Source() as suggested in review. il y a 12 ans
  JINMEI Tatuya d0a51e7f91 [2371] define END_OF_STREAM within InputSource to avoid duplicate def. il y a 12 ans
  JINMEI Tatuya 5654a07319 [2371] use the real InputSource class instead of the temporary fake version. il y a 12 ans
  JINMEI Tatuya fadf2a8a91 [2371] Merge branch 'trac2369' into trac2371 il y a 12 ans
  Mukund Sivaraman 80b227af0b [2369] Move exceptions to the top of class il y a 12 ans
  Mukund Sivaraman a2090f1d57 [2369] Throw OpenError when opening the input file fails il y a 12 ans
  Mukund Sivaraman f142087f73 [2369] Add a file test as well il y a 12 ans
  JINMEI Tatuya a77ea5d4e9 [2371] fixed a trivial description error in doc il y a 12 ans
  JINMEI Tatuya cb7e1e285e [2371] doc wording update as suggested in review il y a 12 ans
  Mukund Sivaraman 29a6cb5fb2 [2371] Make minor comment updates il y a 12 ans
  Mukund Sivaraman e32617d592 [2369] Explain how compact() affects ungetAll() il y a 12 ans
  Mukund Sivaraman eb92bed532 [2369] Distinguish between EOF and failures in getChar() il y a 12 ans
  Mukund Sivaraman 5ac6e8b56c [2369] Use a const variable's value for END_OF_STREAM state il y a 12 ans
  Mukund Sivaraman 710bac3516 [2369] Initialize buffer_pos_ with 0 il y a 12 ans
  Mukund Sivaraman b27d601b91 [2369] Constify name_ il y a 12 ans
  Mukund Sivaraman 6b8bf7d03e [2369] Rename exception to UngetBeforeBeginning il y a 12 ans
  Mukund Sivaraman 6847454e58 [2369] Rename files to master_lexer_inputsource.{cc,h} il y a 12 ans
  Mukund Sivaraman 0dd898f809 [2369] Use createSreamName() from #2371 instead of using sprintf() il y a 12 ans
  Mukund Sivaraman ba71154440 [2369] Fix vector::erase() call in InputSource il y a 12 ans
  Mukund Sivaraman 51e26dc96b [2369] Add InputSource::compact() method il y a 12 ans
  Mukund Sivaraman 9843e33b58 [2369] Add API documentation for InputSource il y a 12 ans
  Mukund Sivaraman b5ca6ac342 [2369] Make InputSource manage opening files internally il y a 12 ans
  JINMEI Tatuya 213e364291 [2371] define and initialize Token for the lexer. il y a 12 ans
  JINMEI Tatuya 37d79010db [2371] documentation updates il y a 12 ans