root


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @842 [842] 12/16/11 02:37:52 FeepingCreature Stuff
(edit) @841 [841] 10/12/11 04:30:03 FeepingCreature more tweaking
(edit) @840 [840] 10/12/11 03:57:40 FeepingCreature Reduce memory consumption of ctReplace
(edit) @839 [839] 05/20/11 13:14:59 FeepingCreature Handle interfaces as reference types in TLS
(edit) @838 [838] 03/15/11 04:18:34 FeepingCreature Prevent infloop in modern gdc compilers
(edit) @837 [837] 03/10/11 14:02:22 FeepingCreature Oops, forgot two.
(edit) @836 [836] 03/10/11 13:58:43 FeepingCreature More logging for zlib
(edit) @835 [835] 03/10/11 13:28:58 FeepingCreature Prevent infinite recursion while downloading, something …
(edit) @834 [834] 02/13/11 21:47:53 dsimcha 64-bit support.
(edit) @833 [833] 02/13/11 01:09:17 dsimcha Assume all exceptions are derived from Throwable to comply with latest DMD …
(edit) @832 [832] 02/03/11 20:49:56 dsimcha Fix doc error.
(edit) @831 [831] 02/03/11 20:30:58 dsimcha Buffer trick for parallel foreach.
(edit) @830 [830] 02/01/11 22:30:46 dsimcha Flesh out LazyMap? docs, change name to shorter LazyMap?, and fix a bug.
(edit) @829 [829] 02/01/11 21:05:22 dsimcha Special case optimization: Get rid of unnecessary copying in …
(edit) @828 [828] 01/31/11 23:22:02 dsimcha Added AsyncBuf?.
(edit) @827 [827] 01/31/11 22:51:03 dsimcha Revamp things a little so that copying from input ranges on LazyMap?
(edit) @826 [826] 01/30/11 20:12:10 dsimcha LazyMap? for non-random access ranges.
(edit) @825 [825] 01/30/11 16:36:39 dsimcha Added LazyMap?.
(edit) @824 [824] 01/30/11 09:55:37 dsimcha Fix range violation in csvRange.
(edit) @823 [823] 01/29/11 18:33:38 dsimcha Add csvRange.
(edit) @822 [822] 01/29/11 18:32:55 dsimcha Created csvRange folder.
(edit) @821 [821] 11/15/10 19:21:30 dsimcha Get rid of pretty submit() functionality because my implicit assumptions …
(edit) @820 [820] 11/14/10 10:42:01 dsimcha A few 64-bit fixes.
(edit) @819 [819] 09/25/10 19:58:11 FeepingCreature * Added PostgreSQL support
(edit) @818 [818] 09/16/10 23:59:04 dsimcha --
(edit) @817 [817] 09/16/10 23:46:26 dsimcha Safe tasks.
(edit) @816 [816] 09/16/10 22:50:15 dsimcha Allow ref return for Task.
(edit) @815 [815] 09/12/10 03:27:54 FeepingCreature Let's hope nobody notices.
(edit) @814 [814] 09/04/10 05:54:39 FeepingCreature Animation support
(edit) @813 [813] 09/01/10 20:48:32 dsimcha Multiple functions for map.
(edit) @812 [812] 09/01/10 20:13:09 dsimcha Parallel reduce w/ multiple functions.
(edit) @811 [811] 09/01/10 08:37:48 dsimcha Should be shared static this.
(edit) @810 [810] 09/01/10 08:31:12 dsimcha Tighten up the semantics of worker-local storage a little.
(edit) @809 [809] 09/01/10 00:30:25 dsimcha Configurable # of default pool threads.
(edit) @808 [808] 08/31/10 23:27:13 dsimcha Added default pool.
(edit) @807 [807] 08/31/10 19:53:01 dsimcha Fix spurious wakeup crap for real this time.
(edit) @806 [806] 08/31/10 19:38:18 dsimcha Fix spurious wakeup bug.
(edit) @805 [805] 08/31/10 08:41:23 dsimcha Change default work unit size.
(edit) @804 [804] 08/30/10 20:57:17 dsimcha --
(edit) @803 [803] 08/30/10 20:56:32 dsimcha --
(edit) @802 [802] 08/30/10 20:55:43 dsimcha Argh, wrong place.
(edit) @801 [801] 08/30/10 20:54:47 dsimcha Add std.mixins.
(edit) @800 [800] 08/29/10 18:28:20 dsimcha Fix comment about core.atomic bugs.
(edit) @799 [799] 08/29/10 18:07:46 dsimcha Just shuffle some code around, move important stuff to top as suggested by …
(edit) @798 [798] 08/29/10 17:58:11 dsimcha Small doc fixes.
(edit) @797 [797] 08/29/10 13:35:57 dsimcha contracts -> exception
(edit) @796 [796] 08/29/10 13:30:07 dsimcha std.parallelism candidate fork.
(edit) @795 [795] 08/28/10 23:24:19 dsimcha Add casting to integer.
(edit) @794 [794] 08/28/10 21:06:19 dsimcha Throw an exception for really big fixed precision stuff.
(edit) @793 [793] 08/28/10 20:59:29 dsimcha floor, ceil, round.
(edit) @792 [792] 08/28/10 20:42:05 dsimcha integerPart, fractionPart.
(edit) @791 [791] 08/28/10 20:37:03 dsimcha Argh, negative powers != non-integer powers.
(edit) @790 [790] 08/28/10 20:34:18 dsimcha Added unary ops and exponentiation.
(edit) @789 [789] 08/28/10 14:26:04 dsimcha Better constraints on opAssign.
(edit) @788 [788] 08/28/10 14:21:04 dsimcha Fixes suggested by Philippe Sigaud.
(edit) @787 [787] 08/28/10 00:12:07 dsimcha Allow integers to be assigned to rationals.
(edit) @786 [786] 08/27/10 23:00:36 dsimcha Fix excessively strict constraints.
(edit) @785 [785] 08/27/10 20:41:14 dsimcha Fix bit rot, make type stuff less strict.
(edit) @784 [784] 08/24/10 23:09:37 BCS detab
(edit) @783 [783] 08/24/10 19:10:20 BCS retabed and added boost license
(edit) @782 [782] 08/15/10 22:01:59 dsimcha Allow ref parallel foreach over non-random access ranges.
(edit) @781 [781] 08/15/10 20:55:10 dsimcha Added parallel iteration with an index variable. Also, fixes for narrow …
(edit) @780 [780] 08/10/10 23:19:50 dsimcha Minor unittest changes for 2.048.
(edit) @779 [779] 08/06/10 09:53:43 FeepingCreature pt silliness
(edit) @778 [778] 08/06/10 09:48:09 FeepingCreature Small fixes
(edit) @777 [777] 07/21/10 19:15:21 dsimcha Migrate plot2kill to its own project.
(edit) @776 [776] 07/20/10 23:34:06 dsimcha Start backporting some design improvements from GTK to DFL.
(edit) @775 [775] 07/20/10 22:58:07 dsimcha More memory leak fixes. I don't think I'm going to spend too much time …
(edit) @774 [774] 07/20/10 21:05:39 dsimcha Allow drawing w/ an offset in gtk (will backport to DFL), massively reduce …
(edit) @773 [773] 07/19/10 23:16:42 dsimcha Fix naming collision that prevented the DFL port from working.
(edit) @772 [772] 07/19/10 23:04:05 dsimcha Fix default fonts.
(edit) @771 [771] 07/19/10 00:34:06 dsimcha Fix really silly error that led to access violations in some cases.
(edit) @770 [770] 07/18/10 23:00:41 dsimcha Fix module and import declarations.
(edit) @769 [769] 07/18/10 16:33:40 dsimcha comment out version=test.
(edit) @768 [768] 07/18/10 16:31:11 dsimcha Move showAsMain and getDefaultWindow to base class.
(edit) @767 [767] 07/18/10 15:53:54 dsimcha Fix subplot labels, fluent-ize interface.
(edit) @766 [766] 07/18/10 13:32:47 dsimcha Subplot window now works and supports saving.
(edit) @765 [765] 07/18/10 00:46:14 dsimcha Added save dialog to default plot window.
(edit) @764 [764] 07/17/10 20:09:43 dsimcha Rotated text for GTK.
(edit) @763 [763] 07/17/10 18:56:12 dsimcha Saving to raster files now works on GTK.
(edit) @762 [762] 07/17/10 15:47:31 dsimcha Fix reversed colors.
(edit) @761 [761] 07/17/10 15:27:56 dsimcha version = test should be commented out.
(edit) @760 [760] 07/17/10 15:19:15 dsimcha GTK port ~80% working.
(edit) @759 [759] 07/16/10 00:12:09 dsimcha Even better auto tick.
(edit) @758 [758] 07/15/10 23:46:29 dsimcha Improve axis auto-tick code.
(edit) @757 [757] 07/15/10 22:50:23 dsimcha Create an experimental Porting subproject to attempt to port dflplot to …
(edit) @756 [756] 07/15/10 09:30:09 dsimcha Begin making interface fluent.
(edit) @755 [755] 07/15/10 00:18:02 dsimcha Start refactoring in preparation for a GTK port.
(edit) @754 [754] 07/14/10 22:15:23 dsimcha --
(edit) @753 [753] 07/13/10 23:39:34 dsimcha Allow word wrapping for plot titles.
(edit) @752 [752] 07/13/10 20:23:43 dsimcha --
(edit) @751 [751] 07/13/10 08:12:56 dsimcha Add OutOfBoundsBehavior? to c'tors.
(edit) @750 [750] 07/13/10 00:32:27 dsimcha Worker-local storage is feasible after all.
(edit) @749 [749] 07/12/10 23:27:03 dsimcha Revert parallelfuture because the changes have a HUGE bug that I didn't …
(edit) @748 [748] 07/12/10 22:29:04 dsimcha Remove a level of indirection.
(edit) @747 [747] 07/12/10 22:18:31 dsimcha Remove print statement.
(edit) @746 [746] 07/12/10 22:12:17 dsimcha Add a little error checking.
(edit) @745 [745] 07/12/10 22:06:40 dsimcha WorkerLocal? initialization.
(edit) @744 [744] 07/12/10 21:32:38 dsimcha Misc. small fixes/improvements.
(edit) @743 [743] 07/12/10 20:49:45 dsimcha Add worker-local storage.
Note: See TracRevisionLog for help on using the revision log.