86 Commits (094ddb5eedc0250d4a5bb0b016e67703351b9682)

Author SHA1 Message Date
eidheim 670d4bba14 Suggestion to #179 10 years ago
eidheim 117857f937 Added automated cmake processing for all cmake files in Project::on_save 10 years ago
eidheim 4a3eb43ebb Now properly uses std::move in get_language 10 years ago
eidheim f9e22d55f7 build now created in get_language so that language can be chosen based on build management system found 10 years ago
eidheim ed0004fa6c Added page parameter to Project::on_save 10 years ago
eidheim 8a1c42450d Minor cleanup of project code 10 years ago
eidheim 7118026df2 Minor debug build cleanup 10 years ago
eidheim 6aae196472 Made EntryBox a singleton for use in Directories, and fixed some includes 10 years ago
eidheim 9c69f18f18 Major project cleanup. Fixes #97 making it possible to support other build tools 10 years ago
eidheim 1516b692b2 Fixed crash when compiling/run/debug an unknown language file 10 years ago
eidheim 90b7f364c6 Renamed Dispatcher::push to Dispatcher::post 10 years ago
eidheim 7e34cebded Revert "CMake cleanup" 10 years ago
eidheim 3ed9daccf3 CMake cleanup 10 years ago
eidheim 4a94a2a8a1 Now escapes filenames for run html, js, md and python 10 years ago
eidheim a93dcf23bc Compiled and run/debug programs are now executed from project top directory instead of the build directory 10 years ago
eidheim 1600addd5c Simplified Project::debug_update_status as suggested by @zalox 10 years ago
eidheim 2770463c09 Renamed DebugClang to Clang in namespace Debug (Debug::Clang) 10 years ago
eidheim a717fe7b39 Removed hard DebugClang dependency in Terminal 10 years ago
eidheim f1bfcb4402 Renamed debug/Debug to debug_clang/DebugClang 10 years ago
eidheim 1f6661aa56 Moved project configs to Config::project 10 years ago
eidheim 26b5cab268 Dispatcher cleanup 10 years ago
eidheim 7ab2211f45 Fixed crash when trying to debug and compile at the same time 10 years ago
eidheim 111028956d Made debug_label static also 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 edbd713280 Improved separation of what is performed in window and project classes 10 years ago
eidheim d4e886a31d More project cleanup, some minor things left to do 10 years ago
eidheim e9cc73471d More project cleanup, getting there, soon done 10 years ago
eidheim 9e3b1f53c0 Fix for MSYS2 when opening web-files 10 years ago
Ole Christian Eidheim 2ef81115bd Fixed show web-files on Linux 10 years ago
eidheim ad14337aea Fixed builds without lldb, added HTML project, and fixed opening web-pages on non-OS X systems 10 years ago
eidheim 86927153f9 Added python and javascript projects 10 years ago
eidheim 35ab881071 Finished project cleanup 10 years ago
eidheim c62beeb4af Added markdown view support 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