solidity/liblangutil
Christian Parpart cdd8c72c9d CMake: Explicitly state which files to compile instead of relying on globbing.
Also remove header file lists, as there is no need to add them to
add_library() or add_executable(), which should lower maintenance of the cmake files.
2018-11-26 14:39:24 +01:00
..
CharStream.cpp Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00
CharStream.h Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00
CMakeLists.txt CMake: Explicitly state which files to compile instead of relying on globbing. 2018-11-26 14:39:24 +01:00
ErrorReporter.cpp Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00
ErrorReporter.h Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00
EVMVersion.h Isolating files shared between Yul- and Solidity language frontend. 2018-11-21 18:58:12 +00:00
Exceptions.cpp Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00
Exceptions.h Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00
ParserBase.cpp Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00
ParserBase.h Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00
Scanner.cpp Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00
Scanner.h Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00
SourceLocation.h Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00
Token.cpp Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00
Token.h Replace all occurrences of NULL with nullptr. 2018-11-23 12:57:31 +01:00
UndefMacros.h Isolating files shared between Yul- and Solidity language frontend. 2018-11-21 18:58:12 +00:00