Slava Pestov
b28e283108
debugger: doc fixes
2009-09-08 15:43:00 -05:00
Slava Pestov
21cc9ecc13
tools.deploy.shaker: strip out math.vectors specializations
2009-09-08 15:20:46 -05:00
Slava Pestov
7a6ed80ee7
Fix some annoying circularity; prettyprinter cannot depend on any vocab that depends on locals or stack-checker
2009-09-08 15:15:36 -05:00
Slava Pestov
0d01371baf
math.vectors.simd: fix help rendering
2009-09-08 14:49:27 -05:00
Slava Pestov
2b7de60bc8
see: don't show accessor methods in see-methods
2009-09-08 14:46:36 -05:00
Slava Pestov
358bc06998
ui.gadgets.buttons: don't show message if no shortcut assigned
2009-09-08 14:46:16 -05:00
Slava Pestov
64df8f8a8b
Merge branch 'ui-tweaks' of git://github.com/klazuka/factor
2009-09-08 14:37:05 -05:00
Keith Lazuka
78a34b9b3b
Factor theme colors are now referenced by name.
...
Added a text file, "factor-colors.txt", which is like "rgb.txt" except it lists the theme colors used in the Factor UI.
Changed url-style color to DodgerBlue4 to match link-style.
2009-09-08 15:25:27 -04:00
Slava Pestov
88b4780096
Merge branch 'master' of git://factorcode.org/git/factor
2009-09-08 14:22:52 -05:00
Slava Pestov
bd447dca7b
VM: use an std::vector instead of a fixed-size buffer for GC roots
2009-09-08 14:21:09 -05:00
Doug Coleman
e1d540803a
Merge branch 'master' of git://factorcode.org/git/factor
2009-09-08 14:18:40 -05:00
Doug Coleman
be29ee2929
deprecating nth for integers is annoying
2009-09-08 14:18:26 -05:00
Slava Pestov
6396e901ca
cpu.x86.features: better wording
2009-09-08 14:17:05 -05:00
Doug Coleman
b5767c8732
Merge branch 'master' of git://factorcode.org/git/factor
2009-09-08 14:15:53 -05:00
Doug Coleman
f64ebbfc86
remove deprecated inotify-event struct
2009-09-08 14:15:25 -05:00
Slava Pestov
0002e58c58
vm/cpu-x86.S: don't detect SSSE3, SSE4.1 or SSE4.2 yet
2009-09-08 14:06:19 -05:00
Slava Pestov
1da342790f
mason.child: bootstrap with SSE3 on x86
2009-09-08 14:03:26 -05:00
Slava Pestov
05bffecab7
cpu.x86.features: add -sse-version command-line switch to override SSE detection
2009-09-08 13:56:37 -05:00
Slava Pestov
8eeeeb5c5b
inline alien-vector and set-alien-vector if SIMD is not available for a small speedup
2009-09-08 13:56:17 -05:00
Slava Pestov
c23e1dc1de
math.vectors.simd: remove useless dependency
2009-09-08 13:55:56 -05:00
Slava Pestov
ab64d187c9
Merge branch 'master' into simd
2009-09-08 13:38:14 -05:00
Slava Pestov
1e9f870e66
math.vectors.specialization: specialized vector words are now subwords of the generic vector word. This ensures that specializations get compiled correctly in all cases
2009-09-08 13:37:25 -05:00
Doug Coleman
551c06db2d
Merge branch 'master' of git://factorcode.org/git/factor
2009-09-08 13:22:52 -05:00
Keith Lazuka
6df63c62a7
Removed text shadow support
2009-09-08 14:22:27 -04:00
Slava Pestov
9a7a76b978
Improved line number handling for unit test failure errors
2009-09-08 13:13:30 -05:00
Slava Pestov
3ac777e237
Merge branch 'for-slava' of git://git.rfc1149.net/factor
2009-09-08 13:09:27 -05:00
Slava Pestov
853c94cbaa
Merge branch 'for-slava' of git://git.rfc1149.net/factor into simd
2009-09-08 13:02:00 -05:00
Keith Lazuka
48aba9399b
Applied ui-tweaks patchset.
...
- prettyprinter now does syntax highlighting of Factor code
- added a prettyprinter.stylesheet vocab
- text shadow character style for formatted streams
- text shadow for labels
- toolbar buttons display keyboard shortcut in status bar rather than in the button title
- changed some colors in help.stylesheet to match the colors in Factor's scrollbars and border-buttons
- changed status bar color to match the dark blue in Factor's scrollbars
- added some internal padding to the browser gadget to give the article content some breathing room
NOTE: I removed the "pane" slot from browser-gadget. The slot was never used (at least in my image), and now that the browser-gadget's help-pane is wrapped by a "border" gadget, the slot name would be misleading.
2009-09-08 13:30:30 -04:00
Slava Pestov
ef09991500
Fixes
2009-09-08 00:13:18 -05:00
Slava Pestov
17821626c3
Fix conflicts
2009-09-07 23:51:25 -05:00
Slava Pestov
b279c5751c
compiler.tree.propagation: type check inputs to unsafe foldable words manually, so that stuff like [ "Hi" { } fixnum+fast ] doesn't crash in the compiler
2009-09-07 23:40:23 -05:00
Slava Pestov
77aae1473f
tools.deploy: fix facepalm
2009-09-07 22:48:57 -05:00
Slava Pestov
a326bd25d1
tools.deploy: add unit test to ensure Cocoa binding works in deployed apps
2009-09-07 17:59:34 -05:00
Slava Pestov
0b35d79aee
compiler.tree.propagation.call-effect: stronger call( inlining; now can inline 'a [ b ] curry call(' where 'a' is literal, [ b ] doesn't infer, but [ a b ] does infer. This simplifies classes.struct:memory>struct
2009-09-07 17:45:03 -05:00
Jon Harper
e845964039
Fix documentation errors
2009-09-06 19:00:03 +09:00
Slava Pestov
6be1a59182
Use new-style structs for overlapped struct on Windows
2009-09-05 16:20:58 -05:00
Slava Pestov
42da67c755
windows.com.prettyprint: add unportable tag
2009-09-05 10:59:40 -05:00
Slava Pestov
b9b374a612
Merge branch 'master' of git://github.com/killy971/factor
2009-09-05 10:58:17 -05:00
Slava Pestov
4a0f059e13
Merge branch 'master' of git://github.com/Blei/factor
2009-09-05 10:54:02 -05:00
Slava Pestov
9fca70d965
Fix unit tests for specialized-arrays.direct change
2009-09-05 02:26:06 -05:00
Slava Pestov
430f4a83f9
specialized-arrays.direct is no more; instead, every specialized-array.<foo> vocabulary has a <direct-T-array> constructor
2009-09-04 22:01:55 -05:00
Slava Pestov
867a3548fd
windows.com: split off prettyprinting into windows.com.prettyprint
2009-09-04 22:00:23 -05:00
Slava Pestov
7e0d14a55f
tools.deploy.shaker: strip out struct slot info
2009-09-04 21:59:49 -05:00
Slava Pestov
5bece33df8
io.launcher.windows.nt: make tests more robust
2009-09-04 21:59:11 -05:00
Guillaume Nargeot
60531662fc
Solution to Project Euler problem 85
2009-09-05 10:59:04 +09:00
Joe Groff
fdf7195ec1
Merge branch 'master' of git://factorcode.org/git/factor
2009-09-04 12:30:48 -05:00
Joe Groff
9430fdc4b6
i had comisd/ucomisd backwards on x86
2009-09-04 12:30:30 -05:00
Slava Pestov
5bec850410
ui.backend.x11: fix set-fullscreen
2009-09-04 12:35:45 -04:00
Slava Pestov
09c8175919
fix some typos in cpu.ppc
2009-09-04 11:18:41 -05:00
Slava Pestov
7f0ab1dc1e
Merge branch 'master' of git://factorcode.org/git/factor into ppc-float-compare
2009-09-04 10:58:50 -05:00