Commit Graph

12 Commits (67e73d6d9d3972ab3db24a586f7ca69d818fc43a)

Author SHA1 Message Date
Thomas Klausner 1e2709c5bf Fix portability problem with ar(1) on macOS.
2 years ago
Project Nayuki 2261248957 Removed the test worker program in every language and the Python batch tester, because this is not core functionality and is hard to explain.
5 years ago
Thomas Klausner 5217af7cf6 Honor LDFLAGS when building executables.
6 years ago
Project Nayuki 7eac8beffe Updated C and C++ makefiles to exclude warnings and sanitizers by default, instead recommending extra flags for manually doing a diagnostic/debug build.
7 years ago
Project Nayuki be143456be Revamped C and C++ makefiles by copying structure from another library of mine, removed shared library output from C library (from commit a3dcc36dd4) due to problematic linkage in some enviroments.
8 years ago
Project Nayuki 7075db21d1 Changed C makefile rules to use the shared library when possible, and to fix library build rule if there is more than one .c source file.
9 years ago
Project Nayuki c936e2c1de Added variable for library file name, added library to the default build - in the C makefile.
9 years ago
Project Nayuki ea59bedc93 Reordered definition and added comment to C makefile.
9 years ago
Ben Kelly a3dcc36dd4 Add shared library make target for C library
9 years ago
Project Nayuki b0123fee3d Reduced lines in copyright notice of each source file (related to commit 4bba4c03ed).
9 years ago
Project Nayuki d27ee77082 Tweaked comments in C code.
9 years ago
Project Nayuki ccca906299 Added makefiles for C and C++ code bundles.
9 years ago