mirror of
https://github.com/davidallendj/gdpm.git
synced 2025-12-19 19:17:01 -07:00
- Added `doxygen` API documentation with theme - Added error-compatible logging function - Added more error codes - Added `non_copyable` function - Added test function from exporting package list - Changed how errors are handled with returns - Change `gdpm remote` API to reflect `git` - Change most functions to accept a vector of arguments instead of a single parameter - Updated `.gitignore` and `README.md` files - Fixed issue with `gdpm export` command crashing
14 lines
137 B
Text
14 lines
137 B
Text
build/**
|
|
builds/**
|
|
bin/gdpm
|
|
bin/gdpm-tests
|
|
docs/doxygen
|
|
cache/**
|
|
tests/*
|
|
!tests/*.cpp
|
|
*/tmp/**
|
|
vgcore.*
|
|
.cache
|
|
.vscode
|
|
config.json
|
|
*.txt
|