-
Format
ld
warnings as warnings instead of errors | Cédric Luthi | #160 -
Use
rouge
instead ofpygments
for syntax highlighting | Kyle Fuller | #141 -
Output phase success messages in simple formatter | Delisa Mason | #167
-
Automatically detect terminal color, and make
-c --color
flag redundant | Delisa Mason | #136
You can still use--no-color
or force--color
. -
Show check dependencies phase | Vladimir Burdukov | #176
-
Show compile storyboard outputs
-
Show compilation errors for missing files
- Use the CROSS MARK (U+274C) symbol for errors | Cédric Luthi | #159
- Fixed COMPILE_MATCHER to match all languages | Paul Cantrell | #158
-
Added support for Analyzing target output | Cédric Luthi | #146
-
Improved logging of
ld
error messages | Felix Krause | #153
- Added support for build warnings (even multiline with snippets) | #131
- Support for measuring test runtimes | Norio Nomura | #124
- Support for
write file
andWrite auxiliary files
| Piet Brauer | #128 - Support for
oclint v0.9dev
json-compilation-database | iKiKi | #121 - Syntax highlighting for other languages than Objc (Swift, C++, Objc++, Dylan, Ruby) | #110
- Json-compilation-databse report! | Boris Bügling | #77
- Parsing duplicate symbols | #78
- Improved performance (nobody cares)
- Fix closing files when used from another proccess | Jonas Witt | #75
- New logo
- New output format: tap
- New output format: knock
- Updated parser to support Specta 0.2.1 | Josh Vickery | #64
- Support additional file extensions | Boris Bügling | #59
- Indented test runs by suite
- Added HTML reporter
- removed the faux exit statuts hangling. use
exit ${PIPESTATUS[0]}
- More consistent error output (add some spacing before and after)
- Parsed clang errors
- Parsed ld: errors
- Parse more fatal errors, and CodeSign errors that were printed to STDOUT | #51
- Color semi-slow tests in yellow, slow tests in red | #46
- Add option to specify a custom location for report generation | #43
- major performance fix, it's faster than
cat
by 2-3 times on big inputs. Thanks @kviksilver for providing debug log and helping to reproduce
- show version if not piped | #39
- format linker failures (Undefined symbols for arch...)
- exit(1) if xcodebuild failure detected
- Print compile errors nicely. Currently we support compiler erorrs, and Pods-not-installed errors. Missing mach-o-linker failures
- Added support for loading arbitrary custom printers (experimental) | Eloy Durán | #29
- Show help banner in case no data is piped in | Eloy Durán | #29
- Added support for reporters
- Added JUnit reporter
--no-utf
was set incorrectly. now it works as expected.
- Prettier
--simple
output | Preview - Removed Paint dependency
- Better test failure formatting (added indentation, grouped by suite)
- Added example of running tests continuously
- Support for not using Unicode (
--no-utf
)
- Fixed multi-suite summary output (when tests are run on many devices)
- add Ruby 1.8 support
- add Ruby 1.9 support
- initial version