Commit Graph

8924 Commits (e550d052ea1520a2d71645a0b4d7ab667c35b130)

Author SHA1 Message Date
Slava Pestov 8a6ecec9f3 Fix broken link in ratios docs 2008-11-11 12:11:36 -06:00
Slava Pestov a32acdcff0 Tweak grouping code for better method inlining 2008-11-11 12:11:13 -06:00
Slava Pestov d7dd084b8d Usability tweak: focus on listener input area when input presentation is clicked 2008-11-11 11:46:35 -06:00
Slava Pestov fed799a32c Fix circularity 2008-11-11 11:39:38 -06:00
Slava Pestov 4c0f2cc3f5 Move factor-2s from miller-rabin to math.functions; use it to make ^ more efficient 2008-11-11 11:30:47 -06:00
Slava Pestov f1a1a4c1cb Cloning a dlist did not clone its nodes, and so was useless 2008-11-11 10:56:58 -06:00
Slava Pestov 7bb9e8d3ce Merge branch 'master' of git://factorcode.org/git/factor 2008-11-11 10:51:34 -06:00
Slava Pestov 1d630b6cf2 Minor documentation fixes 2008-11-11 10:51:15 -06:00
Doug Coleman 2c4e3ce9dc check that the makefile exists and stop if it doesnt 2008-11-11 10:19:42 -06:00
Slava Pestov f04b32ea02 Remove duplicated logic 2008-11-11 09:10:33 -06:00
Slava Pestov d50f4275d4 Fix help lint 2008-11-11 08:53:11 -06:00
Slava Pestov e49ee006d1 Fix loop combinator docs 2008-11-11 08:50:48 -06:00
Slava Pestov 792df37431 Update unit test 2008-11-11 08:50:30 -06:00
Slava Pestov 5f4b247072 Propagation pass now uses a stack of hashtables for predicated constraints instead of cloning a hashtable. New strategy for recursive propagation; now converges with fewer iterations. ~15 sec bootstrap time improvement 2008-11-11 08:49:00 -06:00
Slava Pestov 7f9fbdaa4e cleanup pass didn't properly handle conditionals where both branches were dead 2008-11-11 08:38:03 -06:00
Slava Pestov 43335d9c36 Intervals now use a special singleton for the full interval to eliminate FP math in the common case; fix a bug in value-info<= 2008-11-11 08:30:14 -06:00
Slava Pestov a1f6bb0999 Merge branch 'master' of git://factorcode.org/git/factor 2008-11-11 03:11:23 -06:00
Slava Pestov 18df06fde1 Updating various apps in extra for GL words being moved around 2008-11-11 03:10:41 -06:00
Slava Pestov 66558ce584 Merge branch 'master' of git://projects.elasticdog.com/git/factor 2008-11-11 02:39:58 -06:00
Slava Pestov bb44effcb3 Forgot to include this in the last patch 2008-11-11 02:35:27 -06:00
Slava Pestov d579628d61 More OpenGL rendering tweaks 2008-11-11 02:31:56 -06:00
James Cash 62e6a139c3 Commenting out failing tests for push 2008-11-11 02:33:20 -05:00
James Cash b693cd8ab1 Adding coreset to description in comments 2008-11-11 02:33:19 -05:00
James Cash da3399f31d More tests for linked-assocs 2008-11-11 02:33:19 -05:00
James Cash a5576bbb1d Fixing extra space, replacing tuck ... swap with [ ... ] keep 2008-11-11 02:33:19 -05:00
James Cash 44bfc0f802 More work on advice, cleaning it up (TESTS FAIL) 2008-11-11 02:33:19 -05:00
James Cash ec7bc276dc Adding documentation for ad-do-it 2008-11-11 02:33:19 -05:00
James Cash cc877bf79b Fixing identation in advice-tests 2008-11-11 02:33:19 -05:00
James Cash d9076407fb Writing docs for linked-assocs 2008-11-11 02:33:19 -05:00
James Cash 143567c917 More tests for linked-assocs 2008-11-11 02:33:19 -05:00
James Cash 41b7853e08 Adding more assoc protocol methods to linked-assocs, bugfixes 2008-11-11 02:33:18 -05:00
James Cash b3acebc350 linked-assocs passes tests 2008-11-11 02:33:18 -05:00
James Cash b68d3c94a7 Adding linked-assocs 2008-11-11 02:33:18 -05:00
James Cash 8cc2f8264c Adding name to authors of coroutines 2008-11-11 02:33:18 -05:00
James Cash e149088f2f Changing extra/advice to use coreset instead of coterminate 2008-11-11 02:33:18 -05:00
James Cash 1ca40efa12 Adding coreset to extra/coroutines, plus docs and tests 2008-11-11 02:33:18 -05:00
Eduardo Cavazos c645613afd boids/ui/deploy.factor: Use input/output level 2 2008-11-11 01:26:02 -06:00
Slava Pestov f0c61b9499 Rewrite OpenGL rendering code
- Don't use glPolygonMode to draw outline rectangles
- Use vertex arrays instead of glBegin/glVertex/glEnd
- Remove dead code from opengl vocabulary
- draw-interior and draw-boundary are now called with origin get [ ... ] with-translation
2008-11-11 00:28:37 -06:00
Aaron Schaefer 8e155a8306 Cleanup formatting of Project Euler problem 215 2008-11-10 23:26:38 -05:00
Aaron Schaefer 05d991ab74 Merge branch 'master' of git://factorcode.org/git/factor 2008-11-10 22:57:14 -05:00
Aaron Schaefer 3b204ff971 Solution to Project Euler problem 73 2008-11-10 22:56:37 -05:00
Slava Pestov eabba96627 Merge branch 'master' of git://repo.or.cz/factor/jcg 2008-11-10 21:38:28 -06:00
Eric Mertens 8ace93a75f add project-euler.203 2008-11-10 19:34:36 -08:00
Eduardo Cavazos 2489ac5205 bootstrap.stage2: Factor out 'print-time' 2008-11-10 21:27:48 -06:00
Eduardo Cavazos 78d9452b7e basis/bootstrap/stage2: Show core bootstrap time in report 2008-11-10 20:05:50 -06:00
Eduardo Cavazos 7104cd4fe8 Fix 'extra/update' 2008-11-10 19:20:08 -06:00
Eduardo Cavazos 262e9632e6 Remove 'unmaintained/update' (moving back to 'extra') 2008-11-10 19:17:41 -06:00
Joe Groff ab366cd1ca Move cairo vocabs back into extra/ 2008-11-10 17:07:59 -08:00
Joe Groff c9b5934894 change name of gadget in cairo-demo to avoid confusion with cairo.gadgets 2008-11-10 17:07:04 -08:00
Joe Groff 88e03204b9 bring cairo-demo back from the dead 2008-11-10 17:05:31 -08:00