2020-05-28 10:15:05 +03:00
2020-04-30 15:25:31 +03:00
2020-04-30 15:25:31 +03:00
2020-03-02 09:08:20 +00:00
2020-04-30 15:25:31 +03:00
2020-04-30 15:59:14 +03:00
2020-04-30 15:59:14 +03:00
2020-05-28 10:15:05 +03:00
2019-06-11 13:52:56 +00:00
2020-05-19 21:08:44 +03:00
2020-04-28 14:41:07 +03:00
2020-04-30 16:09:57 +03:00
2015-03-10 10:13:18 +00:00
2020-05-28 10:15:05 +03:00
2020-04-30 15:25:31 +03:00
2020-04-26 16:48:00 +03:00
2020-05-15 22:48:58 +03:00
2020-04-30 16:09:57 +03:00

Platform-Independent Primitives library

Introduction

Low-level C++ library that covers next areas:

  • Strings
  • Console IO
  • Threads
  • Timers
  • Events
  • Various IO devices
  • Mathematics (FFT with libfftw3)
  • Cryptography (libsodium)
  • Compression (zlib)
  • Resources
  • Metaprogramming

CMake

This library tightly integrated with CMake by providing some macro:

  • pip_code_model(<out_var> file0 [file1 ...] [OPTIONS opt0 [opt1 ...] ] [ABSOLUTE]) Generate code model files for source files file0 [file1 ...].

Options you can see by exec "pip_cmg -h". If not ABSOLUTE source files will be prepended by ${CMAKE_CURRENT_SOURCE_DIR}. You should add ${<out_var>} to your target.

  • pip_resources(<out_var> file)

Generate C++ files for resource file. You should add ${<out_var>} to your target.

Description
Platform-Independent Primitives library and utilites
Readme 41 MiB
Languages
C 52.1%
C++ 45.9%
CMake 1.3%
M4 0.6%