root/trunk/ProjectFortress/demos

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @2271 [2271] 17 months jmaessen Fixed demos to use the grand new typing regime for ZZ32.
(edit) @2167 [2167] 17 months nbeckman [demos] All four of these files has disambiguation errors.
(edit) @2166 [2166] 17 months sukyoungryu [copyright] Fixed copyright notices.
(edit) @2164 [2164] 17 months jmaessen [Libraries] Changed Integral to be a parametric type Integral[\I\]. This …
(edit) @2155 [2155] 17 months jmaessen Fixed bug / oversight in bounds checking and narrowing of partial ranges …
(edit) @2041 [2041] 17 months sukyoungryu [tests] 1. Fixed unparenthesized equality testing expressions. 2. Fixed …
(edit) @1969 [1969] 18 months sukyoungryu [tests] Added a control flow analyzer for core Fortress programs in the …
(edit) @1827 [1827] 18 months jmaessen Fixed generator (the fix only got partially migrated)
(edit) @1825 [1825] 18 months jmaessen New comprehension/reduction desugaring (part I). Big operators now take …
(edit) @1786 [1786] 18 months jmaessen New Reduction type hierarchy, in preparation for the new comprehension …
(edit) @1778 [1778] 18 months jmaessen Minor fixes to demos.
(edit) @1775 [1775] 18 months jmaessen Fix for #125, and uses of // operator where appropriate (and appropriately …
(edit) @1771 [1771] 18 months jmaessen Implemented opr ||, opr |||, opr //, and opr ///, along with BIG ||, BIG …
(edit) @1712 [1712] 18 months dr2chase Getting rid of some dead classes identified in the bootcamp
(edit) @1700 [1700] 18 months jmaessen Fixed embarassing errors in result types of some methods.
(edit) @1693 [1693] 18 months dr2chase Made build-and-test immune to incorrectly set FORTRESS_HOME
(edit) @1659 [1659] 19 months jmaessen Bug fixes and performance improvements. Make sure we allocate …
(edit) @1638 [1638] 19 months jmaessen Mostly performance tweaking, but includes a speculative fix to …
(edit) @1597 [1597] 19 months jmaessen Refactored libraries to move arithmetic operators from top level into the …
(edit) @1588 [1588] 19 months jmaessen Slightly better treatment of IEEE FP, and better treatment of MIN and MAX. …
(edit) @1561 [1561] 19 months chf More data files for wordcount demo
(edit) @1560 [1560] 19 months chf Use absolute pathnames in word count demos
(edit) @1555 [1555] 19 months chf Updating J1 demo files
(edit) @1542 [1542] 19 months jmaessen Fixed bug in Set that was causing sudoku to fail.
(edit) @1540 [1540] 19 months jmaessen Modified Map, Set, and Heap to use a consistent api for …
(edit) @1537 [1537] 19 months chf embiggen demo
(edit) @1535 [1535] 19 months jmaessen Give an idea of how the embiggen function can be used to embiggen an …
(edit) @1533 [1533] 19 months chf first cut at j1 demo
(edit) @1506 [1506] 20 months jmaessen Foolishly failed to change *all* occurrences of BufferedWriter? to …
(edit) @1502 [1502] 20 months jmaessen New numerics story required inserting an "asif" in one place.
(edit) @1496 [1496] 20 months jmaessen Re-nativized Char, and ripped out all mention of FTypeChar. Changed the …
(edit) @1493 [1493] 20 months jmaessen Eliminated BufferedWriter? and replaced with FileReadStream? in the File …
(edit) @1489 [1489] 20 months jmaessen Chunked sparse array implementation that maintains a bitmap of explicitly …
(edit) @1488 [1488] 20 months jmaessen Quick half-hour hack based on "Computing Science" column in recent …
(edit) @1487 [1487] 20 months sukyoungryu Use the new generalized if expressions even more!
(edit) @1482 [1482] 20 months jmaessen Fixed a couple of mis-translations
(edit) @1481 [1481] 20 months jmaessen Binding maybe values in if. This touched far more files than I was …
(edit) @1476 [1476] 20 months jmaessen Nativized String. TODO: Remove FTypeString and its ken.
(edit) @1474 [1474] 20 months jmaessen Some code cleanups in SkipList? (occasioned by mention of the code in …
(edit) @1471 [1471] 20 months sukyoungryu Fixed copyright notices.
(edit) @1467 [1467] 20 months sukyoungryu Implemented the generalized if expression proposal: if generators …
(edit) @1463 [1463] 20 months jmaessen Depracate size() in favor of |self|, which is much more elegant on the …
(edit) @1419 [1419] 20 months sukyoungryu Replaced the settable modifier with var.
(edit) @1418 [1418] 20 months chf Fixed a copyright notice
(edit) @1417 [1417] 20 months sukyoungryu Fixed broken demo tests by providing more type information.
(edit) @1402 [1402] 20 months sukyoungryu Fixed copyright notices.
(edit) @1400 [1400] 20 months jmaessen Renamed ArrayList? to List.
(edit) @1374 [1374] 21 months jmaessen Fixed sequential generator code for Set and Map (we recursed to the wrong …
(edit) @1369 [1369] 21 months jmaessen Fixed references to generic singleton Concat[\...\].
(edit) @1351 [1351] 21 months jmaessen Make Nothing[\T\] into a generic singleton.
(edit) @1350 [1350] 21 months jmaessen List aggregates and comprehensions, Set partial ordering, Equality on both …
(edit) @1249 [1249] 22 months jmaessen Made several demos pass static checking. Only tennisRanking remains, see …
(edit) @1239 [1239] 22 months jmaessen Tons of random changes to library, including final depracation of …
(edit) @1232 [1232] 22 months jmaessen asif now works. Lots of code cleanup to the function application code, …
(edit) @1216 [1216] 22 months jmaessen Added some timing code, to show just how slow this stuff runs in the …
(edit) @1211 [1211] 22 months jmaessen Eliminated race condition, and better compartmentalized updates to cands …
(edit) @1206 [1206] 22 months jmaessen Commented-out fix for bug #62, along with test case. Does not affect …
(edit) @1204 [1204] 22 months jmaessen Reasonably efficient aStar implementation. Solves one square at a time …
(edit) @1200 [1200] 22 months jmaessen Some A* changes, plus a bug fix (bad type information given) in …
(edit) @1197 [1197] 22 months jmaessen Version with some more fixes. This hopefully ought to work, and is less …
(edit) @1194 [1194] 22 months jmaessen Fix some bugs and plumb some types.
(edit) @1193 [1193] 22 months jmaessen A* search example (half-baked and deliberately inefficient to shake down …
(edit) @1183 [1183] 22 months jmaessen List and Set comprehensions. Caveat emptor: comprehensions whose result …
(edit) @1168 [1168] 23 months chf Updated Copyright Notices
(edit) @1152 [1152] 23 months chf Small hack to work around a bug for now
(edit) @1149 [1149] 23 months dr2chase Intepreter now runs from caching fortress repository; file names and …
(edit) @1121 [1121] 2 years jmaessen Replace a lot of uses of .generate by an appopriate reduction. This does …
(edit) @1113 [1113] 2 years sukyoungryu Fixed a bug handling QualifiedName? in import statements.
(edit) @1112 [1112] 2 years sukyoungryu Implemented the new import-statement syntax.
(edit) @1095 [1095] 2 years jmaessen Fiddled with reductions (particularly Sum reduction) in effort to get …
(edit) @1066 [1066] 2 years jmaessen Equality, partial ordering, and total ordering. Right now things are …
(edit) @1009 [1009] 2 years jmaessen Accidentally deleted one line of code too many! Fixed.
(edit) @1008 [1008] 2 years jmaessen I've done what every functional programmer does when handed a new …
(edit) @1007 [1007] 2 years jmaessen Fixed bug in generating sequential tuple ranges (#43). Added parsing and …
(edit) @1001 [1001] 2 years jmaessen Minor fixups, primarily to use chaining or shortcutting where it makes the …
(edit) @992 [992] 2 years dr2chase Fixed an overloading 'misunderstanding'; opr= is now a functional method
(edit) @955 [955] 2 years jmaessen Fixed parallelism bug in a way that tries to maximize available …
(edit) @947 [947] 2 years jmaessen Heaps (priority queues). Right now we just have pairing heaps. There may …
(edit) @923 [923] 2 years jmaessen Fully-working version of File library (cleaned up the imports and made the …
(edit) @916 [916] 2 years jmaessen Minor bug fixes in libraries, plus a workaround to import problem (simply …
(edit) @905 [905] 2 years jmaessen Fixed two bugs introduced by library changes.
(edit) @898 [898] 2 years chf Temporarily move tennisRanking.fss to not_passing_yet until we fix import …
(edit) @883 [883] 2 years jmaessen Stable version with tons of library changes, and a few transction changes: …
(edit) @866 [866] 2 years jmaessen More minor tweaks to make functional method transition easier.
(edit) @819 [819] 2 years jmaessen Swapped argument order to array put so that th index comes first. Made all …
(edit) @816 [816] 2 years jmaessen Fixed bug due to generator refactoring.
(edit) @812 [812] 2 years jmaessen Fixed bugs in demos due to library refactoring.
(edit) @768 [768] 2 years jmaessen Fiddled with error reporting. We now get additional contextual …
(edit) @762 [762] 2 years jmaessen ArrayList? created for a bake-off with PureList?. Seems to have scaling …
(edit) @708 [708] 2 years jmaessen Moved four tests out of not_passing_yet after minor tweaks. Removed some …
(edit) @695 [695] 2 years dr2chase Applied refactoring from r687
(edit) @689 [689] 2 years jmaessen More refactoring; found bug in type imports (TypeImportBug?.fss) whose …
(edit) @643 [643] 2 years jmaessen Generator-ified Set (except that the api does not reflect this fact due to …
(edit) @642 [642] 2 years jmaessen Changed ".empty()" to ".isEmpty()" everywhere appropriate. This makes …
(edit) @636 [636] 2 years jmaessen Added zip, filter and range indexing to PureList?. Failed to add equality …
(edit) @613 [613] 2 years jmaessen Fixed bug (missed identifier renaming) which I thought I'd already fixed …
(edit) @603 [603] 2 years jmaessen Mid-point revision to PureList?, because stuff keeps breaking due to …
(edit) @598 [598] 2 years dr2chase Improvements to type inference: - observes "A extends GroundType?" in …
(edit) @562 [562] 2 years jmaessen No longer necessary to keep two copies of conjGrad code around; the one …
(edit) @529 [529] 2 years jmaessen Checking in version which actually runs out of resources on my laptop, at …
Note: See TracRevisionLog for help on using the revision log.