|
|
|
@947
|
[947]
|
2 years |
jmaessen |
Heaps (priority queues). Right now we just have pairing heaps. There
may …
|
|
|
|
@945
|
[945]
|
2 years |
mspiegel |
The start of an immutable implementation of skiplists. Currently supports …
|
|
|
|
@941
|
[941]
|
2 years |
jdn |
Conflicting import-stars (of types, at least -- that is tested) are left …
|
|
|
|
@932
|
[932]
|
2 years |
jdn |
Import * skips non-function names defined in the importer (doesn't fix …
|
|
|
|
@927
|
[927]
|
2 years |
jmaessen |
Fixed race condition in FileGenerator?.
|
|
|
|
@923
|
[923]
|
2 years |
jmaessen |
Fully-working version of File library (cleaned up the imports and made
the …
|
|
|
|
@919
|
[919]
|
2 years |
jmaessen |
Initial version of mutable Skip Lists, courtesy of Michael Spiegel.
|
|
|
|
@918
|
[918]
|
2 years |
jmaessen |
Fixed comment grammar.
|
|
|
|
@916
|
[916]
|
2 years |
jmaessen |
Minor bug fixes in libraries, plus a workaround to import problem
(simply …
|
|
|
|
@907
|
[907]
|
2 years |
jmaessen |
Added ReadStream, which should replace the BufferedReader wrapper that …
|
|
|
|
@906
|
[906]
|
2 years |
dr2chase |
Changes to get functional methods working properly from generic types
|
|
|
|
@899
|
[899]
|
2 years |
jmaessen |
Fixed some bugs in array contention management (we were aborting
null …
|
|
|
|
@897
|
[897]
|
2 years |
jmaessen |
Fixed bugs (type-incorrect map, missing type information on map calls) …
|
|
|
|
@888
|
[888]
|
2 years |
jmaessen |
New and completely different implementation of transactional arrays.
Uses …
|
|
|
|
@885
|
[885]
|
2 years |
jmaessen |
Applied Set patch from Michael Spiegel, with minor tweak to fix type …
|
|
|
|
@884
|
[884]
|
2 years |
jmaessen |
Marked stuff that'll need to be changed from typecase to overloading
in …
|
|
|
|
@883
|
[883]
|
2 years |
jmaessen |
Stable version with tons of library changes, and a few transction
changes: …
|
|
|
|
@869
|
[869]
|
2 years |
dr2chase |
Fixed yet another functional method bug found by Jan; this one related to …
|
|
|
|
@861
|
[861]
|
2 years |
jmaessen |
Minor cleanup, checking in before I forget and this gets forgotten in …
|
|
|
|
@857
|
[857]
|
2 years |
jmaessen |
Minor fix to avoid "opr =" overloading that won't work.
|
|
|
|
@852
|
[852]
|
2 years |
jmaessen |
Array sublanguage is now largely complete, and tests out for the 1-D
case …
|
|
|
|
@839
|
[839]
|
2 years |
chf |
Spawning of Fair threads
|
|
|
|
@836
|
[836]
|
2 years |
jmaessen |
More library cleanup. Arrays now have a notion of their bounds, and
use …
|
|
|
|
@829
|
[829]
|
2 years |
jmaessen |
Lots of work on Indexed generators, and a good bit of re-factoring to …
|
|
|
|
@824
|
[824]
|
2 years |
jmaessen |
List in ArrayList? now extends Indexable.
Had trouble with reference to …
|
|
|
|
@819
|
[819]
|
2 years |
jmaessen |
Swapped argument order to array put so that th index comes first.
Made all …
|
|
|
|
@815
|
[815]
|
2 years |
jmaessen |
Hack to permit FortressLibrary to import other (native) library code.
This …
|
|
|
|
@812
|
[812]
|
2 years |
jmaessen |
Fixed bugs in demos due to library refactoring.
|
|
|
|
@810
|
[810]
|
2 years |
jmaessen |
Arrays have now had a great deal of code pulled out into a boilerplate …
|
|
|
|
@784
|
[784]
|
2 years |
jmaessen |
Added tons of comments to library, particularly clarifying intended
and …
|
|
|
|
@776
|
[776]
|
2 years |
jmaessen |
Cleaned up native method types and added some utility types.
Created a …
|
|
|
|
@769
|
[769]
|
2 years |
dr2chase |
GENERIC native constructors (not necessarily methods) now work. See test …
|
|
|
|
@762
|
[762]
|
2 years |
jmaessen |
ArrayList? created for a bake-off with PureList?. Seems to have scaling …
|
|
|
|
@754
|
[754]
|
2 years |
dr2chase |
Improved Native plumbing -- see …
|
|
|
|
@708
|
[708]
|
2 years |
jmaessen |
Moved four tests out of not_passing_yet after minor tweaks. Removed
some …
|
|
|
|
@702
|
[702]
|
2 years |
dr2chase |
Fixed name of StringLiteral?, uncommented NodeSet? from Set.fsi
|
|
|
|
@689
|
[689]
|
2 years |
jmaessen |
More refactoring; found bug in type imports (TypeImportBug?.fss) whose …
|
|
|
|
@687
|
[687]
|
2 years |
jmaessen |
Refactoring in progress on Map, complete for Set and PureList?. Map
needs …
|
|
|
|
@656
|
[656]
|
2 years |
dr2chase |
Fixed bug with extending in/across APIs (ticket:5)
|
|
|
|
@643
|
[643]
|
2 years |
jmaessen |
Generator-ified Set (except that the api does not reflect this fact
due to …
|
|
|
|
@642
|
[642]
|
2 years |
jmaessen |
Changed ".empty()" to ".isEmpty()" everywhere appropriate. This makes …
|
|
|
|
@636
|
[636]
|
2 years |
jmaessen |
Added zip, filter and range indexing to PureList?.
Failed to add equality …
|
|
|
|
@631
|
[631]
|
2 years |
jmaessen |
More cleanup of PureList?, made reverse() into a full-fledged method. …
|
|
|
|
@603
|
[603]
|
2 years |
jmaessen |
Mid-point revision to PureList?, because stuff keeps breaking due to …
|
|
|
|
@525
|
[525]
|
2 years |
jmaessen |
API for PureList?, plus quick test which covers the cases which
actually …
|
|
|
|
@524
|
[524]
|
2 years |
jmaessen |
Version passes internal tests, including fixes to left() and right()
which …
|
|
|
|
@488
|
[488]
|
2 years |
jmaessen |
Fully working version that supports:
O(1) amortized deque operations
…
|
|
|
|
@456
|
[456]
|
2 years |
jmaessen |
Fixes and code cleanup for applying a single-argument function to a …
|
|
|
|
@452
|
[452]
|
2 years |
jmaessen |
Version which at least tests out, but does not support splitting or …
|
|
|
|
@436
|
[436]
|
2 years |
jmaessen |
Threw together a quick-and-dirty laziness library. Sadly, we can't
really …
|
|
|
|
@416
|
[416]
|
2 years |
jmaessen |
A bunch of minor tweaks and bug fixes:
1- Yes, I added assert() to …
|
|
|
|
@362
|
[362]
|
2 years |
jm143038 |
Gaack, these weren't added.
|
|
|
|
@357
|
[357]
|
2 years |
jm143038 |
Minor library tweaks. Moved pi,e,infinity to the new library
"Constants". …
|
|
|
|
@333
|
[333]
|
3 years |
sr155864 |
Added a tennis ranking program to the demos directory.
|
|
|
|
@332
|
[332]
|
3 years |
sr155864 |
'juxtaposition' is implemented.
|
|
|
|
@324
|
[324]
|
3 years |
sr155864 |
1. Added a substring function to FortressLibrary.fss.
2. Parameterized a …
|
|
|
|
@323
|
[323]
|
3 years |
sr155864 |
1. Added a parameterized list implementation.
2. Implemented settable …
|
|
|
|
@322
|
[322]
|
3 years |
sr155864 |
Added back useful functionality for sparse matrices.
|
|
|
|
@319
|
[319]
|
3 years |
sr155864 |
Added a parameterized map implementation.
|
|
|
|
@317
|
[317]
|
3 years |
sr155864 |
Cleaned up demos/conjGradWithSparse.fss. Made test_library/Sparse.{fss, …
|
|
|
|
@315
|
[315]
|
3 years |
sr155864 |
Added file reads and writes.
|
|
|
|
@314
|
[314]
|
3 years |
sr155864 |
Added quicksort.
|
|
|
|
@313
|
[313]
|
3 years |
sr155864 |
Implemented trait and object declarations in APIs. Moved a set …
|
|
|
|
@252
|
[252]
|
3 years |
jm143038 |
Try to pry conjGrad apart into two pieces: Sparse vectors and
matrices, in …
|
|
|
|
@180
|
[180]
|
3 years |
dc12360 |
Minor tweaks to bogo-linker; removed an incorrect cast, made it look in a …
|