Commit Graph

30842 Commits (travis-windows)

Author SHA1 Message Date
Doug Coleman 19e69096c6 asdfasdf 2018-12-30 00:44:52 -06:00
Doug Coleman c768b3c4f0 travis: asdfasdf 2018-12-30 00:35:37 -06:00
Doug Coleman ccfccea248 travis: so arbitrary 2018-12-30 00:17:22 -06:00
Doug Coleman 0a8de75ca9 travis: ugh 2018-12-30 00:16:20 -06:00
Doug Coleman 939bc3f312 travis: terrible 2018-12-30 00:07:22 -06:00
Doug Coleman b2547d5d58 travis: set vars 2018-12-29 23:59:35 -06:00
Doug Coleman d4056d1562 travis: ./build.cmd 2018-12-29 23:39:20 -06:00
Doug Coleman 230c640f16 travis: build.cmd 2018-12-29 23:30:59 -06:00
Doug Coleman f1882af4fe travis: install vs 2018-12-29 23:24:54 -06:00
Doug Coleman e3c72ca87d travis: manual build 2018-12-29 23:17:36 -06:00
Doug Coleman 523f39e4fd travis: Windows! 2018-12-29 23:11:56 -06:00
Doug Coleman 4bafdb0ee4 build.sh: Default to 2 cores instead of 7ZZ typo.. 2018-12-29 23:04:16 -06:00
Doug Coleman 0de008d0ad travis 2018-12-29 16:51:03 -06:00
Doug Coleman c652a6c455 travis: os name 2018-12-29 16:47:44 -06:00
Doug Coleman ae1a9285dc travis: choco is already installed, just use it 2018-12-29 16:42:56 -06:00
Doug Coleman 15e3715744 travis: Try using chocolatey to install make on a branch. 2018-12-29 16:36:11 -06:00
Doug Coleman 382e43889b build.sh: Add the correct travis platform. 2018-12-29 16:29:40 -06:00
Doug Coleman 5e16c067ef travis.yml: Run ``uname -s`` to find the right platform string. 2018-12-29 16:27:12 -06:00
Doug Coleman eb57b8a6c2 build.sh: Add target for TravisCI Windows. 2018-12-29 16:24:33 -06:00
Doug Coleman c997438502 travis: Don't build udis on windows 2018-12-29 16:18:08 -06:00
Doug Coleman 7ed7c84383 travisci: Test on Windows!
Let's fix this til it's clean.

Blog post: https://blog.travis-ci.com/2018-10-11-windows-early-release
2018-12-29 16:00:44 -06:00
Doug Coleman 0f996e9342 random.xoshiro: Implement xoshiro256starstar.
It's rather slow because Factor doesn't have 64bit integers.

[
	1,000,000 <iota>
	1 2 3 4 <xoshiro-256-star-star> '[ drop _ next-256 ] map
] profile

Reference implementation: http://xoshiro.di.unimi.it/xoshiro256starstar.c
Debugging C code: https://paste.factorcode.org/paste?id=3949

Related issue: #1518
2018-12-29 13:27:41 -06:00
Doug Coleman b73f1bd8b1 mason.test: Help travisci complete the testing without false errors. 2018-12-24 19:23:53 -06:00
Doug Coleman 688c1df534 travis: Apparently we already had some code for this, but it needs the second key. 2018-12-24 18:02:46 -06:00
Doug Coleman 0ae80531e8 travis: Try the workaround since travis doesn't like the url to the gpg keys. 2018-12-24 17:45:56 -06:00
Doug Coleman 2404660b68 travis.yml: Wow, ordering. install gnupg before trying to use it 2018-12-24 17:23:29 -06:00
Doug Coleman 5348dee486 travis: Try to fix rvm on macos. 2018-12-24 17:13:20 -06:00
Doug Coleman 319e1e6ac3 editors.visual-studio-code: Don't memoize the vscode path and add code.cmd per melted's suggestion:
450730b612
2018-12-24 13:12:53 -06:00
Doug Coleman 9572c87646 io.standard-paths: Add yet another path for Windows.
My vscode is in ``C:\Users\erg\AppData\Local\Programs\Microsoft VS
Code`` for some reason and vscode stopped working. This fixes it.
2018-12-24 13:08:28 -06:00
Alexander Iljin 2f605617a1 sodium: the add essential crypto-box-* words and a unit-test 2018-12-24 00:51:08 +01:00
Alexander Iljin 0f57380074 sodium: prepare some code for reuse 2018-12-24 00:51:08 +01:00
Alexander Iljin ce6f4ee249 sodium: move some words into the <PRIVATE> section 2018-12-24 00:51:08 +01:00
Alexander Iljin c84410f3c6 sodium.ffi: add the remaining APIs 2018-12-24 00:31:23 +01:00
Alexander Iljin edbe701626 sodium.ffi: add the year 2018 to the copyright notice 2018-12-24 00:31:22 +01:00
Alexander Iljin 682817bef8 sodium.ffi: fix source code formatting for consistency 2018-12-24 00:31:22 +01:00
Doug Coleman 9c29759775 sequences.extras: Allow row variables in loop>array etc. 2018-12-16 13:30:55 -06:00
Doug Coleman 08e5340c9d furnace.auth: Rather have clean builds than loaded docs.
Fixes #2068
Fixes #2077
2018-12-16 12:35:31 -06:00
Doug Coleman 17ed798178 *.txt: Add newlines, fix some spacing 2018-12-16 12:04:35 -06:00
Doug Coleman 00fd59aa39 notifications.macos: Notifications for macOS.
They don't seem to always pop up. I think the delegate needs to be set to respond to a message to always show the notification.
2018-12-16 11:38:14 -06:00
John Benediktsson f879a012c5 ui.backend.cocoa.views: fix macOS mojave opengl issue with new windows. 2018-12-11 15:40:41 -08:00
Alexander Iljin df7d4040bf stack-checker-docs: fix articles "a" -> "an" 2018-12-04 18:43:32 -08:00
Alexander Iljin 6590e5d25d stack-checker-docs: fix a typo 2018-12-04 18:43:32 -08:00
Doug Coleman f77d46f0c8 imap: Add a word to list all folders and fix a couple issues.
- Fix a bug where the regex assumes double-quotes around a string but Outlook doesn't put them.
- Fix all the \\ escapes in the regexps to look a little better.
- Cleaner looping for reading emails.

! Example query to get some spams
imap-settings get [
  "[Gmail]/Spam" select-folder
  "ALL" "" search-mails 10 head
  "(BODY[1] BODY[HEADER.FIELDS (SUBJECT TO FROM CC BCC)])" fetch-mails
] with-imap-settings
2018-11-21 19:27:42 -06:00
John Benediktsson d82ce045ea metar: fix for timestamps like "2124" meaning "2200". 2018-11-20 11:41:18 -08:00
Craig Allen 9804c3c744 fix absolute path on windows
append-path ignores the first argument if the second is an absolute path, breaks the vocab on windows
2018-10-24 09:46:48 -07:00
John Benediktsson f3d1d785cd xdg: remove memoize. 2018-10-19 22:28:15 -07:00
Doug Coleman 5a420cabc3 websites.concatenative: Update recaptcha to work with v2. 2018-09-26 02:23:47 +00:00
Benjamin Pollack b52fc788bf Support PUT and PATCH requests
Resolves #1431
2018-09-16 08:34:25 -07:00
Benjamin Pollack 84d480700c furance.recaptcha: update to reCAPTCHA2 2018-09-14 20:58:52 -04:00
John Benediktsson b246c06345 ui.gadgets.frames: default filled-cell to { 0 0 }. 2018-09-12 07:01:23 -07:00