9f36d5a2cbUpdate and revise docs.
Eli Barzilay
2011-09-06 16:32:20 -0400
71b66bbf9fSwitch to `make-'-less constructors.
Eli Barzilay
2011-09-06 16:32:06 -0400
c211c38729Reprovide the structs from "analyzer.rkt".
Eli Barzilay
2011-09-06 15:13:20 -0400
2bfd246647scheme' -> racket'.
Eli Barzilay
2011-09-06 14:27:42 -0400
5861d07330".ss" -> ".rkt" scan done.
Eli Barzilay
2011-07-02 10:37:53 -0400
72180b7748docs reorganization added tutorial, racket categories relabeled some other categories normalized manual names: de-bolded, changed some names
Ryan Culpepper
2011-06-29 03:14:04 -0600
b14a5d24b0A ton of @scheme*' -> @racket*' and related updates.
Eli Barzilay
2011-06-24 15:08:24 -0400
efbd76cf8cRecketizing much in `net/*', mass ".ss" -> ".rkt" conversion in .scrbl files.
Eli Barzilay
2011-06-20 04:00:14 -0400
15da691facFixes more spelling errors.
David Van Horn
2011-02-04 16:46:32 -0500
ad4aa68630Fixed a typo in the profiler documentation.
Vincent St-Amour
2010-06-15 17:49:53 -0400
d88919fe59rename all files .ss -> .rkt
Matthew Flatt
2010-04-27 16:05:36 -0600
cb94e5817dFinally it works.
Eli Barzilay
2009-05-30 06:48:49 +0000
9340664957fix comment in about-to-be-changed version
Eli Barzilay
2009-05-29 11:22:59 +0000
9b6331e468clarification
Eli Barzilay
2009-05-29 11:16:28 +0000
06c758ab0aget rid of the old (and still broken) topological sort, use a visual layering function instead (still needs fixing, comitting as a checkpoint)
Eli Barzilay
2009-05-29 09:24:42 +0000
dffc446fc5don't include the *-node in the topological-sort output
Eli Barzilay
2009-05-15 19:28:38 +0000
2ac42691a8better layout for topological-sort
Eli Barzilay
2009-05-15 19:16:56 +0000
19bb120207added tests for topological-sort
Eli Barzilay
2009-05-14 15:33:25 +0000
18b996199badded tests for topological-sort
Eli Barzilay
2009-05-14 15:33:20 +0000
304cdc2483fix dropping cycles
Eli Barzilay
2009-05-14 15:08:56 +0000
8ad8b54bccprint the *-node appropriately
Eli Barzilay
2009-05-14 10:34:09 +0000
0dc181a285subsort is really any function to apply on a level
Eli Barzilay
2009-05-14 07:47:28 +0000
c0fe0ebac5tests need the structs too
Eli Barzilay
2009-05-14 07:36:46 +0000
20050f00d5Forgot to actually move the topological sort code
Eli Barzilay
2009-05-14 07:35:03 +0000
def4236173* Factor out the struct definitions into a separate file * Move the topological sort into utils.ss
Eli Barzilay
2009-05-14 07:31:36 +0000
70a66f21b9finally, make the topological-sort do a topological sort instead of a BFS
Eli Barzilay
2009-05-14 07:23:09 +0000
1c08ab0224use hash-ref!
Eli Barzilay
2009-05-14 05:49:15 +0000
1459403557typo in comment
Eli Barzilay
2009-05-14 05:47:18 +0000
2e8d58ffcfremoved lots of "the the"s
Eli Barzilay
2009-05-01 21:02:51 +0000
068d893e6esvn: r14648
Eli Barzilay
2009-04-29 07:14:39 +0000
98c7705ffdsvn: r14647
Eli Barzilay
2009-04-29 07:13:55 +0000
763a0aac0eChanged @itemize{...} to @itemize[...] (done after comparing the doc tree and verifying that there are no changes). (Also fixed a few bugs that were in the code)
Eli Barzilay
2009-04-05 17:46:20 +0000
799e0d9364more common looking title
Eli Barzilay
2009-03-30 21:12:33 +0000
07ae3cfac2sort only for each edge, so related nodes will be closer to each other
Eli Barzilay
2009-03-30 21:10:16 +0000
719e7282baadded an option of giving create-sampler the super custodian
Eli Barzilay
2009-03-30 19:42:55 +0000
3a6113ab51document and comment last change
Eli Barzilay
2009-03-30 17:44:03 +0000
cf6dd7adb7fix the topological sort and make it use a sorter to resolve nodes at the same level
Eli Barzilay
2009-03-30 17:42:09 +0000
df3d14b585avoid divisions by zero when no work is observed
Eli Barzilay
2009-03-30 17:00:31 +0000
322f6a871e* added `periodic-renderer' * set svn:ignore
Eli Barzilay
2009-03-30 05:59:20 +0000
d538141610type
Eli Barzilay
2009-03-30 05:24:07 +0000
70c70bc7bcremove debugging code, add provide
Eli Barzilay
2009-03-30 01:07:06 +0000
e29c411d53statistical profiler, core and text interface part done
Eli Barzilay
2009-03-30 00:15:38 +0000