Sourcetrail v2018.2.77 Release Notes

  • ๐Ÿš€ released 2018-06-18

    • ๐ŸŒ C/C++: Fixed incomplete header file got changed to complete from correct translation unit, although it had errors
    • ๐Ÿ›  Fixed show errors button click on incomplete file with no associated errors showed all errors
    • ๐ŸŽ C/C++: Ship clang compiler headers within package on macOS and Linux (issue #99)
    • ๐Ÿ›  Graph: Fixed undoing one of multiple edge activations caused multiple recenterings of the graph
    • ๐Ÿ›  Fixed links not clickable in source group type selection
    • Explicitly clear all errors when refreshing incomplete files
    • ๐Ÿ›  Graph: Fixed splitting anonymous namespace bundle increased group nesting by 1 every time
    • ๐Ÿ›  Graph: Fixed typedef nodes not grouped within file group
    • ๐Ÿ›  Code: Fixed snippet minimize click expanded snippet again
    • ๐Ÿ›  Fixed changing of selected source group not possible if validity check fails.
    • C/C++: Added C/C++ project setup from Code::Blocks (.cdb), which is also created for cmake projects in QtCreator
    • ๐Ÿ›  C/C++: fixed endless loop in include path auto detection (issue #585, #470)
    • ๐Ÿ›  C/C++: fixed crash in include validation in source group setup
    • ๐Ÿ›  Fixed typo in update check (issue #586)
    • C/C++: Added some compiler flags checks
    • C/C++: Errors without location are now recorded for current main file