summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* portability: Add Holger Weiß's improved snprintf replacementJoel Rosdahl2010-11-221-1/+1
* Move lists of compiler options' semantics into a separate compopt.c fileJoel Rosdahl2010-09-011-1/+1
* Extract knowledge about languages and extensions into a separate fileJoel Rosdahl2010-08-291-1/+1
* Don't remove version.c when cleaning a release buildJoel Rosdahl2010-08-051-1/+2
* Make reading and writing of statistics counters forward-compatibleJoel Rosdahl2010-08-041-1/+2
* make: Remove left-over rules already moved to dev.mk.inJoel Rosdahl2010-08-021-5/+0
* Implement file locking primitivesJoel Rosdahl2010-08-011-1/+1
* testfw: Add some utility functionsJoel Rosdahl2010-08-011-1/+1
* Let configure figure out which test suites to includeJoel Rosdahl2010-07-171-2/+1
* Portability: Don't use make variable $^Joel Rosdahl2010-07-171-3/+3
* Link test/main with local zlib if neededJoel Rosdahl2010-07-161-5/+16
* Portability: Don't use the $(var:%=%) constructionJoel Rosdahl2010-07-161-5/+5
* Fix creation of test/suites.h in out-of-source buildsJoel Rosdahl2010-07-161-4/+5
* Fix out-of-source builds by adding -I$(srcdir)Joel Rosdahl2010-07-161-1/+1
* Let installcheck run unit tests as wellJoel Rosdahl2010-07-161-2/+3
* Regenerate test/suites.h on Makefile updatesJoel Rosdahl2010-07-161-2/+2
* Add framework for tests written in CJoel Rosdahl2010-07-161-11/+24
* Split the main function into a separate compilation unitJoel Rosdahl2010-07-151-1/+1
* Add exit functions functionalityJoel Rosdahl2010-07-141-1/+1
* Move make rule for ccache.1 to dev.mk.inJoel Rosdahl2010-06-191-3/+0
* Remove obsolete rules already moved to dev.mk.inJoel Rosdahl2010-06-191-6/+0
* Include git revision info in version numberJoel Rosdahl2010-06-091-2/+2
* Don't strip the ccache binary when installingJoel Rosdahl2010-05-161-1/+1
* Improve performance measurement scriptJoel Rosdahl2010-05-021-3/+3
* Convert all documentation files to AsciiDoc and rename ccache.txt to manual.txtJoel Rosdahl2010-04-281-16/+11
* Pass $(CXX) to perf.sh from the makefileJoel Rosdahl2010-04-281-1/+1
* Refactoring: move hash_*_ignoring_comments to hash_include_file_* in testutilJoel Rosdahl2010-04-251-2/+2
* Convert NEWS to asciidoc formatJoel Rosdahl2010-04-241-1/+4
* Create nicer HTML page of the manualJoel Rosdahl2010-04-221-1/+1
* Add rule for generating an HTML man pageJoel Rosdahl2010-04-221-0/+3
* Convert man page from yodl to asciidoc formatJoel Rosdahl2010-04-221-2/+9
* Remove superfluous dependencies from test/perf targetsJoel Rosdahl2010-03-031-2/+2
* Remove unused CC variable from perf.sh command lineJoel Rosdahl2010-03-031-1/+1
* Add perf targetKovarththanan Rajaratnam2010-03-021-0/+4
* Portability: Define explicit compilation rule to pick up CPPFLAGS on HP-UXJoel Rosdahl2010-02-281-0/+3
* Only clean non-dev stuff in Makefile's clean targetJoel Rosdahl2010-02-261-2/+3
* Portability: don't require GNU makeJoel Rosdahl2010-02-261-49/+4
* Bundle (a subset of) zlib 1.2.3 for portabilityJoel Rosdahl2010-02-251-6/+7
* Use our own getopt_longJoel Rosdahl2010-02-171-2/+2
* Extracted common dist archive build commands into a variableJoel Rosdahl2010-02-151-9/+7
* Don't treat missing ccache.1 as an error when installingJoel Rosdahl2010-02-151-1/+1
* Remove references to the web directoryJoel Rosdahl2010-02-141-5/+2
* Use $(MAKE) to invoke submakesJoel Rosdahl2010-02-141-2/+2
* Add some simple README and INSTALL filesJoel Rosdahl2010-02-121-1/+1
* Include NEWS in the dist archiveJoel Rosdahl2010-01-061-1/+1
* Fix flymake-mode support againJoel Rosdahl2010-01-061-1/+1
* Put dependency files in a subdirectoryJoel Rosdahl2010-01-051-4/+4
* Add .PHONY target declarationsJoel Rosdahl2010-01-051-0/+11
* Add distcheck make targetJoel Rosdahl2010-01-051-0/+11
* Make build in separate build directory work againJoel Rosdahl2010-01-051-3/+4