]> gitweb.factorcode.org Git - factor.git/history - basis/tools
io.streams.tee: more tests
[factor.git] / basis / tools /
2024-02-25 GiftpflanzeDelete empty test files
2023-10-23 John Benediktssonsequences: more use of minimum/maximum
2023-09-21 John Benediktssontools.scaffold: change developer-name example to just...
2023-09-19 John Benediktssontools.disassembler.capstone: add some typedefs for...
2023-09-19 John Benediktssontools.disassembler.capstone: add more cs_modes
2023-09-19 John Benediktssontools.disassembler.capstone: work with capstone 4 and...
2023-09-12 John Benediktssontools.disassembler.capstone: remove accidental B
2023-09-12 John Benediktssontools.disassembler.capstone: using \ cpu
2023-09-12 John Benediktssontools.disassembler.capstone: adding arm.32
2023-09-12 John Benediktssontools.disassembler.capstone: adding arm64
2023-09-11 Giftpflanzeassocs.extras: Move some often-used words to core
2023-09-08 John Benediktssontools.walker: adding breakpoint-after
2023-09-01 John Benediktssonio.files: using some of the new file-exists combinators
2023-09-01 John Benediktssontools.deploy.macosx: using ?delete-tree
2023-08-29 John Benediktssontools.disassembler.gdb: fix using
2023-08-24 John Benediktssontools.profiler.sampling: bring back profile tests on...
2023-08-24 John Benediktssontools.profiler.sampling: win32
2023-08-24 John Benediktssontools.profiler.sampling: win32
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-08-21 John Benediktssontools.scaffold: simplify read-unit-test
2023-08-21 John Benediktssontools.scaffold: only with-file-vocabs when parsing...
2023-08-21 John Benediktssontools.scaffold: fix using, write tests all at once
2023-08-21 John Benediktssontools.scaffold: need a manifest for mason tests
2023-08-21 olus2000tools.scaffold: testing test generating words
2023-08-21 olus2000tools.saffold: document test scaffolding words
2023-08-21 olus2000tools.scaffold: expand test-maybe unit test
2023-08-21 olus2000tools.scaffold: overhaul of `scaffold-unit-tests`
2023-08-21 olus2000tools.scaffold: removed extra text in docs
2023-06-11 John Benediktssontools.deploy: bump gpu.demos.bunny
2023-06-11 John Benediktssontools.deploy: bump bunny
2023-06-03 John Benediktssontools.deploy: bump test 5 deploy reflection
2023-06-01 John Benediktssontools.deploy: bump bunny
2023-06-01 John Benediktssontools.deploy: bump bunny
2023-05-07 Doug Colemangnome: rename gtk to gtk2, move most gir files to basis/gir
2023-04-26 John Benediktssontools.deploy.backend: clean the old deploy images autom...
2023-04-05 John Benediktssontools.completion: adding EDITOR: tab completion
2023-03-16 Doug Colemantools.test: rename TEST: to DEFINE-TEST-WORD:
2023-03-15 Raghu RMerge pull request #2774 from factor/w4-warnings
2023-03-15 Raghu Rvm: nmakefile \W4 warning related changes
2023-02-27 Doug Colemanfactor: fix some docs/tests from recent merge
2023-02-26 Doug Colemanfactor: remove extra whitespace refactor-sequences 2669/head
2023-02-26 Doug Colemantools.scaffold: make scaffold-docs work on strings...
2023-02-26 Doug Colemantools.scaffold: in-out removal
2023-02-26 Doug Colemanfactor: use more ?if
2023-02-26 Doug Colemanfactor: ?if to ?if-old
2023-02-26 Doug Colemanfactor: use in-out word
2023-02-26 Doug Colemanfactor: use 2length
2023-02-08 GiftpflanzeRename and add sorting words
2023-02-06 razetimetools.test.fuzz: add documentation
2023-01-29 John Benediktssontools.crossref: using short-circuit
2023-01-29 John Benediktssontools.scaffold: minor tweak
2023-01-29 John Benediktssontools.scaffold: using io.pathnames words now
2023-01-28 Doug Colemantools.scaffold: refactor to get a home-path word to...
2023-01-21 John Benediktssontools.test: simplify by adding test-root
2023-01-20 John BenediktssonSwitch to https urls
2023-01-18 John BenediktssonRevert "tools.memory: check space-reclaimed against...
2023-01-18 John Benediktssontools.memory: check space-reclaimed against <= 0
2023-01-18 John Benediktssontools.test: adding a test-root word.
2023-01-15 John BenediktssonRevert "tools.deploy: temporary disable on windows"
2023-01-15 John Benediktssontools.deploy: temporary disable on windows
2023-01-12 John Benediktssontools.disassembler: some cleanup
2023-01-12 John Benediktssontools.disassembler: adding Capstone backend.
2023-01-12 Doug Colemanfactor: fix some spacing
2023-01-11 Doug Colemantools.test: add a must-not-fail word for when we dont...
2022-08-17 Doug Colemancore: subseq-index? -> subseq-of?
2022-08-09 Doug Colemantools.scaffold: Support unit tests with more than one...
2022-08-08 John Benediktssontools.scaffold: don't use sequences.extras.
2022-08-08 Doug Colemantools.scaffold: Add a word to scaffold tests.
2022-08-01 John Benediktssontools.profiler.sampling: faster printing in the UI
2022-07-31 Doug Colemantools.scaffold: Use object instead of null and fix...
2022-07-31 Doug Colemansequences: bound -> index-or-length
2022-07-31 Doug Colemansequences: rename subsequence? words to subseq? again.
2022-07-31 Doug Colemancore: find-subseq -> subsequence-starts, find-subseq...
2022-07-31 Doug Colemancore: cramp -> bound (was short)
2022-07-31 Doug Colemanfactor: alien.c-types:short -> cramp
2022-07-31 Doug Colemanfactor: use new words
2022-07-31 John Benediktssontools.disassembler: make udis86 pprint words so we...
2022-06-19 Doug ColemanMerge remote-tracking branch 'origin/master'
2022-06-19 John Benediktssontools.completion: fix logic
2022-06-19 Doug ColemanMerge remote-tracking branch 'origin/html5-force-push'
2022-06-19 John Benediktssontools.completion: don't search qualified if no string...
2022-06-18 John BenediktssonRevert "Revert "use tilde paths in more places.""
2022-06-18 John BenediktssonRevert "use tilde paths in more places."
2022-06-17 John Benediktssonuse tilde paths in more places.
2022-02-14 Doug Colemantools.completion: let REUSE: find vocabularies
2022-02-13 John Benediktssontools.ps.macosx: use unix.sysctl
2022-01-25 John Benediktssoncore/basis/extra: using STARTUP-HOOK: and SHUTDOWN...
2022-01-24 John BenediktssonRevert "tools.test: run tests with auto-use? turned...
2022-01-24 John Benediktssontools.test: run tests with auto-use? turned off
2022-01-21 John Benediktssonio.encodings.utf16n: merge with io.encodings.utf16
2022-01-20 John Benediktssontools.crossref: fix for not-enough crossref resetting
2022-01-20 John Benediktssontools.crossref: invalidate only with null definitions...
2022-01-20 Doug Colemanfactor: trim more using lists.
2022-01-20 Doug Colemanfactor: trim using lists
2022-01-17 John Benediktssonclasses.struct: moving to new/boa instead of <struct...
2022-01-12 John BenediktssonRevert "Revert "words: use remove-word-prop instead...
2022-01-12 John BenediktssonRevert "words: use remove-word-prop instead of f set...
2022-01-11 John Benediktssontools.annotations: simplify M\ word (reset)
2022-01-09 John Benediktssonwords: use remove-word-prop instead of f set-word-prop.
2022-01-03 John Benediktssontools.completion: fix help-lint warning.
next