Kevin Sawicki
acacb3f551
Update symbols server URL
2016-11-07 10:58:27 -08:00
Kevin Sawicki
e2c646a14b
Push after bumping
2016-10-20 11:34:51 +09:00
Zeke Sikelianos
63267031e9
❌ 💲
2016-10-20 11:30:36 +09:00
Zeke Sikelianos
88b288502a
Add note about Python HTTPS warning
2016-10-20 11:29:02 +09:00
Zeke Sikelianos
b0fb0c6492
Document S3 creds
2016-10-20 11:22:32 +09:00
Zeke Sikelianos
3a44663003
Add note about setting $ELECTRON_GITHUB_TOKEN
2016-10-20 11:19:18 +09:00
Zeke Sikelianos
7a73c0189f
bump-release -> bump-version
2016-10-19 11:40:40 +09:00
Zeke Sikelianos
6b207d65bf
update releasing
2016-10-18 14:04:52 +09:00
Zeke Sikelianos
82a16ee41f
document the electron release process
2016-10-18 13:41:57 +09:00
Zeke Sikelianos
37c53f2e09
clarify mocha test exclusion
2016-10-11 14:22:48 -07:00
Zeke Sikelianos
a8e59ccd3d
fix links to testing docs
2016-10-11 14:22:48 -07:00
Zeke Sikelianos
57852366bb
mention building before testing
2016-10-11 14:22:48 -07:00
Zeke Sikelianos
a4832c304e
unify testing docs for all platforms
2016-10-11 14:22:48 -07:00
Zeke Sikelianos
0aeb53435e
add tips for testing
2016-10-11 14:22:48 -07:00
Dan Burzo
75feeca0f0
Small fix to grammar in Build instructions (macOS)
2016-10-11 17:41:28 +03:00
Dan Burzo
120aa1c9ce
Adds link to PyObjC installation instructions
2016-10-11 17:34:35 +03:00
Kevin Sawicki
f872799f5c
Minor edits to clang-format guide
2016-10-07 14:05:33 -07:00
Haojian Wu
0d930b65f1
📝 clang-format on Electron C++ code.
2016-10-05 22:12:48 +02:00
Kevin Sawicki
a723d17f49
Mention cleaning on all three platforms
2016-09-21 11:10:52 -07:00
Joshua Anderson
56b40ae6d2
Update nodejs requirement for building on linux
2016-09-13 19:41:53 -07:00
Will Eccles
488fe53276
fixed grammar for 32bit
2016-08-18 08:56:12 -07:00
Zeke Sikelianos
515e25b749
source files DO have newlines at the end
2016-08-16 21:24:53 -07:00
Kevin Sawicki
252aca8834
Add gperf and bison to package install commands
2016-08-10 17:34:58 -07:00
Felix Rieseberg
ab69ae07b7
📝 Add debugging instructions for macOS
...
I already wrote up debugging instructions for Windows, but never got
around to writing them for macOS - until now! This adds a very basic
introduction to LLDB from the command line, which should empower people
to figure out what’s happening inside Electron when they call an
Electron method from JavaScript.
2016-07-29 10:19:58 -07:00
Cheng Zhao
89de791e9d
docs: Mention the --msvs
2016-07-26 17:42:12 +09:00
Cheng Zhao
b34deb1d2f
docs: x64 is the default build
2016-07-26 17:40:58 +09:00
Cheng Zhao
c70635daff
docs: Some dlls are not there anymore
2016-07-07 10:17:49 +09:00
Jonathan Sampson
7baf7372af
modern.ie is no longer in use
...
The URL exists for historical reasons, but is no longer the primary URL for developer resources.
2016-07-05 19:34:33 -07:00
Cheng Zhao
83e9521d13
Update atom-shell-vs-node-webkit.md
2016-07-01 14:27:56 +09:00
Leonard Lamprecht
67dd19ed0f
Replace OS X and Mac OS with macOS
2016-06-18 15:26:26 +02:00
Vadim Macagon
537c62a9a8
Update Build System Overview doc
...
`atom.gyp` was renamed to `electron.gyp` not long ago but this document wasn't updated.
2016-06-09 10:58:58 +07:00
Aaron Ang
0a03dcd481
📝 Indicate directories in the Structure of Source Code section
...
[ci skip]
2016-05-28 00:22:47 +02:00
Felix Rieseberg
2a7590529e
📝 Update Windows Build Instructions
...
Closes #5655
2016-05-24 06:12:07 -07:00
Kevin Sawicki
bfb75df49c
Tweak doc headings
2016-05-17 16:02:54 -07:00
Cheng Zhao
0f52a6da39
Merge branch '1-0-release'
2016-05-11 15:14:56 +09:00
Kevin Sawicki
6861d645ad
Link to vendor folder on GitHub
2016-05-06 13:25:01 -07:00
Plusb Preco
8be2239a45
📝 Match code syntax
...
[ci skip]
2016-05-04 14:34:11 +09:00
Daniel Pham
e9c9e22a9e
📝 Fix Windows debug doc pointing to OS X
...
[ci skip]
2016-05-03 11:51:57 -04:00
Cheng Zhao
0567f09d6d
docs: The building environment variables
2016-05-03 08:29:23 +09:00
Cheng Zhao
e39d5a9eb9
docs: Introduce clang flags
2016-05-02 22:32:43 +09:00
Cheng Zhao
459a65d296
docs: the --build_libchromiumcontent switch
2016-05-02 16:35:33 +09:00
Cheng Zhao
64abae0b3c
docs: Cleanup unnecessary parts in build-instructions-linux.md
2016-05-02 16:26:18 +09:00
Plusb Preco
6205dfa25f
📝 Remove additional whitespaces
...
[ci skip]
2016-04-22 23:30:41 +09:00
Plusb Preco
741f8091b4
📝 Fix coding style issues
...
* Correct heading order
* Adjust line length to `80`
* Beautify docs
* Apply small fixes
* Normalize whitespaces
[ci skip]
2016-04-22 23:09:59 +09:00
Plusb Preco
4f4277e25e
📝 Fix coding style issues
...
* Adjust line length to `80`
* Normalize whitespaces
[ci skip]
2016-04-22 22:54:43 +09:00
Cheng Zhao
652110707e
Merge pull request #5202 from electron/updating-submodules
...
keeping submodules up to date
2016-04-20 10:51:12 +09:00
Cheng Zhao
5b7637687c
Merge pull request #5143 from felixrieseberg/debug-instructions
...
Add Debugging Instructions for Windows
2016-04-20 09:33:25 +09:00
Zeke Sikelianos
8f04dd1b9c
remove the git
2016-04-19 09:46:48 -07:00
Zeke Sikelianos
916114dd28
📝 keeping submodules up to date
2016-04-18 20:23:11 -07:00
Felix Rieseberg
3c6e933231
📝 Add Debugging Instructions for Windows
...
Ref #5140
2016-04-13 15:39:05 -07:00