aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* CMakeLists.txt: use HTTPS in project URLv0.2.0Přemysl Janouch2018-06-271-2/+2
|
* Bump version, update NEWSPřemysl Janouch2018-06-271-2/+2
|
* Remember to install icons on WindowsPřemysl Janouch2018-06-251-0/+5
|
* Find a better solution to the Lua situationPřemysl Janouch2018-06-251-1/+15
| | | | | | It seems that I cannot win here. If I want XP to work, I need to keep the old packages in place. This time the resulting program cannot find _time32 in msvcrt.dll.
* Workaround a CMake/pkg-config regressionPřemysl Janouch2018-06-251-1/+4
|
* Fix Lua cross-build, bump the Win32 versionPřemysl Janouch2018-06-251-12/+1
| | | | Something has changed and it could no longer find the include files.
* Make gtk-doc work againPřemysl Janouch2018-06-241-9/+12
| | | | | | | gtk-doc has gained an official CMake module which can fix xrefs. Meanwhile, our old module has stopped working for whatever reason, might be that I've botched the LdCategoryView interface somehow.
* Update READMEPřemysl Janouch2018-06-241-1/+1
|
* Relicense to 0BSD, update mail addressPřemysl Janouch2018-06-241-1/+1
| | | | | | | | | I've come to the conclusion that copyright mostly just stands in the way of software development. In my jurisdiction I cannot give up my own copyright and 0BSD seems to be the closest thing to public domain. The updated mail address, also used in my author/committer lines, is shorter and looks nicer. People rarely interact anyway.
* Openly accept Lua 5.3, cleanupPřemysl Janouch2016-03-201-7/+5
|
* Change license to ISCPřemysl Janouch2016-03-151-1/+1
|
* Use pkg-config for json-glib-1.0Přemysl Janouch2016-03-151-2/+1
|
* Fix RPM dependenciesPřemysl Janouch2015-02-091-1/+1
|
* Make sure to link the tests with libmPřemysl Janouch2015-02-081-2/+2
| | | | Fixes Debian/GCC build.
* Fix to work on Windows XPPřemysl Janouch2015-01-281-11/+16
|
* CMakeLists.txt: use better variablesPřemysl Janouch2015-01-211-33/+33
|
* CleanupPřemysl Janouch2015-01-211-25/+1
|
* Update dependencies in CPack infoPřemysl Janouch2015-01-201-3/+3
|
* Make MinGW-w64 cross-compilation work againPřemysl Janouch2015-01-201-7/+16
| | | | It has come to using pkg-config. :O
* Fix Debian buildPřemysl Janouch2015-01-201-1/+1
|
* Switch to GTK3 via pkg-config, start the portPřemysl Janouch2015-01-191-3/+3
|
* Update vera++Přemysl Janouch2015-01-181-1/+4
|
* We Lua 5.2 nowPřemysl Janouch2015-01-181-3/+5
| | | | Lua 5.1 seems to have been obsoleted. Luckily this was pretty simple.
* Bump CMake to 2.8 for no obvious reasonPřemysl Janouch2015-01-181-3/+3
| | | | And fix FindGtkDoc.cmake with CMake 3.
* Add support for style checking using vera++.Přemysl Janouch2013-04-131-0/+35
|
* Make MinGW{,-w64} crosscompilation working.Přemysl Janouch2013-01-081-0/+4
| | | | Also fix the 7za download path in Win32Depends.cmake.
* Update Win32Depends.cmake, remove SVG stuff.Přemysl Janouch2012-10-101-4/+3
| | | | | | Remove bsdtar, SVG libraries, openSUSE package sources. Don't need those anymore.
* Renaming.Přemysl Janouch2012-10-081-2/+2
| | | | LdCategoryViewIf -> LdCategoryView -> LdCategoryTreeView
* Add LdCategoryViewIf.Přemysl Janouch2012-10-081-0/+2
| | | | Deduplicates parts of LdCategory{,Symbol}View.
* Stub LdCategorySymbolView.Přemysl Janouch2012-10-081-0/+2
|
* Rename LdLibraryPane to LdCategoryView.Přemysl Janouch2012-10-081-2/+2
| | | | And make it load categories recursively using itself.
* Rename LdSymbolCategory to LdCategory.Přemysl Janouch2012-10-081-2/+2
|
* Replace LdLibraryToolbar with LdLibraryPane.Přemysl Janouch2012-10-081-2/+0
|
* Start making a replacement for LdLibraryToolbar.Přemysl Janouch2012-10-081-0/+2
| | | | | The main advantages are the lack of need to create an icon for each category there is in the library and faster workflow.
* Get more GTK+ 3 ready and respect seals.Přemysl Janouch2012-09-051-0/+2
|
* Integrate cppcheck.Přemysl Janouch2012-04-171-0/+4
|
* Make CMakeLists.txt targets more generic.Přemysl Janouch2012-01-291-4/+6
|
* Ignore Qt Creator settings file in the tree.Přemysl Janouch2011-07-051-1/+1
|
* Integrate GSettings, remember View settings.Přemysl Janouch2011-06-121-1/+35
| | | | | | | | | | | The org.logdiag ID has been chosen as I haven't found any specific rules and com.github.logdiag seems not to be future-proof. This domain remains available so far, anyway. The schemas are compiled only when installed directly to CMAKE_INSTALL_PREFIX to the root filesystem. When invoking `make install` with DESTDIR, only the XML files are copied over as the schemas would have to be recompiled later anyway.
* Fix .deb package generation.Přemysl Janouch2011-06-091-1/+2
| | | | | Update the README instructions, too, since fakeroot is essential. Ubuntu 11.04 did not want to accept the package previously.
* Bump to version 0.1.2.v0.1.2Přemysl Janouch2011-03-071-1/+1
| | | | Update NEWS.
* Bump version to 0.1.1.v0.1.1Přemysl Janouch2011-02-201-1/+1
|
* Install the NEWS file.Přemysl Janouch2011-02-201-1/+1
|
* Rename LdCanvas to LdDiagramView.Přemysl Janouch2011-02-191-2/+2
|
* Register the file type on Windows.Přemysl Janouch2011-02-131-4/+14
|
* Add a header image for NSIS.Přemysl Janouch2011-02-131-0/+1
|
* Only install the MS-Windows GTK+ theme on Win32.Přemysl Janouch2011-02-121-2/+2
|
* Change the way translations are done.Přemysl Janouch2011-02-121-10/+29
| | | | | * Require gettext-tools to build. * Depend on libintl on Win32.
* Make CPack information more NSIS-friendly.Přemysl Janouch2011-02-081-1/+4
| | | | | 1. It's wont process UTF-8 correctly, so let's cripple my name. 2. Add a project URL, again in a crippled format.
* Bump version to 0.1.0.v0.1.0Přemysl Janouch2011-02-071-2/+2
|