summaryrefslogtreecommitdiff
path: root/build.txt
Commit message (Collapse)AuthorAgeFilesLines
* A glut of whitespace fixes.Gary E. Miller2015-04-301-3/+3
|
* Clarify scons clean and sconsclean.Gary E. Miller2015-04-011-2/+4
|
* Add sconsclean info in build.txtSanjeev Gupta2015-04-011-0/+4
|
* How to reciver from scons sconsclean.Eric S. Raymond2015-03-311-5/+12
|
* Eliminate chrpath as a build dependencyEric S. Raymond2015-03-311-53/+1
|
* Repair the sconsclean production.Eric S. Raymond2015-03-311-1/+1
|
* Remove homebrewed VersionedSharedLibrary() in favor of 2.3.0 SharedLibrary().Eric S. Raymond2015-03-261-2/+1
| | | | Build and regression tests pass.
* Revert "Force static linking when chrpath=no."Eric S. Raymond2015-03-221-11/+46
| | | | | It broke everyone's build except mine, apparently. Back it out until we know why.
* Force static linking when chrpath=no.Eric S. Raymond2015-03-201-46/+11
| | | | | | | Trying to deal with the poorly-documented mess that around RPATH, RUNPATH, and LD_LIBRARY_PATH got to be too much. All regression tests pass.
* Use pselect unconditionally. We're assuming POSIX-2001.1 conformance.Eric S. Raymond2015-03-021-3/+1
| | | | All regression tests pass.
* ntpshm.c -> ntpshmwrite.c; ntpmon -> ntpshmmon.Eric S. Raymond2015-02-271-1/+1
| | | | All regression tests pass.
* memory_barrier() now uses a standardized C11 lockless-concurrency primitive.Eric S. Raymond2015-02-261-7/+12
| | | | All regression tests pass.
* Alas, remove OS X from the list of supported platforms.Eric S. Raymond2015-02-181-1/+5
| | | | Add an Upstream Bugs entry describing the issue.
* In build.txt, update stuff on the dbus_export option.Eric S. Raymond2015-02-171-3/+4
|
* Typo corrections to build instructions.Eric S. Raymond2015-02-161-2/+2
|
* Clarify a requirement for Python 2.x.Eric S. Raymond2015-02-151-1/+1
| | | | No code changes. All regression tests pass.
* Implement and document GPSD_SHM_KEY environment variable.Eric S. Raymond2015-02-091-0/+5
|
* Remove the failed adaptive-delay experiment.Eric S. Raymond2015-01-291-14/+0
| | | | | | | | Instead, we're going to try telling the tty layer to deliver input in chunks larger than chracters, with a timeout. That way the select call in the main loop will return data ready less often. All regression tests pass.
* Documentation improvements.Eric S. Raymond2015-01-271-29/+9
|
* Implement and document the buzzkill option.Eric S. Raymond2015-01-261-0/+34
| | | | All regression tests pass.
* Ubuntu 11.0 is no longer 'recent'.Eric S. Raymond2015-01-241-1/+1
|
* Give full path to fake.py.Greg Troxel2015-01-241-1/+1
|
* In build.txt, note that 'python' must be on your path.Eric S. Raymond2015-01-241-0/+4
|
* NEWS, build.txt: remove trailing whitespaceBeat Bolli2014-09-061-23/+23
| | | | Signed-off-by: Beat Bolli <bbolli@ewanet.ch>
* NEWS, build.txt: typo fixesBeat Bolli2014-09-061-2/+2
| | | | Signed-off-by: Beat Bolli <bbolli@ewanet.ch>
* Document the new 'minimal' option.Eric S. Raymond2014-09-061-10/+15
|
* In SConstruct, 'strip' becomes 'nostrip' and the sense is inverted.Eric S. Raymond2014-09-061-1/+1
| | | | | | | | | | | | (Default inverts too, so rge build still defaults to stripping.) This is the only change required to make a build with all options False be minimal. It's preparation for a 'minimal' option to make life slightly easier for the Android and embedded guys. Required that the scons line for Android be retconned. All regression tests pass.
* Added notes on Android.Eric S. Raymond2014-09-061-2/+46
|
* Added a list of supported platforms to build.txt.Eric S. Raymond2014-08-311-4/+21
| | | | Also, removed chrpath as a cross-build prerequisite.
* Typo fix.Eric S. Raymond2014-08-281-4/+4
|
* Add slow=yes option for regression tests in an attempt to avoid flakeouts.Eric S. Raymond2014-08-241-0/+1
|
* In build.txt, require GCC >= 4.1.1.Eric S. Raymond2014-08-231-16/+7
|
* Minor updates to install.txt.Eric S. Raymond2014-08-231-3/+3
|
* Language clarificationSanjeev Gupta2014-01-031-3/+3
| | | | Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Clean up to remove asciidoc errorsSanjeev Gupta2013-12-011-3/+3
|
* chrpath is no longer a build depenency.Eric S. Raymond2013-11-301-46/+54
|
* Update build and packaging docs.Eric S. Raymond2013-11-131-1/+7
|
* Documentation update.Eric S. Raymond2013-11-131-3/+3
|
* Document the leapfetch=no workaround.Eric S. Raymond2013-11-131-0/+33
|
* Add a warning about sporadic build failures and the delay constants.Eric S. Raymond2013-11-111-5/+13
|
* Note that asciidoc is needed for building the website.Eric S. Raymond2013-11-041-1/+2
|
* Show PPS offset in the NMEA monitor.Eric S. Raymond2013-11-031-1/+1
|
* Add autoconf-like distclean...Eric S. Raymond2013-11-031-2/+4
| | | | ...and have the check target clean up after itself.
* GPSD is fully up on Mac OS 10.7 - regression tests pass, PPS is live.Eric S. Raymond2013-11-021-2/+9
| | | | | Greg Troxel noted some previously undocumented Python dependencies of xgps, now added to build.txt.
* Build instructions from Hal Murray.Eric S. Raymond2013-10-271-4/+5
|
* Document use of manbuild.Eric S. Raymond2013-09-261-0/+2
|
* A portability note.Eric S. Raymond2013-06-121-3/+4
|
* Note the workaround for a Raspbian build problem.Eric S. Raymond2013-06-121-6/+13
|
* Add a promised pointer to the build instructions.Eric S. Raymond2013-01-161-0/+13
|
* Explain how to cope on a stylesheet fetch failure.Eric S. Raymond2012-05-241-1/+16
|