An error occurred fetching the project authors.
  1. 02 Nov, 2011 1 commit
  2. 14 Oct, 2011 1 commit
  3. 15 Sep, 2011 1 commit
  4. 02 Sep, 2011 1 commit
  5. 30 Aug, 2011 1 commit
    • Robert Griesemer's avatar
      godoc: support for reading/writing (splitted) index files. · d01ee38f
      Robert Griesemer authored
      This CL implements a new godoc feature to save the search
      index on disk. Use -write_index to create the search
      index file named with -index_files. Use -index_files to
      provide a glob pattern specifying index file(s) when
      starting godoc; in this case the run-time indexer is not
      run.
      
      Known issues:
      - saving/restoring full text index is not yet supported
      - the list of flags and overall usage logic could use a
        cleanup
      
      R=rsc, dsymonds
      CC=golang-dev
      https://golang.org/cl/4974045
      d01ee38f
  6. 20 Aug, 2011 1 commit
    • Robert Griesemer's avatar
      godoc: remove uses of container/vector · 72ddc876
      Robert Griesemer authored
      In the process, rewrite index.go to use slices instead
      of vectors, rewrite for-loops into range loops, and
      generally simplify code (this code was written before
      the launch of go and showed its age).
      
      Also, fix a wrong import in appinit.go.
      
      No significant performance changes (improvements);
      most of time is spent elsewhere (measured on an stand-
      alone MacBook Pro with SSD disk, running standard
      godoc settings: godoc -v -http=:7777 -index).
      
      R=golang-dev, dsymonds
      CC=golang-dev
      https://golang.org/cl/4875056
      72ddc876
  7. 27 Jul, 2011 1 commit