solidity/solc
Christian Parpart 3d4b0f45da liblangutil: refactors SourceReferenceFormatter error formatting for pretty and colored output.
* Refactors output format in a way it is (or should at least be) more readable.
  (NB.: As source of inspiration, I chose the rustc compiler output.)
* Adds color support to the stream output.
* Also improves multiline source formatting
  (i.e. truncating too long lines, like done with single lines already)
* solc: adds flags --color (force terminal colors) and --no-color (disable autodetection)
* solc: adds --new-reporter to give output in *new* formatting (colored or not)
* Changelog adapted accordingly.
2019-02-07 12:55:14 +01:00
..
CMakeLists.txt Rename jsonCompiler to libsolc 2017-12-11 12:49:08 +00:00
CommandLineInterface.cpp liblangutil: refactors SourceReferenceFormatter error formatting for pretty and colored output. 2019-02-07 12:55:14 +01:00
CommandLineInterface.h liblangutil: refactors SourceReferenceFormatter error formatting for pretty and colored output. 2019-02-07 12:55:14 +01:00
main.cpp Remove some global symbols 2017-08-09 12:44:53 +01:00