No description
Find a file
Cheng Zhao 38810c5518 linux: Add the missing lss dependency.
Chromium ships with it in its code base, but since libchromiumcontent
doesn't contain it in the distribution, we need to include it herer to
make breakpad_client compile.

Note that we put the header under `vendor/third_party/lss` instead of
checking out the repository under `vendor`, because we don't want to
patch breakpad.
2014-02-26 15:38:28 +08:00
app Disable in process stack dumping on Windows. 2014-02-25 18:47:11 +08:00
browser Bump v0.10.1. 2014-02-25 19:02:12 +08:00
common Bump v0.10.1. 2014-02-25 19:02:12 +08:00
docs 📝 List libraries required for Linux. 2014-02-20 18:56:59 +08:00
renderer Fix polluting devtools in some cases. 2014-02-24 13:14:01 +08:00
script Fix building on cygwin. 2014-02-25 19:06:15 +08:00
spec Bump v0.10.0. 2014-02-24 05:30:52 +00:00
tools win: Do not generate symbols for static libraries and strip .pdb in symbol name. 2013-11-28 20:53:07 +08:00
vendor linux: Add the missing lss dependency. 2014-02-26 15:38:28 +08:00
.gitignore Generate the distribution file under 'dist' directory. 2013-08-21 11:57:35 +08:00
.gitmodules Use the gyp vendored by brightray. 2013-12-25 18:47:19 +08:00
atom.gyp linux: Link with breakpad_client. 2014-02-26 15:20:57 +08:00
common.gypi linux: Link with breakpad_client. 2014-02-26 15:20:57 +08:00
filename_rules.gypi Ship the filename_rules.gypi which is modified from chromium. 2013-07-22 15:59:59 +08:00
LICENSE Initial empty browser. 2013-04-12 10:14:23 +08:00
package.json Bump v0.10.1. 2014-02-25 19:02:12 +08:00
README.md 📝 Update repo link to atom/atom 2013-12-04 09:09:30 -08:00

Atom Shell

Native layer for the Atom editor.

Features

  • Write desktop applications with web techniques
  • Support built-in and third-party modules of node.js
  • Support native node.js modules
  • Extended built-in modules for desktop programming
  • JavaScript on browser side
  • Easy API for cross-process communication

Usage & Development

See the docs here.

License

See the LICENSE file.