summaryrefslogtreecommitdiff
path: root/SConstruct
Commit message (Expand)AuthorAgeFilesLines
* Allow to scan-build Python extensions, too.Bernd Zeimetz2011-04-171-2/+10
* Allow to override variosu tools from the environment.Bernd Zeimetz2011-04-171-4/+16
* Build python .so files from SConstruct directly.Bernd Zeimetz2011-04-171-77/+53
* Support static linking using pkg-config.Bernd Zeimetz2011-04-161-6/+17
* Re-enable build without Qt.Eric S. Raymond2011-04-161-0/+2
* Fix ncurses typos and ncurses5-config call.Bernd Zeimetz2011-04-151-2/+2
* Build the qt library with Library(), support ncurses5-config.Bernd Zeimetz2011-04-151-10/+11
* Better libs/cflags handling.Bernd Zeimetz2011-04-151-61/+44
* Fold in Davev Taht's start on a cross-development environment.Eric S. Raymond2011-04-141-0/+28
* Make the bluez option effective.Eric S. Raymond2011-04-141-1/+1
* Typo fix.Eric S. Raymond2011-04-131-1/+1
* Regroup some options.Eric S. Raymond2011-04-131-3/+4
* List altered configuration variables at config time.Eric S. Raymond2011-04-131-0/+17
* Don't strip out all RPATH information on installation.Eric S. Raymond2011-04-131-4/+3
* Attempt to solve the prefix-RPATH problem.Eric S. Raymond2011-04-131-4/+7
* Converted all tabs to spaces. mledford2011-04-121-130/+130
* Resolved broken Mac OS X build from recent SConstruct changes.mledford2011-04-121-2/+2
* Avoid confusing splint with an autotools remnant.Eric S. Raymond2011-04-121-1/+1
* Fix a xonfiguration error that forced on fixed_port spped.Eric S. Raymond2011-04-121-3/+3
* Tweak the installation production.Eric S. Raymond2011-04-121-14/+8
* Build shared libraries with the soname field set.Eric S. Raymond2011-04-121-13/+111
* Correct the computation of a file stem name.Eric S. Raymond2011-04-121-1/+1
* Install Qt binding under its full name, too.Eric S. Raymond2011-04-121-4/+6
* Create shared libraries with fullname first.Eric S. Raymond2011-04-121-5/+7
* ldconfig is not a supported tool.Eric S. Raymond2011-04-121-3/+0
* Repair the RPM builder.Michael R. Davis2011-04-121-1/+1
* Fix tarballs to have a proper version prefix.Eric S. Raymond2011-04-121-2/+2
* Remove both .o and .os files on cleanup.Eric S. Raymond2011-04-111-0/+1
* Give up on configure-like options, return to scons-style persistent variables.Eric S. Raymond2011-04-111-79/+53
* Bluez library is called libbluetooth.Michael Tatarinov2011-04-111-1/+1
* Adds an additional check to only add Mac OS X link flag when building as shared.mledford2011-04-101-3/+5
* Resolved build system producing undefined symbols on Mac OS X...mledford2011-04-101-1/+7
* Typo fix.Eric S. Raymond2011-04-101-1/+1
* Ensure that the RPM spec is in the tarball.Eric S. Raymond2011-04-101-2/+3
* Fix bug in handling of numeric config options.Eric S. Raymond2011-04-091-5/+3
* Make it possible to build static binaries with --disable-shared.Eric S. Raymond2011-04-091-2/+8
* Cleaning should not clobber the leaposeconds cache.Eric S. Raymond2011-04-091-2/+2
* Shoot the autotools build through the head, putting it out of our misery.Eric S. Raymond2011-04-091-10/+2
* Qt binding build is working.Eric S. Raymond2011-04-091-3/+12
* Force building of Qt object files with g++.Eric S. Raymond2011-04-081-0/+1
* Solve the clash-of-objects problem with the Qt build.Eric S. Raymond2011-04-081-5/+13
* Don't clone the environment until after the configuration is finalized.Eric S. Raymond2011-04-081-4/+6
* First cut at libQgpsnmm build. Doesn't quite work yet...Eric S. Raymond2011-04-081-5/+31
* Remove a header that no longer fits the way we've organized the export APIs.Eric S. Raymond2011-04-081-1/+2
* Clean up after a test.Eric S. Raymond2011-04-081-6/+3
* Don't lose the RPATH when building gpsd.Beat Bolli2011-04-071-3/+5
* Initialize htmlbuilder.Beat Bolli2011-04-071-2/+1
* Comment improvement and fix.Eric S. Raymond2011-04-061-1/+2
* Implemented DESTDIR.Eric S. Raymond2011-04-061-1/+7
* asciidoc may not be present. Cope.Eric S. Raymond2011-04-061-5/+7