51 Commits (481ade80184ae00f3b12b61ee6a52dfa5d43b4ca)

Author SHA1 Message Date
Ole Christian Eidheim b986b38801 Fix for current Arch Linux boost link issue 10 years ago
eidheim 74e53047a5 Minor boost::regex initialisation fix 10 years ago
eidheim df3eba9473 boost::regex optimization (building regexes can be somewhat resource demanding) 10 years ago
eidheim c9d0d2a2c2 Fixes #177 10 years ago
eidheim a662b0a2da Getting default/debug path cleanup 10 years ago
eidheim 7118026df2 Minor debug build cleanup 10 years ago
eidheim 9c69f18f18 Major project cleanup. Fixes #97 making it possible to support other build tools 10 years ago
eidheim 7e34cebded Revert "CMake cleanup" 10 years ago
eidheim 3ed9daccf3 CMake cleanup 10 years ago
eidheim 1f6661aa56 Moved project configs to Config::project 10 years ago
eidheim 541fa039f5 Cleanup of builds 10 years ago
eidheim 18748aed24 CMake build paths cleanup 10 years ago
eidheim 25da8e59f1 Fixes to cmake builds 10 years ago
eidheim a9e294218e Cleanup of cmake build system, and no longer runs cmake in debug build every time debug is started 10 years ago
eidheim 56eb3ddae1 Added Debug Set Run Arguments and fixed escaping of paths and arguments 10 years ago
eidheim d19fbd9cc7 Executable path escaping improvement 10 years ago
eidheim d131c7936f Added escaping of executables and cmake paths 10 years ago
eidheim b23a2deec1 Work in progress: debug integration 10 years ago
eidheim 006d7890f6 Another minor fix to build path error handling 10 years ago
eidheim 7e7589efac Minor fixes to build path error handling 10 years ago
eidheim 7a229a2e64 More consistant error messages 10 years ago
U-ole-PC\ole 7cd81a9747 Now fixes compile_commands.json on Windows correctly 10 years ago
eidheim 606db580d5 Fixes #121, #131 and #132. More testing needed, except bugfix commits soon. 10 years ago
Ole Christian Eidheim b11494b15d Cleanup of cmake project search, no longer tried to search for cmakelists if starting/reaching a directory without cmakelists 10 years ago
eidheim 1da102a8ab Now setting PROJECT_NAME correctly even when using variables within project, and if these variables change after using the project function 10 years ago
eidheim c52e6b9cf1 Fixes #124 10 years ago
Akshay Shekhervoldyman666@gmail.com 168698fae4 Removed and as per the TODO's 10 years ago
eidheim 1675305884 New singleton system without a singleton container class. 10 years ago
eidheim c38e3dc7af Minor cleanup of process class and functions. 10 years ago
eidheim 18ead2f820 Terminal and process cleanup. Added Process class with unix implementation, Windows implementation coming soon. 10 years ago
eidheim 1221fe1529 Fixed the hide override issue discussed in #91. We should also add override elsewhere when appropriate. 10 years ago
Vadim 8ee7865924 restore boost::regex 10 years ago
Vadim 6dd5bf8bde use std::rgex instead boost::regex 10 years ago
Ole 807606696e Now using boost::regex instead of std::regex so that juci can compile with g++-4.8. Many systems use this old compiler and this makes juci compile on more platforms. Also, installation on Ubuntu 14 is simpler and do not require to tap the test repository. 10 years ago
eidheim 2968da7a54 Dialog::message is now Gtk::MessageDialog. 10 years ago
eidheim a8c77d09cf Now compiles on older versions of gtk. 10 years ago
eidheim 92489acfe1 Added message on screen when creating compile_commands.json. 10 years ago
U-olece-PC\olece 76f53e5445 Fixed cmake project search that was broken with boost::filesystem::path/= operator. 10 years ago
eidheim 626d347387 Singletong and config cleanup. Got rid of most if not all circular includes. 10 years ago
Jørgen Lien Sellæg e56f39aa0c Use correct operators for concatination of paths 10 years ago
Jørgen Lien Sellæg 70630fc656 Remove juci namespace from filesystem 10 years ago
Jørgen Lien Sellæg 5fb5f26bce Rename sourcefile to filesystem 10 years ago
eidheim 17e45b1e63 Resolved conflicts in #68. 10 years ago
Ole Christian Eidheim 5049505da3 Minor fix to smatch use in cmake.cc 10 years ago
eidheim bc6785fcee Some cleanup. 10 years ago
U-olece-PC\olece c43d579f5a Now will not add carriage returns unless gtk so decides (depending on file I guess), and fixed include problems for MSYS2's buggy libclang install. Mind the latter is a termporary fix. 10 years ago
eidheim aa50a94a00 Added cmake_command to config.json so that one can use the MinGW toolchain in Windows if that is wanted. Also now shows all files in directory (some files like cmake.cc got hidden before). 10 years ago
eidheim 4a83a004f4 Added run command, and kill process items in menu. Remember to delete ~/.juci. Also cleaned up use of std::string instead of boost::filesystem::path. 10 years ago
eidheim 925a318fc4 Minor fixes and cleanup of terminal.*. 10 years ago
eidheim 10c5c5fb1b Can now cancel all applications started in Juci with escape. Also some cleanup and fixes. 10 years ago