Giter Site home page Giter Site logo

akali's Introduction

Build Status Vcpkg package

>>> 中文版

Akali

A common C++ library that don't depends on any library.


Features

File Function Support Platform
base64.h
base64.cpp
Base64 encode, decode Windows
Linux
buffer_queue.h
buffer_queue.cpp
Buffer queue that based linked list, it can auto increase size, support fetch data across node Windows
Linux
byteorder.h
byteorder.cpp
Get byte order Windows
Linux
constructormagic.h Macro: Disable copy-constructor, assign-constructor Windows
Linux
criticalsection.h
criticalsection.cpp
Windows Critical Section helper Windows
deprecation.h Mark interface deprecation Windows
Linux
directory_monitor.h
directory_monitor.cpp
monitor a directory Windows
display_monitors.h
display_monitors.cpp
Enum display monitors with information Windows
driver_info.h
driver_info.cpp
Get disk driver information Windows
endianess_detect.h
endianess_detect.cpp
Little Endianess/Big Endianess Detection Windows
Linux
file_info.h
file_info.cpp
Get file information(Version, Company name) Windows
ini.h
ini.cpp
INI config file Windows
internet_availability_checker.h
internet_availability_checker.cpp
Check whether internet is avaliable Windows
ipc.h
ipc.cpp
internal process commutication based on named pipe Windows
md5.h
md5.cpp
md5 for string, file Windows
Linux
memory_pool.hpp C++ memeory pool implement Windows
Linux
noncopyable.h class uncopyable Windows
Linux
os_ver.h
os_ver.cpp
Get Windows system version Windows
pc_info.h
pc_info.cpp
Get compture infomation(IP, MAC, CPU ID) Windows
process_util.h
process_util.cpp
Query, Close, add UIPI filter Windows
process.h
process_win.cpp
process_unix.cpp
Start/Kill process... Windows
Linux
random.h
random.cpp
Generate random number Windows
Linux
registry.h
registry.cpp
Register wirte/read Windows
macros.h Macros:release/close safely... Windows
Linux
schedule_task.h
schedule_task.cpp
Add, update, remove windows schedule task Windows
scoped_com_initializer.h
scoped_propvariant.h
scoped_variant.h
COM, PROPVARIANT initialize/uninitialize Windows
scoped_variant.h
scoped_variant.cpp
VARIANT helper Windows
shortcut.h
shortcut.cpp
Create, update, delete shortcut Windows
singleton.hpp C++ class singleton, process singleton Windows
Linux
stack_walker.h
stack_walker.cpp
Get code call stack Windows
string_helper.hpp std::string helper Windows
Linux
stringencode.h
stringencode.cpp
string encode Windows
Linux
thread.h
thread.cpp
C++ thread helper Windows
Linux
thread_pool.h C++ thread pool Windows
Linux
timer.h
timer.cpp
timer Windows
Linux
timeutils.h
timeutils.cpp
time helper Windows
Linux
win_main.h
win_main.cpp
An easy way to generate dump Windows
win_service_base.h
win_service_base.cpp
win_service_installer.h
win_service_installer.cpp
Install, Uninstall, Start, Stop, Puased windows service Windows
ping.h
ping.cpp
Ping implement Windows
host_resolve.h
host_resolve.cpp
Host resolve Windows
networkprotocoldef.h IP, ICPM protocol header Windows
Linux
ipaddress.h
ipaddress.cpp
IP address Windows
Linux
socketaddress.h
socketaddress.cpp
Socket address Windows
Linux
iocp_socket.h
iocp_socket.cpp
iocpserver.h
iocpserver.cpp
Windows IOCP network model, IOCP server Windows
overlappedsocket.h
overlappedsocket.cpp
Windows Overlapped Socket Windows
filesystem.hpp An implementation of C++17 std::filesystem Windows
Linux

Compile

Using CMake to generate visual studio project or makefile, then compile.

CMake paramenters:

  • BUILD_SHARED_LIBS: whether dynamic library or not, ON or OFF.
  • BUILD_TESTS: whether compile test project or not, ON or OFF.
# Windows Sample
cmake.exe -G "Visual Studio 15 2017" -DBUILD_SHARED_LIBS=OFF -DBUILD_TESTS=OFF -S %~dp0 -B %~dp0build

# Linux
cmake -DBUILD_SHARED_LIBS=OFF -DBUILD_TESTS=OFF
make

Install with vcpkg

vcpkg install akali

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.