2
I Use This!
High Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 21 hours ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated the packageall[.bat] files as a result of renaming the buildall[.bat] files. More... over 13 years ago
Renamed the buildall[.bat] files and updated the documentation accordingly. More... over 13 years ago
Further cleaning up of CMakeLists.txt files. More... over 13 years ago
Minor cleaning up of the CMakeLists.txt file now. More... over 13 years ago
Minor cleaning up of the winConsole/CMakeLists.txt file. More... over 13 years ago
Minor updates. More... over 13 years ago
Now package (on Windows) the .com (console) version of OpenCOR, as well as OpenCOR.bat. Next, we will have to find why the console version of OpenCOR is so damn big (3.6MB!). More... over 13 years ago
Remembered the 'proper' way to use ADD_CUSTOM_COMMAND, so now can make the move of the console version of OpenCOR to the main build folder using CMake (as opposed to through using buildall.bat). More... over 13 years ago
Slight update to the developer documentation (as a result of run.bat having been added). More... over 13 years ago
Can now move the .com (console) version of OpenCOR to the main build folder. Note that we do this within the buildall.bat file as it doesn't seem possible through CMake (I tried ADD_CUSTOM_BUILD with POST_BUILD, but to no avail). Also created a run.bat file so that we can run OpenCOR from an existing console window. Indeed, to use run.vbs will create a new console window, so... More... over 13 years ago
Fixed a few remaining renaming issues (cmdLine to console). More... over 13 years ago
Oops, messed the winConsole/CMakeLists.txt file at some point! More... over 13 years ago
Renamed the winCmdLine folder to winConsole. More... over 13 years ago
Renamed command line to console everywhere, except for winCmdLine which will be done next. More... over 13 years ago
Can now build a console application. More... over 13 years ago
Can now generate a command line version of OpenCOR, but it doesn't work (!!) and still needs to be renamed to .com and then moved to the main build folder. Also, we need to include it to the Windows packaging. More... over 13 years ago
Minor improvements to the command line options stuff. More... over 13 years ago
Argh, I was developing on Windows and hadn't got a chance to test on Linux. Now that it's done, I had to fix a couple of minor issues. More... over 13 years ago
Finally found a way to make OpenCOR both a console and a GUI application on Windows (not a problem on Linux and Mac OS X), so working towards that. More... over 13 years ago
Some minor cleaning up. More... over 13 years ago
Some very minor cleaning up. More... over 13 years ago
Updated the QtSingleApplication tree. More... over 13 years ago
Some cleaning up. Set up the orgnization name at the application level. More... over 13 years ago
Now use the QxTemporaryDir from the LibQxt library, rather than 'hacking' our own solution around QTemporaryFile. More... over 13 years ago
Slight improvement to our use of the LibQxt library. More... over 13 years ago
Added the QxtCommandOptions class from the LibQxt library. Updated the main CMakeLists.txt file as a result of it, as well as the developer documentation. More... over 13 years ago
Cleaned up the QtSingleApplication/CMakeLists.txt file. More... over 13 years ago
Updated the shell scripts that call OpenCOR, so that they support the passing of arguments to OpenCOR. More... over 13 years ago
Updated the VBScript files to run OpenCOR, so that they now support arguments that are passed to OpenCOR. More... over 13 years ago
Updated the information about the command line feature for OpenCOR. Also added some information about the multi-cellular feature which would be nice to have in OpenCOR at some point. More... over 13 years ago