Commit graph

35 commits

Author SHA1 Message Date
Martin Dvorak 480375f774 Getting ready for 1.28 release. 2018-08-20 19:34:58 +02:00
Martin Dvorak bdd04922c6 Adding Bash autocompletion script + autotools #255 2018-08-20 10:40:35 +02:00
Martin Dvorak 742c51c756 Introducing new main() to enable creation of UNIT tests. 2018-08-13 17:02:53 +02:00
Martin Dvorak be8cf523e9 HSTR can be build w/ qmake, polishing copyright years. 2018-08-13 16:59:32 +02:00
Martin Dvorak 9f1d9bbf99 Getting ready for 1.25 release. 2018-05-06 19:32:32 +02:00
Martin Dvorak 079d8f9ac1 Fixing bug #237 by making build repeatable (removal of compiler generated build number) + 1.24 update. 2018-01-03 12:41:58 +01:00
Martin Dvorak 30496160cf Getting ready for 1.23 release. 2017-09-30 12:01:44 +02:00
Martin Dvorak 8e85439aa9 Implementing Bash @ Win detection for bug #164. 2017-06-04 09:33:20 +02:00
Martin Dvorak c09d19835a Further improvements to NCURSES detection. 2017-04-12 09:05:21 +02:00
Martin Dvorak 7b5903f62b Autotools: getting rid of PKG_CHECK_MODULES as it's considered harmful 2017-04-11 21:26:47 +02:00
Martin Dvorak 9410a8d693 Removing defines from configure.ac 2017-04-11 18:11:47 +02:00
Martin Dvorak 36f678bd88 Improving NCURSES check. 2017-04-09 20:00:23 +02:00
Martin Dvorak 0a0711736f Updating version 1.21 > 1.22. 2017-01-21 20:27:26 +01:00
Martin Dvorak 9358a500ff Getting ready for Yakkety 1.21 release. 2016-10-22 11:46:04 +02:00
Martin Dvorak 2edd786e3a Getting ready for the next release. 2015-12-30 06:50:32 +01:00
Martin Dvorak f06bc1522c Getting ready 1.19 release. 2015-11-25 21:29:44 +01:00
Martin Dvorak 6e776ef112 Merge branch 'master' of https://github.com/jlec/hstr into jlec-master
Conflicts:
	src/Makefile.am
2015-09-17 06:53:04 +02:00
Martin Dvorak 271395d297 Adding change log and fixing copyright/license source code headers. 2015-09-02 21:24:13 +02:00
Justin Lecher 5f23f13632 Try to detect ncurses using pkg-config
In case tinfo code is split out from libncurses into libtinfo it
is more reliable to use pkg-config to detect all libs need for proper linking

Signed-off-by: Justin Lecher <jlec@gentoo.org>
2015-08-28 15:07:05 +02:00
Martin Dvorak 9b6156a29d Removing blacklist old dead code + fixing build for next version and blacklist. 2015-05-27 23:13:27 +02:00
Martin Dvorak c25b180d06 Travis CI is not worth it... 2015-05-27 23:03:22 +02:00
Martin Dvorak e138311e01 Removing config.ac prereq on version. 2015-05-27 23:03:22 +02:00
Martin Dvorak b8595f8bb8 Syncing 1.17 release changes (1.17 final commit). 2015-05-27 23:01:07 +02:00
Martin Dvorak 2122e12967 Finally solving platform specific ncurses check in autoconf - cause: broken SYMLINKs to config.sub/guess > one configure.ac works anywhere now. 2015-02-27 08:41:44 +01:00
Martin Dvorak 9decd1ad01 Making Mac related build process changes: unfortunately single configure.ac cannot be used as macro detecting the platform doesn't work when releasing hstr via launchpad. 2015-02-26 23:38:44 +01:00
Martin Dvorak 10fca39f4a Rewriting configure config to new notation + making source compilable w/o warnings. 2015-02-24 21:47:25 +01:00
Ryan Baumann 2571e993fc Use Mac-specific checks for ncurses 2015-02-24 10:02:25 -05:00
Martin Dvorak 7824b17b6d Stabilizing release scripts: binary release fixed w/ automake detection; hh source code fixed to be strictly OK; launchpad release still broken (added just /tmp building to workaround pbuilder-dist hard link defect). 2015-01-08 12:07:06 +01:00
Martin Dvorak 796556dae0 Improving configure.ac - sub-makefiles macro call + more header deps. 2014-09-12 21:59:42 +02:00
Martin Dvorak 7d86d52741 Fixing Launchpad build - curses > ncursesw includes. 2014-09-12 21:46:49 +02:00
Martin Dvorak 568f4b524e Switching to ncursesw to handle utf8. 2014-09-11 18:33:59 +02:00
Martin Dvorak f14091ed44 Moving curses code to a separate module to make main cleaner. 2014-01-25 13:38:20 +01:00
Martin Dvorak a6d96409f8 More Ctrl-r consistency: Ctrl-r to navigate history, DEL to delete history entry 2014-01-19 08:57:45 +01:00
Martin Dvorak 137e839d06 Launchpad automation 2014-01-05 10:43:21 +01:00
Martin Dvorak 9ad1b946c1 Adding autoconf/automate configuration files. 2013-12-25 15:25:36 +01:00