1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Invent new MKDEPEND variable for automatically generate dependency files for C/C++ development More... 5 months ago
Introduce configurable variables {C,CXX}FLAGS.{md,mmd} More... 5 months ago
Introduce internal variables _{C,CXX}FLAGS.warnerr and don`t use := for reassignment More... 5 months ago
Fix examples/RBTREE for Sun C compiler More... 5 months ago
helpers/mkc_test_nm: adapt for Solaris More... 5 months ago
Rework C{,XX}FLAGS.std.* variables in compiler config file More... 5 months ago
mk-configure.7: replace documentation for C{,XX}FLAGS.warns.<cctype>.<warn-level> with C{,XX}FLAGS.warns.<warn-level> More... 5 months ago
Rework C{,XX}FLAGS.dflt variables in compiler config file More... 5 months ago
Rework C{,XX}FLAGS.warnerr variables in compiler config file More... 5 months ago
LDFLAGS.pie: remove -pie on Darwin (unused) More... 5 months ago
Rework CFLAGS.{ssp,pic,pie,warns} and LDFLAGS.pie variables More... 5 months ago
Extract mkc_imp.cross_compiling.mk from mkc_imp.platform.mk More... 5 months ago
Extract mkc_imp.compiler_config.mk from mkc_imp.platform.mk More... 5 months ago
Rename mkc_imp.platform.sys.mk to mkc_imp.platform.mk More... 5 months ago
Merge branch 'master' of github.com:/cheusov/mk-configure More... 5 months ago
Move some code from mkc_imp.platform.sys.mk to mkc_imp.compiler_settings.mk More... 5 months ago
Fix yet another problem in test tests/reqd_clean_cache More... 5 months ago
Fix MKC_CHECK_HEADER_FILES with SunC. The problem is that Sun C compiler outputs garbage to stdout. So, we redirect output of 'cc -E' to stderr. More... 5 months ago
Fix in test tests/reqd_clean_cache/test.mk More... 5 months ago
mkc_check_compiler: fix problem sees on buggy /bin/sh on Solaris-10 :-/ More... 5 months ago
mk: add missing headers to install More... 5 months ago
Fix test tests/predopost_targets; it may fail on systems without lua installed More... 5 months ago
Fix tests/reqd_clean_cache2 More... 5 months ago
Fix tests/reqd_clean_cache More... 5 months ago
Fix USE_{CC,CXX,CPP} More... 5 months ago
Update README.md More... 5 months ago
Remove RANLIB tricks More... 5 months ago
Add USE_{CC,CXX,CPP} configuration variables, their value will be a part of sys.mk More... 5 months ago
mk/mkc_imp.platform.sys.mk: split this code into OS-specific parts More... 5 months ago
tests/reqd_clean_cache: clean-ups More... 5 months ago