1640 Commits (ebf88fe404709e2c07e3f76d5c0939361e2eb33b)
 

Author SHA1 Message Date
milleniumbug 60b5a2563c
container based CI build 10 years ago
eidheim 53c7926151 install.md: added missing pkg-config to archlinux (found out when trying to build juCi++ in archlinux docker image) 10 years ago
Jørgen Lien Sellæg d8a70cfdec Merge pull request #213 from eidheim/goto_impl 10 years ago
eidheim 068002f798 Now iterating clang_tokens vector reversed. Also now looks for function implementations 10 years ago
eidheim d4b9498269 clang autocomplete: moved stream manipulator replacements to map 10 years ago
eidheim 53cd93b0f0 Documentation fixes 10 years ago
eidheim 9736a734f8 Added: Go to Implementation 10 years ago
eidheim 605d33e6b3 Clang autocomplete: added fixes for common stream manipulators 10 years ago
eidheim b26eacdc77 Minor fix of PR #214 10 years ago
eidheim cd320d3bd5 Merge branch 'breakpoints' of https://github.com/milleniumbug/jucipp 10 years ago
milleniumbug b2be83e9d0
Don't throw an exception on canonicalize 10 years ago
milleniumbug 32c11e64cb
fixed issue with removing breakpoints 10 years ago
Jørgen Lien Sellæg 77023ac5cb Merge pull request #209 from cppit/remove_old_files 10 years ago
Jørgen Lien Sellæg 9034b37da7 Remove unused files 10 years ago
Goto40 b80652a930 Add documentation generation using doxygen 10 years ago
milleniumbug de553489c7
first version of .travis.yml 10 years ago
Goto40 6cf4d697ab added target doc; added demo documentation; added automatic plantuml detection (Download and install http://de.plantuml.com/). 10 years ago
eidheim 6dac0b723b Removed myself from debian/copyright 10 years ago
eidheim 7d5c02ce12 Merge branch 'master' of https://github.com/chybz/jucipp 10 years ago
eidheim 46dee399b9 README and install.md: removed references to boost-system as this is a dependency of boost-filesystem 10 years ago
eidheim f66e59ee9e SourceClang: moved retrieving diagnostics away from main thread, since large number of warnings (>100) would lead to temporary nonresponsive application 10 years ago
Ole Christian Eidheim 8825fd6099 Removed boost-log and boost-thread dependencies 10 years ago
Remy Chibois bebab5d86e added basic debian packaging support 10 years ago
eidheim b142ee6af8 Version 1.1.3 10 years ago
eidheim 086d88c507 README.md, features: added support for external libraries 10 years ago
eidheim c576d3688a No longer shows tooltips when mouse pointer is right of a line ending with a type cursor 10 years ago
eidheim 76f1965dbb Optimized Directories::select, making the function more responsive with large directories 10 years ago
eidheim 09f38f5610 Preferences: updated gtk_theme.variant_comment 10 years ago
eidheim 679bbf151a Use default system theme if none specified in preferences. Default system theme is now default in juCi++ 10 years ago
Ole Christian Eidheim c605dab165 Working directory for libclang set to default build path. Fixes relative include paths in compile_commands.json, see #177 10 years ago
Ole Christian Eidheim d2bb946a5d Merge pull request #196 from milleniumbug/master 10 years ago
milleniumbug 9c5f1bba63
Fixed minor memory leak 10 years ago
eidheim 09b93b33da CMakeLists.txt: added extra warning flags 10 years ago
eidheim 0c7c5c33ad Updated submodules 10 years ago
Ole Christian Eidheim 4ce79bdfdc Merge pull request #194 from milleniumbug/new_main 10 years ago
milleniumbug dea65472ba
changed main() created by "New C++ project" option 10 years ago
eidheim 24e05e4907 New C++ project: update directories after build is created 10 years ago
eidheim 8711563c74 New C++ project: added extra warning flags 10 years ago
eidheim a3de0e0555 libclang: added support for the upcoming 3.8.1 and 3.9 releases 10 years ago
eidheim 6a7cae37be Merge https://github.com/cppit/jucipp 10 years ago
Ole Christian Eidheim 85e6edaf10 install.md: fixes #193. Must use a MinGW Shell to build in MSYS2 10 years ago
eidheim b50de001ba Source: added exception for html when finding tab char and size 10 years ago
eidheim 0dacfdedaa Improved javascript support 10 years ago
Ole Christian Eidheim af41ea44f9 install.md: added Manjaro Linux 10 years ago
Ole Christian Eidheim 139164dfd8 install.md: added Raspbian, and links to Arch Linux and MSYS2 issues 10 years ago
eidheim add8c875c7 Directories: added new folder in right click menus, and some cleanup 10 years ago
eidheim eb2e191466 Directories: fixed tab tooltips after directory rename 10 years ago
eidheim 5f623bc36f Directory: call Entry::hide only once when renaming file/directory. Fixes segmentation fault on OS X. 10 years ago
eidheim 94ae9eaaa0 Minor cleanup: corrected indentation 10 years ago
eidheim 19da4a189a Hide entry box on drag and drop to avoid complexity when for instance moving files while rename box is shown 10 years ago