..
compress
Implement LZMA file decompression
2014-07-03 00:01:02 -04:00
crypto
Minor spelling fix
2014-12-11 19:16:02 -05:00
exception
Suppress annoying "conditional expression is constant" win32 warning
2015-01-20 16:10:34 -05:00
interprocess
Make process::exec take an 'int' for the bitmask of launch options instead of an enum to make it more clear that it's a bitmask (and avoid a cast)
2014-07-03 09:30:50 -04:00
io
Fix compiler warnings
2015-01-07 11:53:09 -05:00
log
Add log appender that sends logs in GrayLog Extended Log Format
2015-01-20 16:13:26 -05:00
network
Fix overloaded virtual function warnings
2014-12-23 15:45:57 -05:00
reflect
Tweak FC enum reflection
2014-10-31 16:30:18 -04:00
rpc
Add call() for 8-10 parameters, fix typo for 7 parameters
2014-12-02 11:25:32 -05:00
ssh
Update use of fc::string and fc::vector.
2013-06-27 14:19:08 -04:00
thread
Add sync_call() for calling a functor in another thread and waiting on it
2014-12-15 15:40:20 -05:00
actor.hpp
Updating FC with changes from phoenix-int
2013-06-05 15:19:00 -04:00
aligned.hpp
Updating FC with changes from phoenix-int
2013-06-05 15:19:00 -04:00
any.hpp
Updating FC with changes from phoenix-int
2013-06-05 15:19:00 -04:00
array.hpp
improving error reporting in deserialization
2014-05-17 19:35:44 +00:00
asio.hpp
Fix more locations where we were making boost::asio calls with buffers declared on the stack which could cause problems when the calling tasks were canceled.
2014-09-11 16:30:03 -04:00
filesystem.hpp
Add a simplified lock file class to use to prevent two applications from using the same resource
2015-01-21 19:29:38 -05:00
fwd.hpp
port to windows
2012-12-03 14:51:31 -05:00
fwd_impl.hpp
Updating FC with changes from phoenix-int
2013-06-05 15:19:00 -04:00
git_revision.hpp
Move/rename git revision info compiled into FC to be more self-explanatory
2014-05-20 18:02:20 -04:00
make_fused.hpp
Updating FC with changes from phoenix-int
2013-06-05 15:19:00 -04:00
noncopyable.hpp
implemented working UDT socket/server
2014-06-26 11:25:07 -04:00
optional.hpp
adding comparison operators for optional
2015-01-29 17:01:17 -05:00
platform_independence.hpp
Untested popcnt code for Windows
2013-09-22 14:10:40 -04:00
ptr.hpp
more windows related changes, check what I was thinking with that BOOST1_51 when not in a hurry, maybe it should just be removed now
2013-08-10 22:11:59 -04:00
real128.hpp
real128: Replace header comment that inaccurately describes implementation
2015-01-07 13:56:46 -05:00
shared_ptr.hpp
Updating FC with changes from phoenix-int
2013-06-05 15:19:00 -04:00
signal.hpp
Update use of fc::string and fc::vector.
2013-06-27 14:19:08 -04:00
signals.hpp
Add support for boost 1.56.
2014-09-08 10:41:59 -04:00
string.hpp
adding pretty print
2014-06-03 11:09:15 -04:00
time.hpp
Add missing + operator to time_point_sec
2014-10-30 18:26:07 -04:00
tuple.hpp
merge latest changes
2013-03-01 18:56:06 -05:00
uint128.hpp
uint128: Make to_integer(), to_uint64() assert magnitude
2015-01-30 13:19:01 -05:00
unique_ptr.hpp
Updating FC with changes from phoenix-int
2013-06-05 15:19:00 -04:00
utf8.hpp
[BW]: [NIP] Further changes to get to work paths containing unicode characters:
2014-01-10 00:05:18 +01:00
utility.hpp
fixes to build under clang++
2014-02-06 03:22:09 -05:00
variant.hpp
adding blob type to variant
2014-10-15 23:32:37 -04:00
variant_object.hpp
constification
2014-05-01 14:04:44 -04:00
vector.hpp
Merge branch 'phoenix' of github.com:bytemaster/fc into phoenix
2013-06-27 14:45:11 -04:00
vector_fwd.hpp
updating value casting for vectors
2012-11-12 21:45:41 -05:00
wait_any.hpp
Updating FC with changes from phoenix-int
2013-06-05 15:19:00 -04:00