Kryptostack
TASKTAGS
File Line Tag Details
sok.cpp 35 IDEA SOK should not know anything about SO's attributes_.
sok.cpp 118 IDEA getI from execution stack should do a different ErrExit()!
context.h 32 IDEA move the check of the dictstack size >= 3 into the invariants?
helper.h 41 IDEA migrate to an enum
helper.h 46 IDEA migrate to an enum
error.cpp 25 IDEA static_assert sizeof enum == siozeof opErrorMessages
opdiss2.cpp 69 IDEA indentation is >4
opdiss2.cpp 93 IDEA move allchanges to a Interpreter status field.
adapter128.cpp 40 IDEA Find an optimized library implementation or
adapter128.h 40 IDEA detailed description
makefile 96 IDEA How to keep in sync with the KDevelop configuration?
makefile 138 IDEA Do not createa UTest.gcno instead of removing them after creation.
makefile 185 IDEA this dependencies are error-prone
makefile 186 IDEA We should count lines in k[bc].tbl instead of k[bc]
opint.cpp 95 IDEA 34 ist a magic number, indeed.
README.md 663 IDEA TBD
README.md 695 IDEA no instantiation forced with non-public ctors, etc.
interpreter.h 109 IDEA Can be solved with an implementation of multiple contexts
socomp.cpp 63 IDEA Block an infinite recursion in SOA:bind().
socomp.h 87 TODO Should print "\000" for character 0 within string length.
socomp.h 164 IDEA use std::all_of()
opana.cpp 328 IDEA We copy at least 3 times. move to SOR::ceil()
opana.cpp 675 IDEA We copy at least 3 times. move to SOR::floor()
opana.cpp 1046 IDEA #54 Unicode
opana.cpp 1196 TODO copy traditional rand() implementation: https://stackoverflow.com/questions/1026327/what-common-algorithms-are-used-for-cs-rand
opana.cpp 1267 TODO copy traditional rand() implementation: https://stackoverflow.com/questions/1026327/what-common-algorithms-are-used-for-cs-rand
opana.cpp 1268 TODO Context has to maintain the seed.
opana.cpp 1270 TODO this is not any I
opana.cpp 1329 IDEA We copy at least 3 times. move to SOR::trunc()
opdiss.cpp 108 IDEA implement full red book copy operator
sosimp.h 350 IDEA Should we define invariant() and call the parent class invariant() just to document it? */
dolcov.sh 18 IDEA https://stackoverflow.com/questions/12717239/how-to-include-test-case-descriptions-in-lcov-genhtml-code-coverage-output
dolcov.sh 19 TODO let the *.gcda live in Coverage/. Idea: move parser, kb, ks to Coverage
dolcov.sh 90 IDEA A new command line option -T to get the pure build type as output.
sosimp.cpp 43 IDEA Even GhostScript has an infinite loop here!