sapling/eden/fs/inodes
Michael Bolin 3f2f22d8fa Normalize build targets to always start with //.
Summary:
We can use `//` exclusively because we always build Eden with Buck and never
fbbuild, our legacy build system for fbcode.

This revision was initially created by running:

```
find eden -name TARGETS | xargs sed -i -e 's#@/#//#g'
```

And then manually updating the `DEFS` file now that we no longer need
some normalization code for an outdated pattern.

But then I got annoyed by other inconsistencies, so I went through and
alpha-sorted some lists, replaced all double quotes with single quotes,
and fixed indents to be two spaces.

Reviewed By: simpkins

Differential Revision: D4356724

fbshipit-source-id: ab07a48f12fa937c257213d12331efdf09e42da6
2016-12-21 16:28:02 -08:00
..
test Use the StatusCode from Thrift as the canonical representation. 2016-12-16 17:49:05 -08:00
Dirstate.cpp Use the StatusCode from Thrift as the canonical representation. 2016-12-16 17:49:05 -08:00
Dirstate.h Use the StatusCode from Thrift as the canonical representation. 2016-12-16 17:49:05 -08:00
DirstatePersistence.cpp write dirstate file atomically 2016-12-01 17:52:30 -08:00
DirstatePersistence.h Flip Dirstate -> EdenMount dependency. 2016-11-26 12:01:41 -08:00
EdenDispatcher.cpp fix Dispatcher::symlink() API 2016-12-14 15:36:11 -08:00
EdenDispatcher.h fix Dispatcher::symlink() API 2016-12-14 15:36:11 -08:00
EdenMount.cpp add a new InodeError class 2016-12-14 15:36:11 -08:00
EdenMount.h add InodePtr, TreeInodePtr, and FileInodePtr type names 2016-12-12 17:50:35 -08:00
EdenMounts.cpp Introduce Dirstate::getStatusForDirectory(). 2016-12-13 12:00:22 -08:00
EdenMounts.h Introduce Dirstate::getStatusForDirectory(). 2016-12-13 12:00:22 -08:00
FileData.cpp update getSha1ForBlob() to return the Hash by value 2016-12-12 17:50:36 -08:00
FileData.h remove fusell::DirInode and fusell::FileInode 2016-12-01 17:52:31 -08:00
FileHandle.cpp add InodePtr, TreeInodePtr, and FileInodePtr type names 2016-12-12 17:50:35 -08:00
FileHandle.h add InodePtr, TreeInodePtr, and FileInodePtr type names 2016-12-12 17:50:35 -08:00
FileInode.cpp add a new InodeError class 2016-12-14 15:36:11 -08:00
FileInode.h add a new InodeError class 2016-12-14 15:36:11 -08:00
InodeBase.cpp add InodePtr, TreeInodePtr, and FileInodePtr type names 2016-12-12 17:50:35 -08:00
InodeBase.h add InodePtr, TreeInodePtr, and FileInodePtr type names 2016-12-12 17:50:35 -08:00
InodeError.cpp add a new InodeError class 2016-12-14 15:36:11 -08:00
InodeError.h add a new InodeError class 2016-12-14 15:36:11 -08:00
InodePtr.h add InodePtr, TreeInodePtr, and FileInodePtr type names 2016-12-12 17:50:35 -08:00
Overlay.cpp ensure that we set materialized=true when loading overlay 2016-09-26 13:54:14 -07:00
Overlay.h eden: re-do overlay serialization 2016-09-09 16:57:58 -07:00
overlay.thrift Flip Dirstate -> EdenMount dependency. 2016-11-26 12:01:41 -08:00
TARGETS Normalize build targets to always start with //. 2016-12-21 16:28:02 -08:00
TreeInode.cpp fix the build with gcc 2016-12-15 10:38:30 -08:00
TreeInode.h fix Dispatcher::symlink() API 2016-12-14 15:36:11 -08:00
TreeInodeDirHandle.cpp add InodePtr, TreeInodePtr, and FileInodePtr type names 2016-12-12 17:50:35 -08:00
TreeInodeDirHandle.h add InodePtr, TreeInodePtr, and FileInodePtr type names 2016-12-12 17:50:35 -08:00