Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
99bace5
rm cloudflare zlib, update arch detection
ggraham Mar 29, 2024
597d992
rev Makefile (rm Mac compat, static)
ggraham Mar 29, 2024
68fee72
change libkmc_core.a output location to ./bin/
ggraham Mar 29, 2024
cda8b1a
doing the twist since 2013
ggraham Mar 30, 2024
be6e31b
prefer algorithm over ext/algorithm
ggraham Mar 30, 2024
551965a
add configure system
ggraham Apr 1, 2024
a1334d7
add configure system
ggraham Apr 1, 2024
0f73f39
add build-aux
ggraham Apr 1, 2024
2351144
Makefile.in
ggraham Apr 1, 2024
8d3015b
config.h.in
ggraham Apr 1, 2024
82b10c8
add configure.ac
ggraham Apr 1, 2024
277a8ae
add m4 rules
ggraham Apr 1, 2024
ae6ff9d
add ChangeLog
ggraham Apr 1, 2024
e89dd10
update .gitignore
ggraham Apr 1, 2024
094df5f
start adding headers
ggraham Apr 1, 2024
1daabff
update Makefile.am for header inclusion and lib header output
ggraham Apr 1, 2024
bb91d47
add neon SIMD for aarch64
ggraham Apr 1, 2024
4556d80
update configure - cpu detection test
ggraham Apr 1, 2024
46ba14b
update configure - cpu detection test
ggraham Apr 1, 2024
ba96fd6
add neon SIMD for aarch64 DEFINE conditionals
ggraham Apr 2, 2024
af4cb27
deps got in there somewhere
ggraham Apr 2, 2024
b3879fa
cleanup output w autoconf opt now that things seem in a good way
ggraham Apr 2, 2024
f134327
cleanup
ggraham Apr 2, 2024
088d5b9
proper kmc_runner.h source loc for include header
ggraham Apr 2, 2024
87e2319
proper kmc_runner.h source loc for include header
ggraham Apr 2, 2024
2245141
updoot
ggraham Apr 2, 2024
1a83d3f
cleanup .deps
ggraham Apr 2, 2024
9086ab0
regress required autoconf version
ggraham Apr 2, 2024
a1a7171
rm .deps
ggraham Apr 2, 2024
dad5f17
add some essentials + new configure.sh
ggraham Apr 2, 2024
36352d7
ignore if dist is ungzipped in source dir
ggraham Apr 2, 2024
4047fa4
further paring and require autotools if build from git source
ggraham Apr 2, 2024
d44ddc5
include Makefile.in in src
ggraham Apr 3, 2024
e3f3caf
rm -m64
ggraham Jun 3, 2024
8521c30
intermed
ggraham Jul 1, 2025
c9c9e7e
intermed
ggraham Jul 1, 2025
693aacd
avoid symlinks
ggraham Jul 1, 2025
9832fd9
Makefile.am
ggraham Jul 1, 2025
eaf2a8e
update m4
ggraham Jul 1, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
100 changes: 26 additions & 74 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,76 +1,28 @@
# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msm
*.msp

# =========================
# Operating System Files
# =========================

# OSX
# =========================

.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

# Thumbnails
._*

# Files that might appear on external disk
.Spotlight-V100
.Trashes

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

# Object files
*.o

# Binaries
bin/

# Editor backup filels
*.Po
m4/*
*.ac
*~
/.vs/kmc/v17
/.vs/kmc/FileContentIndex
/.vs
/Debug
/kmc_CLI/Debug
/kmc_CLI/x64/Debug/kmc_CLI.tlog
/kmc_CLI/x64/Debug
/kmc_core/Debug
/kmc_core/x64/Debug
/kmc_dump/Debug/kmc_dump.tlog
/kmc_dump/Debug
/kmc_dump/x64/Debug
/kmc_dump_sample/Debug
/kmc_dump_sample/x64/Debug
/kmc_tools/Debug
/py_kmc_api/Debug
/py_kmc_api/x64/Debug
/x64/Debug
/kmc_CLI/x64/Release
/kmc_core/x64/Release
/kmc_dump/x64/Release
/kmc_tools/x64/Release
/py_kmc_api/x64/Release
/x64/Release
Makefile
Makefile.in
kmc
kmc_tools
kmc_dump
libkmc_core.a
include/*
lib/*
bin/*
stamp-h1
*.tar.gz
*.log
autom4te.cache/*
AUTHORS
COPYING
INSTALL
*/.deps/*
config.status
config.h
*.dirstamp
kmc-3.7.5/*
*.lo
*.Plo
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

1 change: 0 additions & 1 deletion 3rd_party/cloudflare
Submodule cloudflare deleted from 3cccc9
204 changes: 0 additions & 204 deletions Makefile

This file was deleted.

Loading