1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 24, 2024 — Jul 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Another set of fixes for issues #25 and #30 - now we always include GSL libraries location in environmental variable for libraries (e.g. PATH for Windows). Simplified code a bit. More... over 8 years ago
Added TestFixture attribute to some test classes which were missing it More... over 8 years ago
Changed the way GSL library is loaded on Unix. Now on Mono we have GSL libs in output directory with platform dependent naming and we use DllMap Mono functionality to load platform specific GSL binary version (resolved issue #30). On Windows nothing has changed except code is simplified a bit. More... over 8 years ago
Fixed countless possible problems and bugs around ScientificNumericUpDown. Fixed issues with chart area values being not valid etc. Resolved basic problems mentioned in #34. More... over 8 years ago
Small improvements in ChartAreaValuesView UI for error provider and bugfix for bechmark dialog More... over 8 years ago
Fixed some errors in ScientificNumericUpDown and made code around ChartAreaValues a bit more safe More... over 8 years ago
Small change in the way WindowsBase is references for Scripting More... over 8 years ago
Fixed possible issue with not restoring scripting directory when loading settings More... over 8 years ago
Update README.md More... over 8 years ago
Fixed compilation issue for Mono More... over 8 years ago
Fixed issues related to DPI scaling introduced by changing settings model in last commits More... over 8 years ago
NET40 Core project is now not including *.settings files after moving to binary serialization approach to storing user settings More... over 8 years ago
Introduced new settings model based on binary serialization rather than ApplicationSettingsBase. Added categories for settings properties. Refactoring. More... over 8 years ago
Update README.md More... over 8 years ago
BUGS moved to github issues, file removed. Added some new screenshot for presentation. Moved some items from TODO list to github issues. More... over 8 years ago
An attempt to fix mono coverage calculations on Travis build More... over 8 years ago
Coveralls upload for AppVeyor build should finally work More... over 8 years ago
Attempt to have more descriptive code coverage reports in coveralls for AppVeyor build More... over 8 years ago
An attempt to fix coveralls upload for AppVeyor build More... over 8 years ago
Changed the way coveralls.net is invoked by AppVeyor build More... over 8 years ago
Added secure COVERALLS_REPO_TOKEN to AppVeyor build configuration More... over 8 years ago
Changed order of code coverage reports upload for AppVeyor build More... over 8 years ago
Fix attempt for coveralls uploader for AppVeyor More... over 8 years ago
Got rid of PowerShell in AppVeyor configuration file More... over 8 years ago
Changed the way environmental variables are used for coveralls reports uploader in AppVeyor build More... over 8 years ago
Reformatted AppVeyor yml file More... over 8 years ago
AppVeyor build will now also upload code coverage reports to Coveralls More... over 8 years ago
Travis build should now calculate code coverage and upload it to coveralls More... over 8 years ago
coverage script for Mono should now download and build monocov first before trying to calculate code coverage More... over 8 years ago
Coverage script for mono is executable by default More... over 8 years ago