summaryrefslogtreecommitdiffstats
path: root/make
Commit message (Expand)AuthorAgeFilesLines
* build: Change hardening logic from None to False in configure.py.Nomis1012019-07-191-2/+2
* Fix gcc 9 compiler warningsJohn Stebbins2019-06-281-1/+1
* build: Update to config.guess 2019-06-10Nomis1012019-06-231-297/+495
* Revert some changes of too extensive gardeningNomis1012019-06-222-2/+26
* [gardening] Clean up old OS X code piecesNomis1012019-06-223-46/+4
* build: Add --enable-hardening flag to enable stack protection and enhanced bu...Nomis1012019-06-192-1/+11
* Add a definition file for NetBSDRyo ONODERA2019-06-181-0/+19
* Enable GTK user interface for NetBSDRyo ONODERA2019-06-181-0/+5
* configure: More verbose selection of python interpreters.Ryo ONODERA2019-06-181-1/+1
* configure: add fixed option name to ToolProbeJohn Stebbins2019-04-171-32/+34
* configure: export FEATURE.* vars to project.hJohn Stebbins2019-04-171-1/+1
* configure: fix osx buildJohn Stebbins2019-04-171-2/+1
* make: finish correcting host/build semanticsJohn Stebbins2019-04-175-44/+44
* configure: Add comments to make lib checks more readableJohn Stebbins2019-04-161-18/+29
* configure: make separate LDTest and PkgConfigTest functionsJohn Stebbins2019-04-161-76/+74
* configure: fix commentsJohn Stebbins2019-04-151-14/+6
* configure: fix typoJohn Stebbins2019-04-151-1/+1
* configure: move sanitation of options togetherJohn Stebbins2019-04-151-10/+19
* configure: make sure numa is only enabled on linuxJohn Stebbins2019-04-151-2/+3
* configure: move init of HostTuple after parsing crossJohn Stebbins2019-04-151-8/+9
* configure: use stricter 'is not None'John Stebbins2019-04-151-2/+2
* configure: initialize host_tuple with crossJohn Stebbins2019-04-151-11/+14
* configure: Fix host vs build specsJohn Stebbins2019-04-151-95/+123
* configure: add PkgConfigProbe and ChkLib actionsJohn Stebbins2019-04-151-0/+102
* configure: add option to enable/disable libnumaJohn Stebbins2019-04-151-0/+5
* make: Tweak configure summary language for consistency.Bradley Sepos2019-04-131-19/+14
* make: Fix non-fatal contrib download error.Bradley Sepos2019-04-131-1/+1
* make: Tweak configure.py output language.Bradley Sepos2019-04-131-3/+3
* make: Reflect FFmpeg AAC required on some platforms in help.Bradley Sepos2019-04-131-2/+6
* make: Fix initialization of minver in configure.py.Bradley Sepos2019-04-131-2/+2
* make: Remove SelectTool class from configure.py.Bradley Sepos2019-04-131-75/+0
* make: Remove last optparse import in configure.py.Bradley Sepos2019-04-131-1/+0
* make: Fix configure --minver argument showing for cross.Bradley Sepos2019-04-131-3/+2
* make: Rerun cross tools probe before creating CLI help.Bradley Sepos2019-04-131-6/+6
* make: Improve handling of cross argument in configure.py.Bradley Sepos2019-04-131-3/+4
* make: Fix configure.py conf args for reconfigure.Bradley Sepos2019-04-131-29/+6
* make: Tidy up configure help.Bradley Sepos2019-04-131-3/+3
* make: Fix configure and Xcode where cross compiling.Bradley Sepos2019-04-131-12/+13
* configure: fix argparse callbacksJohn Stebbins2019-04-131-18/+35
* configure: fix parsing debug and optimize optionsJohn Stebbins2019-04-131-2/+2
* make: Further improvements to feature enable/disable in configure.py.Bradley Sepos2019-04-134-125/+141
* make: Require FFmpeg AAC on Linux and Windows.Bradley Sepos2019-04-121-2/+3
* make: Disable features on unsupported platforms in configure.py.Bradley Sepos2019-04-041-7/+27
* contrib: Remove local pthreads-w32 in favor of winpthreads.Bradley Sepos2019-03-312-11/+0
* make: decode bytes objects from subprocess stdout in configure.py Launcher cl...Andrew Brezovsky2019-03-281-0/+2
* Fix Py3 compat and logic/syntax in handling version.txtFrederick Ding2019-02-281-2/+3
* make: More Python 3 compatibility fixes.Bradley Sepos2019-02-262-10/+10
* make: Update python_launcher to accept Python 3.Bradley Sepos2019-02-261-1/+1
* configure: gtk: make: scripts: Make scripts compatible with Python 3.Bradley Sepos2019-02-253-22/+26
* configure: Move configured special encoders output before launch output.Bradley Sepos2019-02-251-10/+11