BlueGrey
calm
Elegant
Català-Valencià - Catalan
中文 - Chinese (Simplified)
中文 - Chinese (Traditional)
Česky - Czech
Dansk - Danish
Nederlands - Dutch
English - English
Suomi - Finnish
Français - French
Deutsch - German
עברית - Hebrew
हिंदी - Hindi
Magyar - Hungarian
Bahasa Indonesia - Indonesian
Italiano - Italian
日本語 - Japanese
한국어 - Korean
Македонски - Macedonian
मराठी - Marathi
Norsk - Norwegian
Polski - Polish
Português - Portuguese
Português - Portuguese (Brazil)
Русский - Russian
Slovenčina - Slovak
Slovenščina - Slovenian
Español - Spanish
Svenska - Swedish
Türkçe - Turkish
Українська - Ukrainian
Oëzbekcha - Uzbek
Subversion Repositories
public iLand
(root)
/
src
/
core
/
threadrunner.h
- Rev 1222
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
1222
2958d 05h
werner
/
public SVN
1221
2958d 05h
werner
/branches/
public SVN
1220
2958d 05h
werner
/branches/version1.0/
Version 1.0
1218
2958d 07h
werner
/
clean up repository - make 1.0 trunk again!
1217
2958d 07h
werner
/
clean up repository - make 1.0 trunk again!
1157
3176d 13h
werner
/branches/iland_regen/
merge of changes in the trunk (up to the version used for the 2016 DICE simulation batch).
1104
3246d 11h
werner
/branches/iland_regen/
Branch dedicated to playing around with establishment/regeneration.
Goals are:
(i) speed up
(ii) introduction of new features for Yellowstone
878
3967d 05h
werner
/branches/port_qt5_64bit/src/
continuing AMIE development.
* first (potentially) multi threaded execution of activities (stands).
* some of the state changes of forest stands (i.e. after execution of an activity the active flag is false)
779
4230d 06h
werner
/branches/port_qt5_64bit/
671
4813d 07h
werner
/trunk/src/
Necessary changes for GPL licence (i.e. headers in all source files)
639
4974d 05h
werner
/
move current content to the "trunk"
475
5185d 10h
werner
/src/
* Snag dynamics
debug output "SnagDynamics"
life cycle of Snag objects
include Snag Dynamics in newYear / year end routines
* threadrunner.cpp: parallel execution of species related tasks, e.g. the seed dispersal. In the current form, the ThreadRunner is much nicer:
ThreadRunner runner(mActiveSpecies);
runner.run(func_ptr);
440
5294d 09h
werner
/src/core/
climate: added a pre-calculated value for the 10.5hrs day
including establishment calculation in the normal execution path.
200
5567d 22h
werner
/src/
added "ModelSettings", i.e. a high performant storage for model settings, further spelling resource vs ressource, including the "batch" job feature from fonstudio into iland. added a slot for MainWindow to force a repaint. and much more.
187
5569d 15h
iland
/src/
wow. Ressource is correctly spelled as Resource. I jerk.
145
5583d 01h
Werner
/src/
Run and compiled iLand on Linux (Kubuntu) with a virtual machine. The gcc on Linux issues lots of warnings which I fixed on the Linux side. Also fixed TTickTack (the clock issue).
Now iLand also runs on Linux - nice!
123
5589d 16h
Werner
/src/
ThreadRunner class. This hopefully is a good foundation for all the multithreading issues...