index
:
kea.git
master
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
dns
/
master_lexer_inputsource.h
Age
Commit message (
Expand
)
Author
2015-12-16
[4236] Updated copyright dates in all files.
Marcin Siodelski
2015-12-16
[4236] Replaced license text in all files containing it.
Marcin Siodelski
2013-01-10
[2572] introduced a special source size of "unknown".
JINMEI Tatuya
2013-01-09
[2572] documented additional exceptions from InputSource wrt getting size.
JINMEI Tatuya
2013-01-09
[2572] added MasterLexer::getTotalSourceSize().
JINMEI Tatuya
2013-01-09
[2572] added InputSource::getPosition() to return the current positio of src.
JINMEI Tatuya
2013-01-09
[2572] added InputSource::getSize() to know the total size of the source.
JINMEI Tatuya
2012-11-19
[2375] Don't propagate exceptions from internal namespace
Michal 'vorner' Vaner
2012-11-07
[master] Merge branch 'trac2371'
JINMEI Tatuya
2012-11-06
[2371] move the definition of END_OF_STREAM from test to the main impl .cc.
JINMEI Tatuya
2012-11-06
[2369] Make InputSource non-copyable
Mukund Sivaraman
2012-11-06
[2369] Add TODOs to remove saveLine() and compact() later
Mukund Sivaraman
2012-11-06
[2369] Make constructors explicit
Mukund Sivaraman
2012-11-04
[2369] Add InputSource::mark() as a combination of saveLine() and compact()
Mukund Sivaraman
2012-11-04
[2369] Use the more specialized std::ifstream instead of std::fstream
Mukund Sivaraman
2012-11-02
[2371] define END_OF_STREAM within InputSource to avoid duplicate def.
JINMEI Tatuya
2012-11-02
[2369] Move exceptions to the top of class
Mukund Sivaraman
2012-11-02
[2369] Throw OpenError when opening the input file fails
Mukund Sivaraman
2012-11-01
[2369] Explain how compact() affects ungetAll()
Mukund Sivaraman
2012-11-01
[2369] Distinguish between EOF and failures in getChar()
Mukund Sivaraman
2012-11-01
[2369] Use a const variable's value for END_OF_STREAM state
Mukund Sivaraman
2012-11-01
[2369] Constify name_
Mukund Sivaraman
2012-11-01
[2369] Rename exception to UngetBeforeBeginning
Mukund Sivaraman
2012-11-01
[2369] Rename files to master_lexer_inputsource.{cc,h}
Mukund Sivaraman