Commit Graph

27740 Commits (7b46b0e39a7e0edfeb8f65613ea32d86ecc32b2b)

Author SHA1 Message Date
Björn Lindqvist 5931f33514 FUEL: colorize :> 2015-07-14 17:29:42 -07:00
John Benediktsson 04c0fdc39e images: adding an "each-pixel" that iterates over pixels by row. 2015-07-14 17:19:04 -07:00
John Benediktsson f8bf42bce8 lists: adding deeplist>array. 2015-07-14 16:35:59 -07:00
John Benediktsson e0ae202d36 misc: fix factor.vim.fgen for words->vocab-words refactor. 2015-07-14 16:29:28 -07:00
John Benediktsson c329631e25 images.viewer.prettyprint: don't default to prettyprinting images this way, make it configurable. 2015-07-14 16:21:35 -07:00
John Benediktsson 7fc906383c xkcd: save the comic number with XKCD: syntax. 2015-07-14 16:17:17 -07:00
John Benediktsson c89cdc4c67 math.matrices.elimination: avoid double length call. 2015-07-14 15:59:24 -07:00
John Benediktsson 8ccb173da0 units.reduction: avoid double length calls in find-unit-suffix. 2015-07-14 15:58:23 -07:00
John Benediktsson 94ed98e78c Use $sequence in a few places. 2015-07-14 15:57:18 -07:00
John Benediktsson b3ccdec660 help.markup: adding $sequence for describing sequence values. 2015-07-14 15:55:18 -07:00
John Benediktsson ed98332263 ui.gadgets.buttons: simplify. 2015-07-14 15:43:58 -07:00
John Benediktsson 1431c33f1f ui.gadgets.status-bar: use color constants. 2015-07-14 15:29:25 -07:00
John Benediktsson 098a07ed59 ui.gadgets.buttons: add button quot effect. 2015-07-14 15:29:06 -07:00
Björn Lindqvist a5fbd7e3f8 tools.image-analyzer.gc-info.tests: the test for scrub-bits was
completey baked, remove it
2015-07-12 16:00:16 -07:00
Björn Lindqvist d3a6fa85e5 tools.image-analyzer.data-heap-reader: payload should be unsigned bytes
not chars
2015-07-12 16:00:16 -07:00
Doug Coleman 2f3dab093a .gitignore: ignore the code signature directory 2015-07-12 14:45:03 -07:00
Björn Lindqvist b9b75c272b VM: let's merge (save-image) and (save-image-and-exit) into one 3
arg (save-image). it's good not to have to many similar primitives
2015-07-12 22:36:59 +02:00
Björn Lindqvist d608f3377b VM: get_entry_point is unused 2015-07-12 22:36:59 +02:00
Björn Lindqvist c69e1a6e93 VM: move the paths out of gc memory so that they arent unnecessarily
added to the image
2015-07-12 22:36:59 +02:00
Doug Coleman a4b14808a0 Factor.app: delete the .dummy file. It requires signing with --deep and why have it in the first place? 2015-07-10 17:14:10 -07:00
John Benediktsson d1262ca2d7 redis: fix using. 2015-07-10 14:28:50 -07:00
John Benediktsson dbdff8e880 bloom-filters: adding a working url. 2015-07-10 14:17:09 -07:00
John Benediktsson dce364faa2 ui.gadgets.labels: trigger relayout when string changes. 2015-07-10 14:06:53 -07:00
John Benediktsson df50480878 prettyprint.stylesheet: use assoc-union! and set-at when possible. 2015-07-10 12:37:31 -07:00
John Benediktsson 752ceb57fc redis: adding a read timeout to the socket. 2015-07-10 09:31:21 -07:00
John Benediktsson 2b1e7dd9d0 misc: fix syntax error in Factor.tmbundle. 2015-07-10 09:19:40 -07:00
John Benediktsson 4bdeaad112 init: cleaner using "initialize" instead of "global [ ... ] cache". 2015-07-09 19:06:19 -07:00
Björn Lindqvist dea0b49283 tools.image-analyzer.*: fix the loading of the .32 and .64 vocabs 2015-07-10 02:25:12 +02:00
Björn Lindqvist 4669c8a4eb tools.image-analyzer.*: fixes so that the vocab should work both on 32
and 64 bit
2015-07-10 02:25:12 +02:00
Björn Lindqvist cd8fd7b2a0 tools.image-analyzer.gc-info: ported the docs so now tools.gc-decode is
not needed anymore
2015-07-10 02:25:12 +02:00
Björn Lindqvist f2a85d1b13 tools.image-analyzer.*: support for callstack reading 2015-07-10 02:25:12 +02:00
Björn Lindqvist 16029fa0c9 tools.image-analyzer.gc-info.tests: "translates" all the tests from tools.gc-decode.tests 2015-07-10 02:25:12 +02:00
Björn Lindqvist 0f128cedb2 tools.image-analyzer: new set of vocabs for reading and analyzing factor images 2015-07-10 02:25:12 +02:00
Doug Coleman 7780a48c83 shuffle: Simpler definition imo. 2015-07-09 14:45:41 -07:00
John Benediktsson 8dd67e0741 tools.scaffold: use vocabs:check-vocab-name. 2015-07-09 11:02:09 -07:00
John Benediktsson afb055470a debugger: give bad-vocab-name a better summary. 2015-07-09 11:00:40 -07:00
John Benediktsson 7d50ab1937 tools.scaffold: check vocab name in scaffold-vocab. 2015-07-09 10:51:44 -07:00
John Benediktsson 58a07c0c36 system-info.macosx: adding OS X 10.11 "El Capitan". 2015-07-09 10:39:34 -07:00
Doug Coleman 5a3e788576 .gitignore: ignore more vim temp files. not sure why i'm getting so many extensions... 2015-07-09 10:24:39 -07:00
John Benediktsson e1e8383322 hash-sets: need to define M\ hash-set hashcode*. 2015-07-09 08:35:43 -07:00
John Benediktsson c9561e4f28 locals.parser: fix tests for now so we get clean builds. 2015-07-08 11:27:20 -07:00
Doug Coleman 128c262429 compiler.cfg.value-numbering: tests need to have this loaded. 2015-07-06 22:44:36 -07:00
John Benediktsson 801fdebde2 vm: bring back FACTOR_ASSERT. 2015-07-06 15:18:09 -07:00
Björn Lindqvist 4bc0720e51 VM: more changes of structs to lambda functions 2015-07-06 22:49:38 +02:00
Björn Lindqvist 4dfac78fc1 VM: move changes of structs to lambda functions 2015-07-06 22:49:38 +02:00
Björn Lindqvist 365b39e0cc VM: change lot of visitation objects to use cool lambda functions instead 2015-07-06 22:49:38 +02:00
Björn Lindqvist fce5d4353a VM: replace binary_payload_start() with slot_count()
This should simplify a little the address calculations when visiting
slots of an object
2015-07-06 22:49:38 +02:00
Björn Lindqvist 46423dfebf VM: merge strings.hpp and tuples.hpp into layouts.hpp, because those
header files were so tiny
2015-07-06 22:49:38 +02:00
Björn Lindqvist 66eb9f1fe5 VM: split the size() method into base_size() and aligned_size() 2015-07-06 22:49:38 +02:00
Doug Coleman 892c62e1dc factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test 2015-07-03 09:39:59 -07:00