summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* include location of error in parse error messages in EvalEnv stringsAlexei Svitkine2011-04-266-8/+62
* don't close null log filesEvan Martin2011-04-251-1/+2
* Close() and unlink() files in ways that make Windows happyPhilip Craig2011-04-231-0/+7
* [windows] disable smart terminal supportSergey Nenakhov2011-04-231-2/+10
* [windows] disable browse tool on Windows for nowSergey Nenakhov2011-04-231-0/+4
* [windows] use local getopt.hSergey Nenakhov2011-04-231-0/+4
* [windows] get processor count using Windows APISergey Nenakhov2011-04-231-0/+4
* [windows] extend hash_map.h for Windows hash_mapSergey Nenakhov2011-04-231-0/+9
* [windows] fix class/struct confusionSergey Nenakhov2011-04-231-1/+1
* [win] check in public-domain getopt implementationEvan Martin2011-04-232-0/+463
* use kMaxPathComponents in proper placeEvan Martin2011-04-231-1/+1
* optimize CanonicalizePathEvan Martin2011-04-232-35/+71
* canonicalize paths on the command-line as they're usedEvan Martin2011-04-221-1/+6
* use util's CanonicalizePath in parsers as wellEvan Martin2011-04-222-14/+17
* handle foo//bar in CanonicalizePathEvan Martin2011-04-222-2/+9
* Merge branch 'term-fix' of https://github.com/SByer/ninjaEvan Martin2011-04-181-3/+5
|\
| * Fix an exception when terminal is narrow or set for unlimited widthScott Byer2011-04-071-3/+5
* | Merge branch 'master' of github.com:martine/ninjaEvan Martin2011-04-158-11/+44
|\ \ | |/
| * Add missing CPP guards.Nicolas Despres2011-03-225-0/+25
| * Prefix error messages with program name.Nicolas Despres2011-03-213-10/+23
| * src/inline.sh: fix typoIWATSUKI Hiroyuki2011-03-141-1/+1
| * inline.sh: BSD / OS X fixesIWATSUKI Hiroyuki2011-03-131-1/+1
* | Remove the declaration of DumpBacktrace.Thiago Farina2011-04-151-5/+0
* | Move CanonicalizePath into util.h so it can be shared by the other modules.Thiago Farina2011-04-156-89/+116
|/
* fix test that relied on pointer valuesEvan Martin2011-03-121-2/+7
* make bad build tests fail earlierEvan Martin2011-03-121-0/+1
* move the implementation of GraphViz to source fileThiago Farina2011-03-073-56/+79
* inline.sh: rewrite for better portabilityEvan Martin2011-03-071-5/+1
* handle variable expansion with upper-case charactersOrestis Agathokleous2011-03-072-1/+14
* use a shell script to inline browse.pyEvan Martin2011-03-073-15/+35
* files that have both implicit and explicit edges should be implicitEvan Martin2011-03-072-11/+27
* canonicalize paths loaded from depfilesEvan Martin2011-03-073-1/+151
* more commentsEvan Martin2011-03-061-0/+2
* move VirtualFileSystem into test.*Evan Martin2011-03-063-36/+49
* move test support into test.*Evan Martin2011-03-064-18/+40
* don't rely on /proc for 'browse' modeEvan Martin2011-03-051-16/+38
* factor browse out into its own fileEvan Martin2011-03-053-31/+81
* chdir into a temp dir before disk testsEvan Martin2011-03-051-0/+5
* limit output width to prevent line-wrappingEvan Martin2011-03-021-0/+12
* linux: simpler way to get number of processorsEvan Martin2011-03-011-10/+3
* print short name of command before dumping command stdout/stderrEvan Martin2011-03-011-6/+15
* drop DumpBacktraceEvan Martin2011-02-281-9/+0
* get the number of CPUs on FreeBSD and OS X via sysctl()Evan Martin2011-02-281-0/+14
* add copyrightsEvan Martin2011-02-0626-1/+363
* create builddir on start; fixes bootstrapEvan Martin2011-02-061-1/+13
* use -f for input file, matching makeEvan Martin2011-02-051-3/+3
* include command name when printing output, add newlineEvan Martin2011-02-051-6/+10
* fancier outputEvan Martin2011-02-052-15/+58
* cleanup phony testingEvan Martin2011-02-053-3/+8
* use builddir for log fileEvan Martin2011-02-041-3/+6