Граф коммитов

102 Коммитов

Автор SHA1 Сообщение Дата
Peli de Halleux 0b7ee307b5 fixing nw version 2015-03-25 09:04:21 -07:00
Jonathan Protzenko 49de70c056 Blockly. 2015-03-23 17:33:37 -07:00
Michal Moskal 7ac0eccee1 Merge branch 'devel' of github.com:Microsoft/TouchDevelop into devel 2015-03-19 11:40:16 -07:00
Michal Moskal d0124f1daa don't upload builds from pull reqs; label builds from branches 2015-03-19 11:40:08 -07:00
Jonathan Protzenko 1dbeb6b1b2 Revert "added task to push changes from master to stable"
This reverts commit eb3bd32224.
2015-03-19 11:33:11 -07:00
Peli de Halleux eb3bd32224 added task to push changes from master to stable 2015-03-19 10:08:12 -07:00
Michal Moskal d60ff705e5 trying to fix buildinfo.json issue 2015-03-18 18:54:16 -07:00
Jonathan Protzenko fb52671c14 Merge remote-tracking branch 'origin/master' into external 2015-03-17 11:56:41 -07:00
Peli de Halleux 596bc5c15b capture dependency of help.cache in 'genmeta' step 2015-03-11 17:03:30 -07:00
Jonathan Protzenko 651b5e121c Fix Jakefile dependency. 2015-03-09 17:00:35 -07:00
Jonathan Protzenko 3a2fef9e17 More work towards external editors.
- Create a separate, shared ts file for the communication protocol.
- Create a sample Ace "main.ts" file that can receive messages.
- Initiate the communication protocol on the TouchDevelop side.

Please run `tsd reinstall`!
2015-03-09 17:00:35 -07:00
Jonathan Protzenko 9da68bd047 Revert "More work towards external editors."
This reverts commit 693aa9267b.
2015-03-09 16:59:06 -07:00
Jonathan Protzenko 693aa9267b More work towards external editors.
- Create a separate, shared ts file for the communication protocol.
- Create a sample Ace "main.ts" file that can receive messages.
- Initiate the communication protocol on the TouchDevelop side.

Please run `tsd reinstall`!
2015-03-09 16:34:57 -07:00
Michal Moskal 48dc58d44d allow direct upload of release to TD cloud 2015-03-05 15:05:06 +00:00
Michal Moskal 445b7a1b53 remove --usehome from 'jake local' 2015-03-03 07:25:25 -08:00
Peli de Halleux 991e25de75 fixing madoko invocation 2015-03-02 11:05:51 -08:00
Peli de Halleux ce14603ce8 adding madoko in build 2015-02-26 13:30:04 -08:00
Peli de Halleux 6b2aae3d33 removed WinRT specific implementations. Furture support for WinRT will go through Apache Cordova. 2015-02-24 15:52:27 -08:00
Michal Moskal 8a4cf1c3f6 Support TD_SHELL_DEBUG environment variable when running "jake local" to use node-debug 2015-02-17 18:06:53 -08:00
Michal Moskal c0c8702441 better handling of invalid websocket connections 2015-02-17 13:48:00 -08:00
Jonathan Protzenko 0bf62f0013 Fix asynchronous task in Jake 2015-02-16 10:53:33 -08:00
Peli de Halleux ab5c94f7a4 Merge branch 'master' of https://github.com/Microsoft/TouchDevelop 2015-02-13 21:29:56 -08:00
Peli de Halleux 58eefa02f8 added "jake nw" task to run in nwjs 2015-02-13 21:29:34 -08:00
Jonathan Protzenko 909b47f0ad Raise the global EventEmitter max listener number. Fixes #11. 2015-02-13 17:19:47 -08:00
Peli de Halleux a08e488f9b removing special runtime build 2015-02-13 17:07:24 -08:00
Peli de Halleux a04ebe0025 using TRAVIS_COMMIT_RANGE instead of querying gitlog 2015-02-13 08:40:42 -08:00
Michal Moskal 89a368eee5 try to fix build (log format) 2015-02-12 17:49:30 -08:00
Michal Moskal f075fd21f7 use a terser format for the log 2015-02-12 17:37:20 -08:00
Michal Moskal 07c24a5b18 use gitlog.txt name (so it gets proper content-type); use multi-line commits (with dates/times/authors) 2015-02-12 17:14:36 -08:00
Jonathan Protzenko 596b91c8ff Only generate the git log when in Travis. Upload it, too. 2015-02-12 15:23:31 -08:00
Jonathan Protzenko 43b96e6c3c Record the last few commits as part of the build. 2015-02-12 11:59:19 -08:00
Jonathan Protzenko dd380a3f67 Proper dependencies to make sure officemix.js is always built. 2015-02-12 10:46:18 -08:00
Peli de Halleux 7bd4557c22 build/upload office mix javascript files 2015-02-11 23:49:20 -08:00
Jonathan Protzenko 0a3313a821 build/api.js depends on lib/ 2015-02-11 16:15:44 -08:00
Peli de Halleux a026a4fe4d bump travis base build number 2015-02-11 08:31:25 -08:00
Jonathan Protzenko 7fdd01c5e8 Tentative fix for the build issues on Windows. 2015-02-10 17:04:44 -08:00
Jonathan Protzenko 1c64f7b4e4 Comments. 2015-02-10 15:53:58 -08:00
Jonathan Protzenko 8cbb29af2a Make sure Travis is happy when *not* uploading source maps. 2015-02-10 15:16:42 -08:00
Jonathan Protzenko 42d564563a Start converting a subset of the tree to --noImplicitAny.
Feel free to start converting other files!
2015-02-10 14:00:22 -08:00
Jonathan Protzenko 8995bc1b2e Updates to README. 2015-02-09 18:56:43 -08:00
Jonathan Protzenko c653189fb6 Fix for Travis 2015-02-09 18:13:22 -08:00
Jonathan Protzenko 6921ed0e84 When in Travis, generate sourcemaps that point to GitHub.
(For this to work, you must be logged in with your Microsoft account on GitHub,
since it's not public yet.)
2015-02-09 18:07:09 -08:00
Jonathan Protzenko c3bbb327c2 New feature: generate proper, concatenated, merged source maps.
Test build for Travis. There's still a weird behavior of TypeScript which does
not prepend libwab/ to the original file names when generating build/libwab.js
2015-02-09 17:30:29 -08:00
Jonathan Protzenko 93bd506121 Get rid of the "old" noderunner, and just use the shell.
(That would be "jake local".)
2015-02-09 15:22:17 -08:00
Peli de Halleux f4ff681cec don't copy node_mobules from node-webkit folder 2015-02-09 06:07:48 -08:00
Peli de Halleux dc25d04a2d always run 'npm install' on node-webkit build 2015-02-08 23:17:40 -08:00
Peli de Halleux 59007b1d71 fixed running npm install for node-webkit app 2015-02-08 23:06:02 -08:00
Peli de Halleux 7a5fd5e826 support for writing files to use data path (user home/touchdevelop) in shell.
This is enabled by default in node-webkit apps since nw runs from a random folder on each start.
2015-02-08 22:41:19 -08:00
Peli de Halleux 72d79caa84 properly trap errors from node-webkit-builder 2015-02-06 08:58:47 -08:00
Peli de Halleux 27b3a043bb run npm install for nw app before build 2015-02-06 08:51:20 -08:00