Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
folly
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
folly
Commits
9e459fba
Commit
9e459fba
authored
Jun 02, 2012
by
Jordan DeLong
Committed by
Tudor Bosman
Jun 04, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the folly/README
Summary: Now that we have an Overview.md. Test Plan: None.
parent
27494a20
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
18 deletions
+0
-18
folly/README
folly/README
+0
-18
No files found.
folly/README
View file @
9e459fba
...
...
@@ -3,24 +3,6 @@ Folly: Facebook Open-source LibrarY
Folly is an open-source C++ library developed and used at Facebook.
Note to Facebook contributors:
* Code in folly may ONLY depend on other code from folly,
external libraries from /home/engshare/externals and from
fbcode/external (preferably only the latter, eventually all deps
will be moved to external)
* Code in folly goes in namespace folly.
* Tests should go in tests directory.
* Please keep Makefile.am's up to date. fbconfig should warn if
it thinks something is missing.
* NO EXCEPTIONS. This will eventually be enforced.
* config.h is a generated file. It is checked in so fbmake can run
without needing to run autotools. To regenerate it, run
autoreconf
./configure
You will probably also have to export the correct paths for your
enviroment (such as CC or CXX_INCLUDES) since we aren't using
the standard linux paths.
Dependencies
------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment