Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Download ZIP
Visualization tool for Templight C++ template debugger traces
C++ IDL
Branch: master

Storing last filter and showing it again if no node is selected. Allo…

…wing empty filter text. Doing nothing if the filter has not changed since last time.
latest commit d6de05e752
@schulmar authored
Failed to load latest commit information.
icons Pulled in http://plc.inf.elte.hu/templight/templar-20130506.tar.gz (-…
.gitignore Ignoring resulting executable file
README.md Aded some words about Licensing and Copyright
Templar.pro Switching to Qt version agnostic wrappers and to new cgraph library
builder.cpp Pulled in http://plc.inf.elte.hu/templight/templar-20130506.tar.gz (-…
builder.h Pulled in http://plc.inf.elte.hu/templight/templar-20130506.tar.gz (-…
codeeditor.cpp Pulled in http://plc.inf.elte.hu/templight/templar-20130506.tar.gz (-…
codeeditor.h Pulled in http://plc.inf.elte.hu/templight/templar-20130506.tar.gz (-…
common.h Pulled in http://plc.inf.elte.hu/templight/templar-20130506.tar.gz (-…
debugmanager.cpp Pulled in http://plc.inf.elte.hu/templight/templar-20130506.tar.gz (-…
debugmanager.h Pulled in http://plc.inf.elte.hu/templight/templar-20130506.tar.gz (-…
editorhandler.cpp Avoiding overflow of unsigned integer for empty vector (by cast to
editorhandler.h Pulled in http://plc.inf.elte.hu/templight/templar-20130506.tar.gz (-…
entryinfo.cpp Pulled in http://plc.inf.elte.hu/templight/templar-20130506.tar.gz (-…
entryinfo.h Pulled in http://plc.inf.elte.hu/templight/templar-20130506.tar.gz (-…
entryinfo.ui Pulled in http://plc.inf.elte.hu/templight/templar-20130506.tar.gz (-…
entryinfohandler.cpp Pulled in http://plc.inf.elte.hu/templight/templar-20130506.tar.gz (-…
entryinfohandler.h Pulled in http://plc.inf.elte.hu/templight/templar-20130506.tar.gz (-…
entryvectorbuilder.cpp Pulled in http://plc.inf.elte.hu/templight/templar-20130506.tar.gz (-…
entryvectorbuilder.h Pulled in http://plc.inf.elte.hu/templight/templar-20130506.tar.gz (-…
graphhandler.cpp Switching to Qt version agnostic wrappers and to new cgraph library
graphhandler.h Added virtual constructor for polymorphic class
graphvizbuilder.cpp Commented out unused variable
graphvizbuilder.h Commented out unused variable
highlighter.cpp Pulled in http://plc.inf.elte.hu/templight/templar-20130506.tar.gz (-…
highlighter.h Pulled in http://plc.inf.elte.hu/templight/templar-20130506.tar.gz (-…
listwidgethandler.cpp Fixed wrong binding of not operator (previously bound to operand not to
listwidgethandler.h Pulled in http://plc.inf.elte.hu/templight/templar-20130506.tar.gz (-…
main.cpp Fixed Qt includes to be version agnostic
mainwindow.cpp Storing last filter and showing it again if no node is selected. Allo…
mainwindow.h Renamed connectSlotsByName connectable slots to _triggered (activated is
mainwindow.ui Pulled in http://plc.inf.elte.hu/templight/templar-20130506.tar.gz (-…
qgraph.cpp Switching to Qt version agnostic wrappers and to new cgraph library
qgraph.h Pulled in http://plc.inf.elte.hu/templight/templar-20130506.tar.gz (-…
qt_version_switch.h Added preprocessor switch for Qt version to wrap some functionality
resources.qrc Pulled in http://plc.inf.elte.hu/templight/templar-20130506.tar.gz (-…
sourceviewer.cpp Pulled in http://plc.inf.elte.hu/templight/templar-20130506.tar.gz (-…
sourceviewer.h Fixed Qt includes to be version agnostic
sourceviewer.ui Pulled in http://plc.inf.elte.hu/templight/templar-20130506.tar.gz (-…
stringlistdialog.cpp Reordered initialization to match declaration order in header
stringlistdialog.h Silencing clang warning about hidden virtual function
stringlistdialog.ui Pulled in http://plc.inf.elte.hu/templight/templar-20130506.tar.gz (-…
templateeventhandler.cpp Pulled in http://plc.inf.elte.hu/templight/templar-20130506.tar.gz (-…
templateeventhandler.h Fixed struct/class mismatch of forward declaration and declaration
traceentry.h Pulled in http://plc.inf.elte.hu/templight/templar-20130506.tar.gz (-…
tracereader.cpp Pulled in http://plc.inf.elte.hu/templight/templar-20130506.tar.gz (-…
tracereader.h Pulled in http://plc.inf.elte.hu/templight/templar-20130506.tar.gz (-…

README.md

Templar

Visualization tool for Templight C++ template debugger traces

This repository contains an updated version of Templar (http://plc.inf.elte.hu/templight/templar-20130506.tar.gz) from http://plc.inf.elte.hu/templight/

The goal of this version is to be compatible to Qt4/5 and Graphviz 2.34.0 (using CGraph)

Licensing and Copyright

There is no license yet (neither for Templight nor for Templar). As Templight will probably be incorporated into clang the LLVM/clang license is a candidate.

Templar was created by Zoltán Borok-Nagy so he holds the copyright on it.

Build

To build Templar run:

qmake make

in the source folder. After make the folder should contain an executable named "Templar".

Eventually you need to explicitly add the graphviz include path:

qmake INCLUDEPATH+=/path/to/includes/of/graphviz

Compatibility

The current version has been compiled succesfully with Graphviz 2.34.0 and Qt4.8.5/Qt 5.2.0 on GCC 4.8.2 and Clang 3.5 (trunk 196048)

Something went wrong with that request. Please try again.