Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 21, 2019 04:39
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/3c447a4a38268b2db5d68d72ef70f3d9 to your computer and use it in GitHub Desktop.
Save ryantm/3c447a4a38268b2db5d68d72ef70f3d9 to your computer and use it in GitHub Desktop.
/nix/store/aval73sxq3qwy2kayn60jglmrb0gsj2i-aws-c-common-0.4.12
├── include
│   └── aws
│   ├── common
│   │   ├── allocator.h
│   │   ├── array_list.h
│   │   ├── array_list.inl
│   │   ├── assert.h
│   │   ├── atomics_fallback.inl
│   │   ├── atomics_gnu.inl
│   │   ├── atomics_gnu_old.inl
│   │   ├── atomics.h
│   │   ├── atomics.inl
│   │   ├── atomics_msvc.inl
│   │   ├── byte_buf.h
│   │   ├── byte_order.h
│   │   ├── byte_order.inl
│   │   ├── clock.h
│   │   ├── clock.inl
│   │   ├── command_line_parser.h
│   │   ├── common.h
│   │   ├── condition_variable.h
│   │   ├── config.h
│   │   ├── date_time.h
│   │   ├── device_random.h
│   │   ├── encoding.h
│   │   ├── encoding.inl
│   │   ├── environment.h
│   │   ├── error.h
│   │   ├── error.inl
│   │   ├── exports.h
│   │   ├── hash_table.h
│   │   ├── linked_list.h
│   │   ├── linked_list.inl
│   │   ├── log_channel.h
│   │   ├── log_formatter.h
│   │   ├── logging.h
│   │   ├── log_writer.h
│   │   ├── lru_cache.h
│   │   ├── macros.h
│   │   ├── math.cbmc.inl
│   │   ├── math.fallback.inl
│   │   ├── math.gcc_overflow.inl
│   │   ├── math.gcc_x64_asm.inl
│   │   ├── math.h
│   │   ├── math.inl
│   │   ├── math.msvc.inl
│   │   ├── mutex.h
│   │   ├── posix
│   │   │   └── common.inl
│   │   ├── predicates.h
│   │   ├── priority_queue.h
│   │   ├── ring_buffer.h
│   │   ├── ring_buffer.inl
│   │   ├── rw_lock.h
│   │   ├── stdbool.h
│   │   ├── stdint.h
│   │   ├── string.h
│   │   ├── string.inl
│   │   ├── system_info.h
│   │   ├── task_scheduler.h
│   │   ├── thread.h
│   │   ├── time.h
│   │   ├── uuid.h
│   │   ├── zero.h
│   │   └── zero.inl
│   └── testing
│   ├── aws_test_allocators.h
│   └── aws_test_harness.h
└── lib
├── aws-c-common
│   └── cmake
│   ├── aws-c-common-config.cmake
│   └── static
│   ├── 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
10 directories, 73 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment