Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add headers to targets in CMakeLists.txt. | Daniel Kirchner | 2018-12-17 | 1 | -0/+11 |
| | |||||
* | liblangutil: refactor SourceReferenceFormatter, splitting out retrieval and ↵ | Christian Parpart | 2018-12-06 | 1 | -0/+1 |
| | | | | making use of new SourceLocation's CharStream knowledge | ||||
* | Fix merge problem in CMake files. | chriseth | 2018-11-26 | 1 | -0/+1 |
| | |||||
* | CMake: Explicitly state which files to compile instead of relying on globbing. | Christian Parpart | 2018-11-26 | 1 | -3/+9 |
| | | | | | 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. | ||||
* | Ensure liblangutil is compiled and linked as its own static library. | Christian Parpart | 2018-11-22 | 1 | -0/+6 |