dep/internal/gps
Jordan Krage 8969bdf1e1 gps: ProjectIdentifier: drop errString()method in favor of implicit String() calls 2017-08-30 15:03:33 -05:00
..
_testdata Merge pull request #959 from karrick/master 2017-08-17 01:35:49 -04:00
paths move paths to gps/paths; remove FlattenOmitStdLib 2017-05-19 07:33:25 -05:00
pkgtree removed constant no longer being used 2017-08-15 09:57:13 -04:00
testdata_digest test scaffolding dirs and files have meaningful names 2017-08-07 17:11:24 -04:00
bridge.go Clarify use of atomic in bridge.breakLock() 2017-08-11 13:50:18 -04:00
cmd.go gps: cmd: add command args to monitoredCmd errors 2017-08-30 11:15:28 -05:00
cmd_test.go make combinedOutput actually output both stdout and stderr 2017-07-26 20:46:51 +02:00
cmd_unix.go Fix race conditions, make tests pass 2017-07-21 10:14:52 -04:00
cmd_windows.go Update sig of killProcess() for windows 2017-07-21 10:53:21 -04:00
constraint_test.go Remove some old TODOs that no longer apply 2017-07-26 16:26:57 -04:00
constraints.go consolidate ProjectIndentifier sorts 2017-08-18 07:06:34 -05:00
deduce.go spelling 2017-05-25 08:12:56 -05:00
deduce_test.go gps tests: dry and cleanup; remove unused code 2017-05-22 07:02:54 -05:00
discovery.go gps: move gps to internal/gps 2017-05-10 14:15:27 +10:00
example.go gps: source cache: adding close() method to singleSourceCache, sourceGateway, and sourceCoordinator 2017-08-28 22:31:49 -05:00
filesystem_test.go gps: move gps to internal/gps 2017-05-10 14:15:27 +10:00
hash.go add new ProjectAnalyzerInfo type to return from ProjectAnalyzer.Info 2017-06-14 18:31:47 -05:00
hash_test.go internal/gps: ensure packages are deducible before attempting to solve 2017-07-17 01:28:25 +03:00
identifier.go gps: ProjectIdentifier: drop errString()method in favor of implicit String() calls 2017-08-30 15:03:33 -05:00
lock.go gps: ProjectIdentifier: drop errString()method in favor of implicit String() calls 2017-08-30 15:03:33 -05:00
lock_test.go consolidate ProjectIndentifier sorts 2017-08-18 07:06:34 -05:00
lockdiff.go consolidate ProjectIndentifier sorts 2017-08-18 07:06:34 -05:00
lockdiff_test.go gps: move gps to internal/gps 2017-05-10 14:15:27 +10:00
manager_test.go gps: ProjectIdentifier: drop errString()method in favor of implicit String() calls 2017-08-30 15:03:33 -05:00
manifest.go Fixes #429. Removed Manifest.TestDependencyConstraints() and all usage. 2017-06-19 07:02:41 -04:00
manifest_test.go Fixes #429. Removed Manifest.TestDependencyConstraints() and all usage. 2017-06-19 07:02:41 -04:00
maybe_source.go gps: source cache: interface tweaks and implementation optimizations 2017-08-17 07:51:26 -05:00
metrics.go gps: move gps to internal/gps 2017-05-10 14:15:27 +10:00
result.go Merge pull request #1043 from jmank88/verbose_counts 2017-08-30 12:11:13 -04:00
result_test.go gps: source cache: adding close() method to singleSourceCache, sourceGateway, and sourceCoordinator 2017-08-28 22:31:49 -05:00
rootdata.go Removed stale comments. 2017-06-23 07:07:17 -04:00
rootdata_test.go de-globalize mkBridge function var 2017-05-25 08:54:58 -05:00
satisfy.go gps: move gps to internal/gps 2017-05-10 14:15:27 +10:00
selection.go Use pointer to versionUnifier in solver 2017-06-05 22:36:29 -04:00
selection_test.go gps: move gps to internal/gps 2017-05-10 14:15:27 +10:00
solve_basic_test.go gps: ProjectIdentifier: drop errString()method in favor of implicit String() calls 2017-08-30 15:03:33 -05:00
solve_bimodal_test.go gps: ProjectIdentifier: drop errString()method in favor of implicit String() calls 2017-08-30 15:03:33 -05:00
solve_failures.go gps: ProjectIdentifier: drop errString()method in favor of implicit String() calls 2017-08-30 15:03:33 -05:00
solve_test.go gps: source cache: adding close() method to singleSourceCache, sourceGateway, and sourceCoordinator 2017-08-28 22:31:49 -05:00
solver.go gps: ProjectIdentifier: drop errString()method in favor of implicit String() calls 2017-08-30 15:03:33 -05:00
solver_inputs_test.go gps: source cache: adding close() method to singleSourceCache, sourceGateway, and sourceCoordinator 2017-08-28 22:31:49 -05:00
source.go Merge branch 'master' into source_cache_close 2017-08-29 05:55:45 -05:00
source_cache.go gps: source cache: adding close() method to singleSourceCache, sourceGateway, and sourceCoordinator 2017-08-28 22:31:49 -05:00
source_cache_test.go gps: source cache: interface tweaks and implementation optimizations 2017-08-17 07:51:26 -05:00
source_errors.go gps: move gps to internal/gps 2017-05-10 14:15:27 +10:00
source_manager.go gps: source cache: adding close() method to singleSourceCache, sourceGateway, and sourceCoordinator 2017-08-28 22:31:49 -05:00
source_manager_test.go gps: source cache: adding close() method to singleSourceCache, sourceGateway, and sourceCoordinator 2017-08-28 22:31:49 -05:00
source_test.go Merge branch 'master' into source_cache_close 2017-08-29 05:55:45 -05:00
strip_vendor.go drop support for go1.7 2017-08-18 14:42:32 -05:00
strip_vendor_nonwindows_test.go Fix all gofmt lint errors 2017-05-11 08:18:30 -07:00
strip_vendor_test.go Fix all gofmt lint errors 2017-05-11 08:18:30 -07:00
strip_vendor_windows.go drop support for go1.7 2017-08-18 14:42:32 -05:00
strip_vendor_windows_test.go Fix all gofmt lint errors 2017-05-11 08:18:30 -07:00
trace.go gps: ProjectIdentifier: drop errString()method in favor of implicit String() calls 2017-08-30 15:03:33 -05:00
typed_radix.go internal/gps: remove unused code 2017-05-16 21:35:01 +10:00
typed_radix_test.go gps: move gps to internal/gps 2017-05-10 14:15:27 +10:00
vcs_repo.go Use expensive timeout for git checkout 2017-08-04 22:49:29 -04:00
vcs_repo_test.go change tmepdir name for TestNewCtxRepoHappyPath 2017-05-26 13:34:46 -04:00
vcs_source.go Handle bazaar revisions by talking to the actual repo 2017-08-28 11:03:51 -04:00
vcs_source_test.go drop support for go1.7 2017-08-18 14:42:32 -05:00
vcs_version.go sp and lowercase import 2017-07-18 21:33:50 -05:00
vcs_version_test.go sp and lowercase import 2017-07-18 21:33:50 -05:00
version.go rename 'equals' method to 'identical'; better comment 2017-07-19 08:30:05 -05:00
version_queue.go gps: move gps to internal/gps 2017-05-10 14:15:27 +10:00
version_queue_test.go rename UnpairedVersion.Is() to Pair() 2017-06-14 09:44:59 -05:00
version_test.go rename UnpairedVersion.Is() to Pair() 2017-06-14 09:44:59 -05:00
version_unifier.go fix extra pointers 2017-07-19 16:16:29 -05:00
version_unifier_test.go rename UnpairedVersion.Is() to Pair() 2017-06-14 09:44:59 -05:00