aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ThirdParty/SmartThreadPool (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Allow SmartThreadPool to be initialized without setting max stack size ↵John Hurliman2009-10-221-1/+5
| | | | | | | (like the original implementation) * Only initialize Util's SmartThreadPool if it is actually being used * No longer initializing Util's SmartThreadPool with a custom max stack size. From MSDN: "Avoid using this constructor overload. The default stack size used by the Thread(ThreadStart) constructor overload is the recommended stack size for threads."
* * Changed all AssemblyInfo to explicit version 1.0.0.0 to not confuse poor ↵lbsa712009-02-191-1/+1
| | | | poor Nant. We probably should take the opportunity to let the non-module bins reside in their /bin/Debug dirs later.
* last round of warning squashing. calling it a day now.Dr Scofield2008-06-271-3/+5
|
* * This is Melanie's XEngine script engine. I've not tested this real well, ↵Teravus Ovares2008-05-3014-0/+5446
however, it's confirmed to compile and OpenSimulator to run successfully without this script engine active.