aboutsummaryrefslogtreecommitdiffhomepage
path: root/makefile
Commit message (Collapse)AuthorAge
* makefile: Use CPPFLAGS_FOR_BUILD & CXXFLAGS_FOR_BUILDHelmut Grohne2024-02-26
|
* fix crossbuilding zxcvbn-cHelmut Grohne2024-02-26
| | | | Gbp-Pq: Name cross.patch
* DFSG: code updates for words-10k-pass.txtv2.5+dfsgSean Whitton2022-04-10
|
* Fix a parallel FTBFS caused by a missing makefile dependencyAdrian Bunk2018-09-09
| | | | Gbp-Pq: Name parallel.patch
* Selftests removed from library and placed into test-internals.Perlbotics2017-11-21
| | | | | | Selftests extracted (removed) from zxcvbn.c and test.c and placed into test-internals.c Makefile updated.
* Merge remote-tracking branch 'origin/master'v2.0tony2016-10-24
|\ | | | | | | makefile
| * Merge pull request #10 from spwhitton/standardise-makefile-varsV1.0tsyrogit2016-10-24
| |\ | | | | | | Standardise makefile variables
| | * Standardise makefile variablesSean Whitton2016-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - use $(LDFLAGS) close to end of command to avoid build failures with linker option --as-needed - use $(CC), $(AR), $(CXX) to the user can choose their own compiler - use $(CPPFLAGS), $(CFLAGS) and $(CXXFLAGS) are they are intended - correct CPPFLAGS -> CXXFLAGS at top of file
| * | Add another missing file to clean targetSean Whitton2016-09-28
| |/
* | Include the correct dictionary source files int the repo.tony2016-10-16
| |
* | update to use larger dictionaries from the Dropbox version of zxcvbn.tony2016-10-16
|/ | | | Also allow for repeated sequences.
* Merge branch 'build-libs' of https://github.com/spwhitton/zxcvbn-ctony2016-09-25
|\
| * Targets to build static libSean Whitton2016-09-24
| |
| * Targets to build shlibSean Whitton2016-09-24
| |
* | Merge pull request #5 from spwhitton/fix-clean-targettsyrogit2016-09-25
|\ \ | | | | | | Fix clean target
| * | Fix clean targetSean Whitton2016-09-24
| |/ | | | | | | Some build products are not cleaned.
* / Conditionally define CFLAGS and CPPFLAGSSean Whitton2016-09-24
|/ | | | This avoids wiping out distribution-defined flags.
* Initial commit.tony2015-01-03