aboutsummaryrefslogtreecommitdiff
path: root/config.mk
Commit message (Collapse)AuthorAge
* Apply st-ligatures-boxdraw-20200430-0.8.3Mike Crute2023-04-25
|
* bump version to 0.9Hiltjo Posthuma2022-10-04
|
* Makefile: add manual path for OpenBSDHiltjo Posthuma2022-05-01
|
* bump version to 0.8.5Hiltjo Posthuma2022-01-07
|
* bump version to 0.8.4Hiltjo Posthuma2020-06-19
|
* config.mk: use PKG_CONFIG in commented OpenBSD sectionHiltjo Posthuma2020-06-17
|
* bump version to 0.8.3Hiltjo Posthuma2020-04-27
|
* bump version to 0.8.2Hiltjo Posthuma2019-02-09
|
* Let the user specify CPPFLAGSParide Legovini2019-01-10
| | | | | | | | | | | This complements the work done in d4928ed, allowing the user to specify the preprocessor flags with the CPPFLAGS environment variable. This is useful for example to specify preprocessor macros with -D. CFLAGS could be used instead, but CPPFLAGS is more correct and is expected to be honored in some cases. For example, the helper scripts to build Debian packages make use of CPPFLAGS, but the variable is currently being ignored unless manually appended to CFLAGS.
* Set the path of pkg-config in a variable instead of hardcoding itParide Legovini2019-01-04
| | | | | In this way the path of pkg-config can be overridden from the command line. This is useful for example when cross-compiling.
* config.mk: remove extra newline before EOFHiltjo Posthuma2018-06-02
|
* Pledge on OpenBSDHiltjo Posthuma2018-05-25
|
* bump version to 0.8.10.8.1Hiltjo Posthuma2018-03-20
|
* bump version to 0.8Hiltjo Posthuma2018-03-14
|
* Let the user specify C and LD FLAGSQuentin Rameau2017-07-12
|
* Do not obfuscate what make is doing.Quentin Rameau2017-07-12
| | | | Change some styling too while we're at it.
* 0.7 release0.7Christoph Lohmann2016-08-11
|
* There's no need for libXext to compile st.Christoph Lohmann2015-09-28
|
* Commit to push the 0.6 release.0.6Christoph Lohmann2015-07-07
|
* Remove strsep() callRoberto E. Vargas Caballero2015-03-20
| | | | | | | | | | strsep() is not a POSIX function, and it means that every system needs different defines to expose it. If the prototype of strsep is not exposed then an ugly int/pointer is done and it might mean a crash. The best solution?, to remove the strsep and make a custom loop. If C programmers cannot do this kind of loops without calling a library function, then maybe we should move all the suckless software to Java.
* Glibc wants me to use _DEFAULT_SOURCe. I do obey.Christoph Lohmann2015-03-14
|
* Comment default CC assignmentRoberto E. Vargas Caballero2015-02-22
| | | | | | CC by default is cc, so the assignment was doing nothing, but it was using non standard syntax, so some system (NetBSD) fail to compile.
* Making surf compile again with rt.Christoph Lohmann2014-06-30
| | | | | | The clock_gettime patch needs librt to be linked to surf. Thanks _odie for the hint.
* Remove CEIL macroRoberto E. Vargas Caballero2014-06-26
| | | | | | | | This macro was not correct in some cases, and it was used only in one place, where we did'nt get any benefit in performance of in size, so the macro is removed and ceilf is used instead of it. The only function needed from math.h is ceilf, so this patch defines the prototype of it instead of including math.h.
* 0.5 release.0.5Christoph Lohmann2014-04-05
|
* 0.4.1 release.0.4.1Christoph Lohmann2013-04-20
|
* Making st compile on OpenBSD again.Christoph Lohmann2013-04-19
|
* Releasing 0.4.0.4Christoph Lohmann2013-03-29
|
* Making st compile on OS X.Christoph Lohmann2013-03-05
|
* Using strsep and fixing null termination in csiparse.Christoph Lohmann2013-02-26
| | | | Thanks for the hint from Alexander Sedov <alex0player@gmail.com>!
* Making the fontconfig and freetype paths portable in config.mk.Christoph Lohmann2013-01-04
|
* The style inquisition was here again.Christoph Lohmann2012-11-13
|
* 0.3 release.Christoph Lohmann2012-11-02
|
* Adding a more flexible fontstring handling, shortcuts and a zoom function.Christoph Lohmann2012-10-28
|
* This adds the fontcache dependency to try something out. Additionally theChristoph Lohmann2012-10-04
| | | | invert mode now works as expected. In the config.def.h autohint is set to false, so the fonts are drawn correctly, without any overlapping.
* Initial Xft support for st. More to follow.Christoph Lohmann2012-09-24
|
* Implement Xdbe-based double-bufferingBrandon Invergo2012-07-28
|
* revert to "tip" in VERSION.Aurélien Aptel2012-02-16
|
* bump version.Aurélien Aptel2012-02-16
|
* some minor fixesanselm@garbe.us2012-02-11
|
* update VERSION.Aurélien Aptel2011-04-03
|
* fix segfault when selecting big bufferspancake@nopcode.org2010-08-31
| | | | shift+insert paste clipboard honor CFLAGS and LDFLAGS in config.mk
* use predefined OS macro instead of uname.Aurélien Aptel2010-08-30
|
* st should compile on NetBSD.Aurélien Aptel2010-08-30
|
* removed pty.h. minimal system guessing added in config.mk.Aurélien Aptel2010-08-30
|
* st now runs on Linux, OpenBSD and FreeBSD.Aurélien Aptel2010-08-28
|
* removed XINERAMA from config.mk and fixed a segfault when st isAurélien Aptel2010-08-27
| | | started without a display. (thx Hiltjo Posthuma)
* backport of local changesAnselm R Garbe2009-05-10
|
* simplify MakefileMatthias-Christian Ott2008-07-21
| | | | | | | | | Due to consideration of POSIX compliance issues config.mk had to be removed. Configuration variables can be overridden by environment variables or specified via command line. Additionally all pretty-printed messages were removed and built-in rules are used. This also simplifies and purges the Makefile.
* make st and std separate programmesMatthias-Christian Ott2008-06-14
|