sapling/eden/fs/inodes
Adam Simpkins 09006d0e4a Drop AutoHeaders.RECURSIVE_GLOB from TARGETS files
Summary:
Remove AutoHeaders.RECURSIVE_GLOB from all of our TARGETS files.  This is a
Facebook-internal directive that was added as part of a codemod.  The vanilla
open source buck does not know about this directive, and can't parse TARGETS
files that contain it.

All of the affected rules are cpp_unittest() and cpp_binary() rules that don't
actually have any header files, so these parameters didn't actually have any
effect.

Reviewed By: andrewjcg

Differential Revision: D4633748

fbshipit-source-id: 6227fe9b7f2ea838a0c72408ca195685bcae9f5a
2017-02-28 21:46:39 -08:00
..
test Drop AutoHeaders.RECURSIVE_GLOB from TARGETS files 2017-02-28 21:46:39 -08:00
CheckoutAction.cpp handle forced checkout of newly added files with conflicts 2017-02-22 12:21:48 -08:00
CheckoutAction.h handle forced checkout of newly added files with conflicts 2017-02-22 12:21:48 -08:00
CheckoutContext.cpp implement EdenMount::checkout() 2017-02-15 20:33:31 -08:00
CheckoutContext.h implement EdenMount::checkout() 2017-02-15 20:33:31 -08:00
Dirstate.cpp store overlay files using inode numbers instead of paths 2017-02-10 14:17:52 -08:00
Dirstate.h implement Future-based recursive Inode lookup 2017-01-25 16:56:12 -08:00
DirstatePersistence.cpp update all copyright statements to "2016-present" 2017-01-20 22:03:02 -08:00
DirstatePersistence.h update all copyright statements to "2016-present" 2017-01-20 22:03:02 -08:00
EdenDispatcher.cpp raise the attribute TTL to maximum possible, add basic invalidation 2017-01-24 09:39:06 -08:00
EdenDispatcher.h update all copyright statements to "2016-present" 2017-01-20 22:03:02 -08:00
EdenMount.cpp invalidate the FUSE cache properly during checkout 2017-02-22 18:37:42 -08:00
EdenMount.h invalidate the FUSE cache properly during checkout 2017-02-22 18:37:42 -08:00
EdenMounts.cpp store overlay files using inode numbers instead of paths 2017-02-10 14:17:52 -08:00
EdenMounts.h update all copyright statements to "2016-present" 2017-01-20 22:03:02 -08:00
FileData.cpp store overlay files using inode numbers instead of paths 2017-02-10 14:17:52 -08:00
FileData.h store overlay files using inode numbers instead of paths 2017-02-10 14:17:52 -08:00
FileHandle.cpp remove the remaining calls to getPathBuggy() 2017-02-17 18:44:32 -08:00
FileHandle.h update all copyright statements to "2016-present" 2017-01-20 22:03:02 -08:00
FileInode.cpp implement EdenMount::checkout() 2017-02-15 20:33:31 -08:00
FileInode.h implement EdenMount::checkout() 2017-02-15 20:33:31 -08:00
InodeBase.cpp update all copyright statements to "2016-present" 2017-01-20 22:03:02 -08:00
InodeBase.h remove the remaining calls to getPathBuggy() 2017-02-17 18:44:32 -08:00
InodeError.cpp update all copyright statements to "2016-present" 2017-01-20 22:03:02 -08:00
InodeError.h update all copyright statements to "2016-present" 2017-01-20 22:03:02 -08:00
InodeMap.cpp implement EdenMount::checkout() 2017-02-15 20:33:31 -08:00
InodeMap.h store overlay files using inode numbers instead of paths 2017-02-10 14:17:52 -08:00
InodePtr-defs.h update all copyright statements to "2016-present" 2017-01-20 22:03:02 -08:00
InodePtr.cpp update all copyright statements to "2016-present" 2017-01-20 22:03:02 -08:00
InodePtr.h update all copyright statements to "2016-present" 2017-01-20 22:03:02 -08:00
InodePtrFwd.h update all copyright statements to "2016-present" 2017-01-20 22:03:02 -08:00
Overlay.cpp store overlay files using inode numbers instead of paths 2017-02-10 14:17:52 -08:00
Overlay.h store overlay files using inode numbers instead of paths 2017-02-10 14:17:52 -08:00
overlay.thrift store overlay files using inode numbers instead of paths 2017-02-10 14:17:52 -08:00
ParentInodeInfo.h update all copyright statements to "2016-present" 2017-01-20 22:03:02 -08:00
TARGETS store overlay files using inode numbers instead of paths 2017-02-10 14:17:52 -08:00
TreeInode.cpp fix a bug incrementing the wrong index during TreeInode checkout 2017-02-23 18:29:41 -08:00
TreeInode.h handle forced checkout of newly added files with conflicts 2017-02-22 12:21:48 -08:00
TreeInodeDirHandle.cpp remove the remaining calls to getPathBuggy() 2017-02-17 18:44:32 -08:00
TreeInodeDirHandle.h update all copyright statements to "2016-present" 2017-01-20 22:03:02 -08:00