malte_langkabel e1683d047a ui: clickable file scope
* When content that is shown in a snippet is located in the file scope, the snippet's title bar displays the file's name. Clicking this name has the same effect as maximizing the file (the file's entire content is shown but the file symbol is not activated).
2015-10-15 12:24:24 +02:00
2015-10-14 15:40:10 +02:00
2015-10-07 14:35:01 +02:00
2015-09-09 16:39:23 +02:00
2015-10-14 15:40:10 +02:00
2015-10-15 12:24:24 +02:00
2015-10-14 15:40:10 +02:00
2015-10-14 15:40:10 +02:00

Masterproject

Setup

External Software
Environment Variables
  • QT_DIR - ...\Qt\Qt5.2.1\5.2.1<IDE>\
  • CXX_TEST_DIR - .../cxxtest-4.3/
  • CLANG_DIR - .../clang-llvm/
  • BOOST_159_DIR - .../boost_1_59_0
  • EIGEN_DIR - .../eigen

For Win32:

  • VLD_DIR - .../Visual Leak Detector
  • path - apped path to git.exe
Settings

Run setup script: $ ./script/setup.sh

Updating Clang on UNIX

$ cd .../clang_llvm

$ cd llvm $ git pull origin master

$ cd tools/clang $ git pull origin master

$ cd tools/extra/ $ git pull origin master

$ cd ../../../../../build_debug $ cmake -G Ninja ../llvm $ ninja -j4 check-all

$ cd ../release_build $ cmake -G Ninja -DCMAKE_BUILD_TYPE=Release ../llvm $ ninja -j4 check-all

Remarks
  • Boost lib dir: rename library directory for your system (e.g.: 'lib32-msvc-12.0') to 'lib'
S
Description
Sourcetrail - free and open-source interactive source explorer
Readme
292 MiB
Languages
C++ 63.4%
Java 32.7%
CMake 1.6%
Shell 1.1%
CSS 0.6%
Other 0.4%