Data-MessagePack-Stream

 view release on metacpan or  search on metacpan

msgpack-3.3.0/Files.cmake  view on Meta::CPAN

    include/msgpack/predef/hardware/simd/x86_amd/versions.h
    include/msgpack/predef/language.h
    include/msgpack/predef/language/cuda.h
    include/msgpack/predef/language/objc.h
    include/msgpack/predef/language/stdc.h
    include/msgpack/predef/language/stdcpp.h
    include/msgpack/predef/library.h
    include/msgpack/predef/library/c.h
    include/msgpack/predef/library/c/_prefix.h
    include/msgpack/predef/library/c/cloudabi.h
    include/msgpack/predef/library/c/gnu.h
    include/msgpack/predef/library/c/uc.h
    include/msgpack/predef/library/c/vms.h
    include/msgpack/predef/library/c/zos.h
    include/msgpack/predef/library/std.h
    include/msgpack/predef/library/std/_prefix.h
    include/msgpack/predef/library/std/cxx.h
    include/msgpack/predef/library/std/dinkumware.h
    include/msgpack/predef/library/std/libcomo.h
    include/msgpack/predef/library/std/modena.h
    include/msgpack/predef/library/std/msl.h
    include/msgpack/predef/library/std/roguewave.h
    include/msgpack/predef/library/std/sgi.h
    include/msgpack/predef/library/std/stdcpp3.h
    include/msgpack/predef/library/std/stlport.h
    include/msgpack/predef/library/std/vacpp.h
    include/msgpack/predef/make.h
    include/msgpack/predef/os.h
    include/msgpack/predef/os/aix.h
    include/msgpack/predef/os/amigaos.h
    include/msgpack/predef/os/android.h
    include/msgpack/predef/os/beos.h
    include/msgpack/predef/os/bsd.h
    include/msgpack/predef/os/bsd/bsdi.h
    include/msgpack/predef/os/bsd/dragonfly.h
    include/msgpack/predef/os/bsd/free.h
    include/msgpack/predef/os/bsd/net.h
    include/msgpack/predef/os/bsd/open.h
    include/msgpack/predef/os/cygwin.h
    include/msgpack/predef/os/haiku.h
    include/msgpack/predef/os/hpux.h
    include/msgpack/predef/os/ios.h
    include/msgpack/predef/os/irix.h
    include/msgpack/predef/os/linux.h
    include/msgpack/predef/os/macos.h
    include/msgpack/predef/os/os400.h
    include/msgpack/predef/os/qnxnto.h
    include/msgpack/predef/os/solaris.h
    include/msgpack/predef/os/unix.h
    include/msgpack/predef/os/vms.h
    include/msgpack/predef/os/windows.h
    include/msgpack/predef/other.h
    include/msgpack/predef/other/endian.h
    include/msgpack/predef/other/workaround.h
    include/msgpack/predef/platform.h
    include/msgpack/predef/platform/cloudabi.h
    include/msgpack/predef/platform/ios.h
    include/msgpack/predef/platform/mingw.h
    include/msgpack/predef/platform/mingw32.h
    include/msgpack/predef/platform/mingw64.h
    include/msgpack/predef/platform/windows_desktop.h
    include/msgpack/predef/platform/windows_phone.h
    include/msgpack/predef/platform/windows_runtime.h
    include/msgpack/predef/platform/windows_server.h
    include/msgpack/predef/platform/windows_store.h
    include/msgpack/predef/platform/windows_system.h
    include/msgpack/predef/platform/windows_uwp.h
    include/msgpack/predef/version.h
    include/msgpack/predef/version_number.h
    include/msgpack/sysdep.h
    include/msgpack/unpack_define.h
    include/msgpack/version_master.h
    include/msgpack/zbuffer.h
    include/msgpack/zone.h
)

IF (NOT MSGPACK_CXX_ONLY)
    # Only for C library
    LIST (APPEND msgpackc_HEADERS
        include/msgpack.h
        include/msgpack/gcc_atomic.h
        include/msgpack/pack.h
        include/msgpack/pack_define.h
        include/msgpack/pack_template.h
        include/msgpack/sbuffer.h
        include/msgpack/timestamp.h
        include/msgpack/unpack.h
        include/msgpack/unpack_template.h
        include/msgpack/util.h
        include/msgpack/version.h
        include/msgpack/vrefbuffer.h
    )
ENDIF ()

IF (MSGPACK_ENABLE_CXX)
    # Only for C++ library
    LIST (APPEND msgpackc_HEADERS
        include/msgpack.hpp
        include/msgpack/adaptor/adaptor_base.hpp
        include/msgpack/adaptor/adaptor_base_decl.hpp
        include/msgpack/adaptor/array_ref.hpp
        include/msgpack/adaptor/array_ref_decl.hpp
        include/msgpack/adaptor/bool.hpp
        include/msgpack/adaptor/boost/fusion.hpp
        include/msgpack/adaptor/boost/msgpack_variant.hpp
        include/msgpack/adaptor/boost/msgpack_variant_decl.hpp
        include/msgpack/adaptor/boost/optional.hpp
        include/msgpack/adaptor/boost/string_ref.hpp
        include/msgpack/adaptor/boost/string_view.hpp
        include/msgpack/adaptor/carray.hpp
        include/msgpack/adaptor/char_ptr.hpp
        include/msgpack/adaptor/check_container_size.hpp
        include/msgpack/adaptor/check_container_size_decl.hpp
        include/msgpack/adaptor/cpp11/array.hpp
        include/msgpack/adaptor/cpp11/array_char.hpp
        include/msgpack/adaptor/cpp11/array_unsigned_char.hpp
        include/msgpack/adaptor/cpp11/chrono.hpp
        include/msgpack/adaptor/cpp11/forward_list.hpp
        include/msgpack/adaptor/cpp11/reference_wrapper.hpp
        include/msgpack/adaptor/cpp11/shared_ptr.hpp
        include/msgpack/adaptor/cpp11/timespec.hpp



( run in 0.639 second using v1.01-cache-2.11-cpan-39bf76dae61 )