141 Commits (1f73484b3b38fabee1d66f24ee30e16f152c0911)
 

Author SHA1 Message Date
Tom G. Huang 1f73484b3b feat: Use BUILD_SHARED_LIBS to control lib type 3 years ago
Tom G. Huang c295740aa4 fix: Add version.tag to release archives 3 years ago
Tom G. Huang aaa5f19981
Merge pull request #65 from andrew-aladev/release-v3.2.0.7402e6e 4 years ago
Andrew Aladjev ff8d034d5f fixed compiler detection 4 years ago
Tom G. Huang 394eba31d9 chore: Refactor coding style after merging the pull request 4 years ago
Tom G. Huang 947051eb05
Merge pull request #63 from yamt/rename-xmalloc 4 years ago
YAMAMOTO Takashi 32a5d8cdf4 Rename a few generic names to unique names 4 years ago
Tom G. Huang 076a7f50b9 fix: Correct multiple warnings in MinGW64/MinGW32 4 years ago
Tom G. Huang 7402e6ead5 fix: Remove ".." from the dist archive 4 years ago
Tom G. Huang aac9cffdc5 fix: Guarantee the dist command generates correct newline 4 years ago
Tom G. Huang 9465311080
Merge pull request #59 from xiaoxiang781216/master 4 years ago
Xiang Xiao ec5cb62426 fix: Remove the duplicated dos2unix conversion in dist function 4 years ago
Tom G. Huang d11fcddd7b chore: Fix coding style after merging pull request 4 years ago
Tom G. Huang 6f9eb6cfe8
Merge pull request #47 from pwpiwi/fix_string_overflow 4 years ago
Xiang Xiao 1af73d326a fix: Remove -DREPLACE_GETOPT from CMakeLists.txt 4 years ago
Xiang Xiao 9c19c36ebb fix: the function generated by ARG_DEFINE_HASHTABLE_REMOVE should return void 4 years ago
Tom G. Huang a05be1412a chore: Add typedef to argtable types 4 years ago
Tom G. Huang c90ca73578 chore: Add BSD license badge 4 years ago
Tom G. Huang 3b304e0c83 feat: Add options to use getopt_long_only 4 years ago
Tom G. Huang db1fb9bfaa fix: Avoid GCC optimization error for trex_compile 4 years ago
Tom G. Huang 873856e0c3 feat: Automate creating amalgamation distribution 4 years ago
Tom G. Huang 01ba528135 feat: Switch to FreeBSD getopt library 4 years ago
Tom G. Huang fe70fd59e2 chore: Make examples using the static library 4 years ago
Tom G. Huang 27df6d7e51 fix: Remove arg_key 5 years ago
Tom G. Huang 7d4a91ccc3 docs: Enhance the instruction for ASan checking 5 years ago
Tom G. Huang 90dce83d9a fix: Prevent forcing users upgrading CMake to 3.12 5 years ago
Tom G. Huang d1f6cdef8b chore: Add variable to control arg_rex debug output 5 years ago
Tom G. Huang 1e037c9fa9 docs: Detect memory issues with ASan and Valgrind 5 years ago
Tom G. Huang c3a6d13c29 test: Test parameters with backslash and spaces 5 years ago
Tom G. Huang de1ee340f7 Merge branch 'master' of https://github.com/argtable/argtable3 5 years ago
Tom G. Huang 0b91c6108b fix: Fix memory leaks in unit tests and arg_file 5 years ago
pwpiwi ee32865f89 Fix potential string overflows. (The number of chars in a string is one less than its size) 5 years ago
Tom G. Huang 0429d12e41 docs: Describe how to build local documentation 5 years ago
Tom G. Huang 91e9e35ca0 docs: Add Sphinx-based documentation 5 years ago
Tom G. Huang e58754ed71 doc: How to get details when unit tests go wrong 5 years ago
Tom G. Huang e0c489b126 doc: How to get details when unit tests go wrong 5 years ago
Tom G. Huang 1c1bb23b30 fix: GCC8 and later gives warnings for strncpy and strncat 5 years ago
Tom G. Huang fef63d83f0 fix: CTest always reports success even when there are failed tests 5 years ago
Tom G. Huang 71550cf30c fix: Remove unnecessary -Dargtable3_IMPORTS 5 years ago
Tom G. Huang b906967ef7
Merge pull request #38 from myd7349/fix-cmake-build 5 years ago
Tom G. Huang 7bcfc82254
Merge branch 'master' into fix-cmake-build 5 years ago
Tom G. Huang 9ca79594be doc: Describe how to build and test configurations on all platforms 5 years ago
Tom G. Huang 336b59924d fix: Has a typo in the tag name format 5 years ago
Tom G. Huang f4cbd3bd96 doc: Show how to run CMake and CTest commands to build and test 5 years ago
Tom G. Huang f64f687d6e fix: MSVC Release builds have compiler warnings 5 years ago
Tom G. Huang 6b88169688 fix: Only include tests when we enable ARGTABLE3_ENABLE_TESTS 5 years ago
Tom G. Huang 465fd5669a chore: Add more ignored directories 5 years ago
Tom G. Huang 09d011d604 fix: VS2019 complains __cplusplus undefined 5 years ago
tomghuang@gmail.com 78b79ece2b fix: Fix MacOSX compiler and cmake warnings 5 years ago
Tom G. Huang 57febf80ff fix: Resolve VC and MinGW compiler errors and warnings 5 years ago