osquery-1/osquery/sql
Alexander Kindyakov b7d635ec2b remove thrift_impl from osquery plugin_sdk
Summary: To be able to build with different `thrift_impl` modules in extensions (like facebook does with fbthrift) I removed implementation from `extensions` lib and explicitly used for `osqueryd` and for all tests. This allows us to remove `thrift_impl` from sdk dependencies list. If you need it - please use explicitly as I did for `osqueryd`. If you want to use your own implementation of `thrift_impl` - build it and link against it and sdk simultaneously.

Reviewed By: marekcirkos

Differential Revision: D14224206

fbshipit-source-id: 218dc05d87e1ffaca37783185fc672a20684d757
2019-02-26 11:20:08 -08:00
..
benchmarks Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
tests remove thrift_impl from osquery plugin_sdk 2019-02-26 11:20:08 -08:00
BUCK fixed double main function 2019-01-31 15:09:12 -08:00
dynamic_table_row.cpp Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
dynamic_table_row.h Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
sql.cpp Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
sqlite_encoding.cpp Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
sqlite_filesystem.cpp Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
sqlite_hashing.cpp Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
sqlite_math.cpp Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
sqlite_operations.cpp Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
sqlite_string.cpp Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
sqlite_util.cpp Custom cast so that 0.0 as a double casts as "0.0" 2019-02-22 10:23:07 -08:00
sqlite_util.h Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
virtual_sqlite_table.cpp Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
virtual_table.cpp Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
virtual_table.h Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00