Subversion Repositories public iLand

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1098 3087d 21h werner /branches/port_qt5_64bit/src/ilandc/ compile on VSC...  
1087 3137d 15h werner /branches/port_qt5_64bit/src/ added "flushing" of log messages.
fixed a bug when some resource units were 0 in setting up the wind module.
 
1081 3148d 15h werner /branches/port_qt5_64bit/src/ created a new javascript wrapper for the iLand "grid" class. This includes some processing (e.g. calculate using expressions), and some function to retrieve grids from iLand (e.g. damage data from disturbance modules, height grid).
fancy!
 
1075 3158d 18h werner /branches/port_qt5_64bit/src/ilandc/ allowed changing log-directory in ilandc.  
1065 3178d 12h werner /branches/port_qt5_64bit/src/ interaction of bark beetle and wind disturbances.  
1053 3213d 00h werner /branches/port_qt5_64bit/src/ updates for Qt 5.5 and GCC (Linux).  
1032 3348d 00h werner /branches/port_qt5_64bit/src/ fixed compiler warnings (compiled again with GCC), and edited *.pro files for GCC.  
996 3420d 23h werner /branches/port_qt5_64bit/src/ log messages in snapshot loading
timer for linux (use QElapsedTimer)
switched off debug messages for ilandc
 
994 3421d 21h werner /branches/port_qt5_64bit/src/ilandc/ error handling in console shell  
993 3422d 17h werner /branches/port_qt5_64bit/src/ilandc/ little text edits  
989 3422d 19h werner /branches/port_qt5_64bit/src/ removed the QT GUI library dependency for the console variant of iLand. For this some #ifdef were required.  
988 3422d 21h werner /branches/port_qt5_64bit/src/ trying to debug build on linux  
987 3422d 21h werner /branches/port_qt5_64bit/src/ilandc/ ... the same  
986 3422d 22h werner /branches/port_qt5_64bit/src/ilandc/ adapt pro file for linux.  
984 3422d 23h werner /branches/port_qt5_64bit/src/ fix warnings  
976 3444d 21h werner /branches/port_qt5_64bit/src/ compiling ilandc with Qt5.4 (and barkbeetle plugin).  
947 3557d 18h werner /branches/port_qt5_64bit/src/ little change to make ilandc compile, more verbose error message for external seeds  
924 3654d 17h werner /branches/port_qt5_64bit/src/ minor changes to allow compilation of ilandc.  
870 3800d 13h werner /branches/port_qt5_64bit/src/ amie development....  
865 3815d 12h werner /branches/port_qt5_64bit/src/ilandc/ small change in ilandc pro file (now it compiles)  
837 3878d 20h werner /branches/port_qt5_64bit/src/ * added total carbon to stand output
* created a new output "landscape" for stand aggregates on landscape level (per species)
* improved error handling ModelController
* improved ilandc: now model settings can be changed via command line (and javascript function can be called)
* finalized "background external seeds"
 
835 3880d 12h werner /branches/port_qt5_64bit/ fixes to allow compilation on 64bit Linux  
827 3882d 20h werner /branches/port_qt5_64bit/src/ some minor changes in order to compile the "ilandc" console mode program with Qt5.1 / MSVC.  
780 4037d 19h werner /branches/port_qt5_64bit/src/ Steps to build iLand with Qt 5 and with MSVC compiler and 64 bit.
http://iland.boku.ac.at/blogpost44

removed also a couple of warnings that were thrown by the MSVC compiler.
 
779 4050d 18h werner /branches/port_qt5_64bit/  
774 4122d 18h werner /trunk/src/ some additional error messages (expressions, stand loading)  
773 4143d 23h werner /trunk/ fresh compile (Qt 4.8.3), removed debug symbols from executables, included recompiled fonstudio.  
769 4181d 01h werner /trunk/src/ v 0.84
helper.cpp: added QMutex to handle possible crash when adding timers to the timers list
modules: added a catch() around the execution of modules (this should fix crashes due to unhandled exceptions)
 
768 4227d 18h werner /trunk/src/ilandc/ added spatialAnalysis to ilandc.  
763 4242d 19h werner /trunk/ Build for Qt 4.8.3 - new executables and DLLs  
761 4243d 00h werner /trunk/ upgrade to Qt 4.8.3  
760 4263d 00h werner /trunk/src/ improved the ilandc version, removed a bug with trying to show a message box in the non-GUI version; ilandc runs now quite stable (e.g. 11 replicates of HJA fire simulations without problems)  
759 4274d 17h werner /trunk/src/ restarting the "ilandc" command line version of iLand.  
704 4585d 15h werner /trunk/ Speed-Patch!
fixing the missing "&" in the const Grid<float> seedMap() const { return mSeedMap; } ///< access to the seedMap
function. This dramatically improves the performance of the model. Lots of time was lost in duplicating the seedmaps for each species * resourceunit.
in addition: limited max-size of the logging QPlainTextEdit; this could maybe stop iLand from crashing....
 
703 4586d 00h werner /trunk/src/ build directories for ilandc  
679 4627d 18h werner /trunk/ several improvements of the console application ilandc.exe  
678 4627d 19h werner /trunk/src/ Created initial version of the console based iLand.
The console application will get the nice name: "ilandc".