Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 16, 2019 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/5bf99ebb1d6abde2ec146cd8f0dab62a to your computer and use it in GitHub Desktop.
Save ryantm/5bf99ebb1d6abde2ec146cd8f0dab62a to your computer and use it in GitHub Desktop.
/nix/store/pddn6f21nq54dj98y0390hpgddiw6yyn-aws-c-common-0.3.11
├── include
│   └── aws
│   ├── common
│   │   ├── array_list.h
│   │   ├── array_list.inl
│   │   ├── assert.inl
│   │   ├── atomics_fallback.inl
│   │   ├── atomics_gnu.inl
│   │   ├── atomics_gnu_old.inl
│   │   ├── atomics.h
│   │   ├── atomics_msvc.inl
│   │   ├── byte_buf.h
│   │   ├── byte_order.h
│   │   ├── clock.h
│   │   ├── command_line_parser.h
│   │   ├── common.h
│   │   ├── condition_variable.h
│   │   ├── config.h
│   │   ├── date_time.h
│   │   ├── device_random.h
│   │   ├── encoding.h
│   │   ├── environment.h
│   │   ├── error.h
│   │   ├── exports.h
│   │   ├── hash_table.h
│   │   ├── linked_list.h
│   │   ├── lru_cache.h
│   │   ├── math.cbmc.inl
│   │   ├── math.fallback.inl
│   │   ├── math.gcc_overflow.inl
│   │   ├── math.gcc_x64_asm.inl
│   │   ├── math.h
│   │   ├── math.msvc.inl
│   │   ├── mutex.h
│   │   ├── posix
│   │   │   └── common.inl
│   │   ├── priority_queue.h
│   │   ├── rw_lock.h
│   │   ├── string.h
│   │   ├── system_info.h
│   │   ├── task_scheduler.h
│   │   ├── thread.h
│   │   ├── time.h
│   │   └── uuid.h
│   └── testing
│   └── aws_test_harness.h
└── lib
├── aws-c-common
│   └── cmake
│   ├── aws-c-common-config.cmake
│   ├── aws-c-common-targets.cmake
│   └── aws-c-common-targets-release.cmake
├── cmake
│   ├── AwsCFlags.cmake
│   ├── AwsLibFuzzer.cmake
│   ├── AwsSanitizers.cmake
│   ├── AwsSharedLibSetup.cmake
│   ├── AwsSIMD.cmake
│   └── AwsTestHarness.cmake
└── libaws-c-common.a
9 directories, 51 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment