Skip to content
Snippets Groups Projects
Select Git revision
  • feature/SKR
  • master default protected
  • censuseval
  • exp/labcolours
  • feature/disconflow
  • exp/multires-sgm
  • chromatest
  • bug/feedrecord
  • feature/375/fullres-fstream
  • feature/poses
  • feature/stereocalib
  • feature/gui2-pch
  • feature/gui2-nanogui-mitsuba
  • feature/use-new-frame
  • feature/depth-touch
  • feature/use10bit
  • bug/optflow-disparity
  • feature/websocket-pose
  • exp/candidatemask
  • feature/sgm-experimental
  • v0.0.6
  • v0.0.5
  • v0.0.4
  • v0.0.3
  • v0.0.2
  • v0.0.1
26 results

src

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Jacek Centkowski authored
    Introduce a `numberOfPackFilesAfterBitmap` that contains the number of
    packfiles created since the latest bitmap generation.
    
    Notes:
    * the `repo.getObjectDatabase().getPacks()` that obtains the list of
      packs (in the existing `getStatistics` function) uses
      `PackDirectory.scanPacks` that boils down to call
      `PackDirectory.scanPacksImpl` which is sorting packs prior returning
      them therefore the `numberOfPackFilesAfterBitmap` is just all packs
      before the one that has bitmap attached
    * the improved version of `packAndPrune` function (one that skips
      non-existent packfiles) was introduced for testing
    
    Change-Id: I608011462f104fc002ac527aa405f492a8a4b0c2
    93ede18f
    History
    user avatar 93ede18f
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Name Last commit Last update
    ..