Imported Upstream version 1.9.0
[platform/upstream/ninja.git] / src / util.cc
2019-12-05 Hyunjee KimImported Upstream version 1.9.0 72/219472/1 upstream/1.9.0
2019-07-02 Hyunjee KimImported Upstream version 1.8.0
2016-04-27 Nico Weberv1.7.0 upstream/1.7.0 v1.7.0
2016-02-05 Nico WeberMerge pull request #1106 from nico/winfix
2016-02-03 Nico WeberMerge pull request #1033 from colincross/failed
2016-02-03 Nico WeberMerge pull request #1060 from bradking/deduplicate...
2016-02-03 Nico WeberMerge pull request #1099 from bradking/fix-perftest...
2016-02-02 Nico WeberMerge pull request #1076 from colincross/canonicalize
2015-12-29 Nico WeberMerge pull request #1073 from ninja-build/manual-font
2015-12-29 Nico WeberMerge pull request #1074 from ninja-build/manual-command
2015-12-16 Colin CrossCanonicalize "." to "."
2015-12-06 Evan MartinMerge pull request #1042 from avallee/master
2015-11-12 Nico WeberMerge pull request #1047 from pykello/master
2015-11-12 Nico WeberMerge pull request #1046 from zed0/master
2015-11-12 Evan MartinMerge pull request #1007 from mikesep/aix
2015-11-12 Nico WeberMerge pull request #763 from drbo/master
2015-08-19 Mike SeplowitzImplement GetLoadAverage on AIX using libperfstat
2015-06-29 Nico Weberv1.6.0 v1.6.0
2015-04-19 Nico WeberMerge pull request #958 from rui314/master
2015-04-17 Rui UeyamaRun more than 34 processes on Win32 if we have 32+...
2014-12-04 Nico WeberMerge pull request #703 from ovinn/master
2014-12-04 Nico WeberMerge pull request #835 from rainlabs-eu/fix-cygwin...
2014-12-04 Nico WeberMerge pull request #809 from andrey-malets/doc-for...
2014-11-24 Nico Weberv1.5.3 v1.5.3
2014-11-23 Evan MartinMerge pull request #772 from drbo/syntax_bugfix
2014-11-18 Evan MartinMerge pull request #813 from cdlm/emacs-mode-require...
2014-11-18 Evan MartinMerge pull request #836 from nocnokneo/patch-1
2014-11-14 Nico WeberMerge pull request #842 from nico/solaris
2014-11-14 Nico WeberMerge pull request #851 from nico/cleanup
2014-11-12 Nico WeberMerge pull request #850 from sgraham/ocd
2014-11-12 Nico WeberMerge pull request #849 from sgraham/set-err-canon...
2014-11-12 Scott Grahamwhitespace/comment/wrap fixes, no intended functionalit...
2014-11-12 Scott Grahamset *err when too many components in CanonicalizePath
2014-11-12 Nico WeberMerge pull request #848 from sgraham/canon-maintain
2014-11-12 Scott Grahamproperly guard against slash_bits overflow
2014-11-11 Scott Grahamfix not respecting length
2014-11-10 Scott Grahamfix CanonicalizePath going past StringPiece length...
2014-11-10 Scott Grahaminitialize slash_bits on non-win
2014-11-09 Scott Grahamnon-win compilation
2014-11-09 Scott Grahamfix order of args to CanonicalizePath
2014-11-09 Scott Grahamremove CanonicalizePath overloads, test for toplevel...
2014-11-08 Scott Grahamfix multiple sequential slashes
2014-11-08 Scott Grahamtrack back->forward conversions in a bitmask
2014-11-03 Nico WeberMerge pull request #822 from tzik/throttle
2014-11-01 Nico WeberMerge pull request #825 from Rapptz/master
2014-10-31 Nico WeberMerge pull request #841 from sgraham/strchr
2014-10-30 Scott GrahamUse strchr in \ conversion in CanonicalizePath on Windows
2014-10-30 Nico WeberMerge pull request #840 from sgraham/canon-win-squashed
2014-10-30 Scott GrahamCanonicalizePath handles \ on Windows
2014-10-25 kwesolowskiFixed cygwin compatibility (issue #806)
2014-07-27 Nico WeberMerge pull request #798 from kwesolowski/master
2014-07-26 kwesolowskiChanged implementation to provide load from 0 to Proces...
2014-07-26 kwesolowskiFixed naming convention in GetLoadAverage support funct...
2014-07-25 kwesolowskiImproved load calculation
2014-07-25 kwesolowskiFixes for windows CalculateProcessorLoad
2014-07-25 kwesolowskiPrepared load (-l N) support for windows.
2014-06-29 Nico WeberMerge pull request #755 from zmodem/working_dir_vs_msvc...
2014-06-27 Nico Weberv1.5.0 v1.5.0
2014-05-31 Demetri ObenourMerge remote-tracking branch 'upstream/master'
2014-05-30 Nico WeberMerge pull request #769 from nico/plus
2014-05-30 Nico WeberAllow + in filenames without escaping
2014-04-07 Nico WeberMerge pull request #699 from mostynb/avoid_useless_mkdi...
2014-01-09 Nico WeberMerge pull request #702 from nickhutchinson/feature...
2014-01-08 Nicholas HutchinsonDon’t unnecessarily escape backslashes in Win32 paths
2014-01-07 Nico WeberMerge pull request #697 from nico/gclogs
2014-01-06 Nico WeberMerge pull request #690 from nickhutchinson/feature...
2014-01-06 Nicholas HutchinsonMore robust escaping of $in, $out paths
2013-09-12 Evan Martinv1.4.0 master v1.4.0
2013-09-02 Evan MartinMerge pull request #647 from bmeurer/SimplifyGetProcess...
2013-09-01 Benedikt MeurerSimplify implementation of GetProcessorCount().
2013-06-04 Evan Martinv1.3.4 v1.3.4
2013-05-24 Nico WeberMerge pull request #585 from nico/fixcrash
2013-05-24 Nico WeberDon't use va_start() with reference parameters, it...
2013-05-16 Evan MartinMerge branch 'master' into release
2013-05-01 Evan MartinMerge pull request #565 from mdempsky/master
2013-05-01 Nico WeberMerge pull request #566 from nico/tweak
2013-05-01 Nico Weberminor formatting change
2013-05-01 Nico WeberMerge pull request #563 from nico/recompact-deps
2013-04-30 Evan MartinMerge pull request #562 from TheOneRing/fixed-include
2013-04-30 Patrick von Rethadded missing windows include
2013-04-29 Nico WeberMerge pull request #559 from nico/9_9
2013-04-29 Nico WeberFix Windows build more.
2013-04-29 Evan MartinMerge pull request #558 from nico/buildfix
2013-04-29 Nico WeberIntroduce a Truncate() function that works on POSIX...
2013-04-05 Evan Martinversion 1.2.0
2013-02-09 Evan MartinMerge pull request #498 from pck/cygwin
2013-02-09 Paul Kunyschutil.cc: Reusing windows workaround for cygwin.
2012-12-29 Pino Toscanofix build on non-Linux glibc systems
2012-12-29 Evan Martinversion 1.1.0 v1.1.0
2012-12-29 Evan MartinMerge pull request #455 from azuk/master
2012-12-13 Evan MartinMerge pull request #461 from riannucci/global_section
2012-11-12 Evan MartinMerge pull request #459 from maximuska/proposed/refacto...
2012-11-12 Evan MartinMerge pull request #443 from tfarina/disk-interface...
2012-11-12 Evan MartinMerge pull request #454 from nico/tweak
2012-11-09 Evan MartinMerge pull request #458 from rgeary1/minor
2012-11-09 Richard GearyImproved error message with more information
2012-09-13 Evan Martinversion 1.0.0 v1.0.0
2012-09-07 Alex Caudilladd GetProcessorCount() implementation for Solaris
2012-08-17 Evan MartinMerge pull request #401 from syntheticpp/win-network...
2012-08-17 Peter Kuemmelon windows a network path starts with two backslashes
next