aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: add an all-installable target that builds the targets to install.Diego Elio Pettenò2011-04-081-1/+3
* build: don't override CFLAGS in environment.Diego Elio Pettenò2011-04-081-1/+1
* build: allow easy override of GCC_BASEDiego Elio Pettenò2011-04-081-1/+2
* sparse 0.4.3 finialv0.4.3Christopher Li2010-09-021-1/+1
* inspect: Add test-inspect programChristopher Li2010-07-131-3/+14
* Makefile: fix permissions mixup on installDan McGee2010-03-281-7/+12
* Simplify Makefile using static pattern rulesChristopher Li2010-03-281-8/+3
* Sparse 0.4.2Christopher Li2009-10-111-2/+2
* Makefile: suppress error message from pkg-configRamsay Jones2009-07-201-1/+1
* Have Makefile import local.mk if it exists.Samuel Bronson2009-07-181-2/+8
* Clean up Makefile long linesChristopher Li2008-12-281-14/+17
* Makefile automatic header dependencyChristopher Li2008-12-281-77/+21
* Set gcc include path at runtime.Alexey Zaytsev2008-12-181-4/+3
* Gdb macros to get a better look at some sparse data structures.Alexey Zaytsev2008-12-181-9/+11
* Makefile: VERSION=0.4.1Josh Triplett2007-11-131-1/+1
* fix install perms of manpagesMike Frysinger2007-09-191-1/+1
* Makefile: VERSION=0.4Josh Triplett2007-09-151-1/+1
* Add a manpage for cgccJosh Triplett2007-09-151-1/+1
* Makefile: Use ?= to allow overriding OS or AR on the Make command lineJosh Triplett2007-09-151-2/+2
* Use -fno-strict-aliasing, as the ptrlist code seems to violate C99 strict ali...Josh Triplett2007-09-061-1/+1
* Install the Sparse manpageJosh Triplett2007-08-311-0/+7
* libxml compile fix on CygwinKovarththanan Rajaratnam2007-08-091-1/+1
* Makefile: improve flag handlingMike Frysinger2007-08-041-4/+5
* Drop -fpic; it hurts performance and we don't build libsparse.so by defaultJosh Triplett2007-07-301-1/+7
* Add some missing dependencies in the MakefileJosh Triplett2007-07-301-0/+2
* Makefile: Use -O2 -finline-functions, not just -OJosh Triplett2007-07-291-1/+1
* Makefile: stop cleaning files we didn't make and have no business cleaningJosh Triplett2007-07-221-1/+1
* Fix test-suite to handle stdout and stderr separately, and fix up testsJosh Triplett2007-07-221-2/+7
* Split c2xml build rule into compile and link stages, and add the quiet prefixesJosh Triplett2007-07-141-5/+5
* add c2xml programRob Taylor2007-07-131-0/+15
* Make clean depend on clean-checkJosh Triplett2007-07-081-1/+1
* test-suite: a tiny test automation scriptDamien Lespiau2007-07-081-0/+7
* Makefile prettyprinting: make INSTALL and other output line up correctlyJosh Triplett2007-06-011-4/+4
* Change "LD" to "LINK" in Makefile prettyprinting.Josh Triplett2007-06-011-14/+14
* Remove extra space.Josh Triplett2007-05-221-1/+1
* Beautify all & install Makefile targetsDamien Lespiau2007-05-221-27/+43
* Add a "make dist" that requires $(VERSION) to match `git describe`Josh Triplett2007-05-011-0/+7
* Remove old version note.Josh Triplett2007-05-011-3/+0
* Fix the version numberJosh Triplett2007-05-011-1/+1
* Move pkg-config file to lib, rather than shareJosh Triplett2007-02-271-1/+1
* Sparse-based Ctags implementationChristopher Li2007-01-161-1/+6
* Remove old SCCS target from Makefile.Josh Triplett2006-12-051-2/+0
* Generate and install a pkg-config file. Add DESTDIR support to Makefile.Josh Triplett2006-12-051-10/+19
* Install static library and header filesJosh Triplett2006-12-051-20/+17
* Rename "check.c" to "sparse.c" to match program name; update .gitignoreJosh Triplett2006-12-041-2/+2
* Stop building and installing libsparse.soJosh Triplett2006-11-061-3/+3
* Install cgcc on "make install", refactor installation codePavel Roskin2006-11-061-2/+5
* Compile sparse executable under it's own name, not as "check"Pavel Roskin2006-11-061-8/+3
* [PATCH] Add backend to graph basic blocksJosh Triplett2006-08-291-1/+5
* [PATCH] Use $(BINDIR) consistently in Makefile rather than $(PREFIX)/binJosh Triplett2006-08-291-3/+3