98 Commits (1244f1a32fc62dcb28c49fbb1129e6cb3efdf880)

Author SHA1 Message Date
U-olece-PC\olece 93b226c642 Got rid of absolute build path variables in MSYS2. juCi++ can now safely be installed through a MSYS2 package 10 years ago
eidheim f1bfcb4402 Renamed debug/Debug to debug_clang/DebugClang 10 years ago
eidheim e667a38640 Added Dispatcher class for simpler dispatching of functions from worker threads to gui thread. Also got rid of the Project-singleton by replacing its function with static functions 10 years ago
eidheim 07a43c6bd8 WIP: project cleanup, added project classes so that the hard dependency towards clang is removed in Window. In this way, one can add run commands for other project and file types. 10 years ago
eidheim e757a6efbf Slight change of warning message when lldb is not found 10 years ago
eidheim 62d9027330 Another minor compile fix 10 years ago
eidheim 42a416382d Minor message fix when compiling without debugging support 10 years ago
eidheim 530a356199 Added message when compiling without debugging support 10 years ago
eidheim 4cf9a4011b Will now compile without debug support if liblldb is not found 10 years ago
eidheim b23a2deec1 Work in progress: debug integration 10 years ago
eidheim 1675305884 New singleton system without a singleton container class. 10 years ago
eidheim e5b6ccb1e7 Now uses files from eidheim/tiny-process-library 10 years ago
eidheim c38e3dc7af Minor cleanup of process class and functions. 10 years ago
eidheim 1a7c0831be Renamed MSYS2_PROCESS_USE_SH to MSYS_PROCESS_USE_SH 10 years ago
U-olece-PC\olece 2b8e729447 Fixes to windows processing and some general processing issues. 10 years ago
U-olece-PC\olece e7c70ac1be Added Windows process support. Also temporarily using dialogs_unix on Windows because of missing function in MSYS2. 10 years ago
eidheim 18ead2f820 Terminal and process cleanup. Added Process class with unix implementation, Windows implementation coming soon. 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 92489acfe1 Added message on screen when creating compile_commands.json. 10 years ago
eidheim d25c801dd7 Various smaller fixes and cleanups. 10 years ago
U-ole-PC\ole ec4fc631ba Cleanup of dialogs, as well as fixing a couple of crashes. 10 years ago
Jørgen Lien Sellæg d6985aa3dd Remove some includes and remove locale dependency from unix 10 years ago
Jørgen Lien Sellæg 28651e9615 Remove usage of codecvt since gcc has poor support. Use boost locale instead 10 years ago
Jørgen Lien Sellæg 7f88c51d67 Intermediate commit, please ignore 10 years ago
Jørgen Lien Sellæg daaa1a958e Attempt to set default folder for win dialogs 10 years ago
eidheim 3839427872 Minor change to install.md and added define UBUNTU_BUGGED_MENU to LinuxMint. 10 years ago
eidheim d055a1104d Moved Ubuntu check to CMakeLists.txt. 10 years ago
Jørgen Lien Sellæg 980920f661 Compiles in windows 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
eidheim 9fc60c1072 Minor fixes to #57. 10 years ago
eidheim b4f4af5af4 Moved ClangViewParse to source_clang.*. 10 years ago
eidheim cad5a73ce2 Added REQUIRED to LibClang in CMakeLists.txt. 10 years ago
eidheim ff34125d63 Removed non-standard cmake error messages, should now be able to google the errors if any when running cmake . 10 years ago
Jørgen Lien Sellæg 97034b43b6 Tested on windows and debian 10 years ago
Jørgen Lien Sellæg 90ab171054 More dynamic cmakelists and guarding of windows code 10 years ago
eidheim 4cebe1bf77 libclangmm is now linked through submodule. No need to install libclangmm anymore. 10 years ago
Jørgen Lien Sellæg 893ebe79bf Better fault toleranse when exitin dialogs unusually 10 years ago
eidheim 206cfb23be MSYS2 has fixed the missing libclang.dll.a file. Please install the latest clang package on MSYS2. 10 years ago
Jørgen Lien Sellæg ddeeb19989 Vista implementation of pick folder 10 years ago
Jørgen Lien Sellæg 908a7092bc Clean dialogs and add some windows support 10 years ago
eidheim 49ccddf0ab Fixed CMakeLists for OS X 10.10 I think. 10 years ago
eidheim db6f584762 Fixed CMakeLists so that the CMAKE_INSTALL_PREFIX can be used (for making MSYS2 package for instance). 10 years ago
eidheim 4eb85d90c6 Added spellcheck using aspell to comments and strings. Please install (lib)aspell(-dev) and rm ~/.juci to test. 10 years ago
eidheim 6283065620 Added terminal_win.cc for Windows. 10 years ago
U-olece-PC\olece dd14202ad8 CMakeFiles are now working in Windows. 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
U-ole-PC\ole d977cfa032 Cygwin-support added, please note that I have not yet tested the changes on OS X and Debian. Doing it now. 10 years ago
eidheim f832372752 Cleanup of terminal.*, and added cmake.* to parse CMakeLists.txt. Also fixed compile, and compile and run. Remember to remove ~/.juci/config/config.json to get this version to work. 10 years ago
eidheim dda05737f2 Resolved conficts. 11 years ago