Skip to content

Commits

Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Mar 20, 2016

  1. Copy the full SHA
    290334c View commit details
    Browse the repository at this point in the history
  2. AFIO v2: More doxygen fixes.

    Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) committed Mar 20, 2016
    Copy the full SHA
    c824ec4 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2016

  1. AFIO v2: Did a bit of fixup for the doxygen docs, made them usable.

    Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) committed Mar 19, 2016
    Copy the full SHA
    49f3dc7 View commit details
    Browse the repository at this point in the history
  2. AFIO v2: buffers_type is now a C++17 span instead of a std::vector. R…

    …equired surprisingly few source code changes to implement this.
    Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) committed Mar 19, 2016
    Copy the full SHA
    088080d View commit details
    Browse the repository at this point in the history
  3. AFIO v2: Add in append_only hack in async_file_handle.

    Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) committed Mar 19, 2016
    Copy the full SHA
    7dbb878 View commit details
    Browse the repository at this point in the history
  4. AFIO v2: Add in GSL-Lite and make use of span<> to eliminate memory a…

    …llocation in read() and write().
    Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) committed Mar 19, 2016
    Copy the full SHA
    4b39969 View commit details
    Browse the repository at this point in the history
  5. AFIO v2: Finished refactoring async_file_handle to match new refactor.

    Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) committed Mar 19, 2016
    Copy the full SHA
    b696ff5 View commit details
    Browse the repository at this point in the history
  6. AFIO v2: First round of extensive refactoring of handle and file_hand…

    …le into a proper layered hierarchy of cascading implementation. Windows only so far, and whilst it compiles I very much doubt it works. Todo on the async_file_handle.
    Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) committed Mar 19, 2016
    Copy the full SHA
    b35ed5b View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2016

  1. AFIO v2: First compiling implementation of child_process for Windows.…

    … Very unlikely it actually works.
    Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) committed Mar 12, 2016
    Copy the full SHA
    10aced3 View commit details
    Browse the repository at this point in the history
  2. AFIO v2: Broke native_handle_type into own header. Stubbed out a deta…

    …il::child_process class.
    Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) committed Mar 12, 2016
    Copy the full SHA
    d152d32 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2016

  1. Copy the full SHA
    ea10cab View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2016

  1. AFIO v2: Yet more todos

    ned14 committed Feb 11, 2016
    Copy the full SHA
    cd5ca2d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3cfa31d View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2016

  1. Copy the full SHA
    631f8f4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    608cf75 View commit details
    Browse the repository at this point in the history
  3. AFIO v2: Ported to Linux (not hard)

    Niall Douglas committed Feb 7, 2016
    Copy the full SHA
    9876960 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2016

  1. AFIO v2: Now fully functional on POSIX AIO

    Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) committed Feb 6, 2016
    Copy the full SHA
    379b5eb View commit details
    Browse the repository at this point in the history
  2. AFIO v2: Many, many bugs fixed on POSIX. Now up to concurrency:* fail…

    …ing.
    Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) committed Feb 6, 2016
    Copy the full SHA
    0555724 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2016

  1. AFIO v2: First compiling version on POSIX. Hangs when running, but

    this is not surprising.
    Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) committed Feb 5, 2016
    Copy the full SHA
    b12f169 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2016

  1. Copy the full SHA
    2f3c056 View commit details
    Browse the repository at this point in the history
  2. AFIO v2: Theretically first compiling edition on POSIX, except we

    have a compile problem with ODR-instantiation of static constexpr
    objects :(
    Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) committed Feb 2, 2016
    Copy the full SHA
    33c28f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2016

  1. AFIO v2: Made a start on a POSIX edition of storage_profile

    Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) committed Jan 30, 2016
    Copy the full SHA
    963a5f8 View commit details
    Browse the repository at this point in the history
  2. AFIO v2: Yet more POSIX AIO wip

    Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) committed Jan 30, 2016
    Copy the full SHA
    acf272e View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2016

  1. AFIO v2: more wip on POSIX AIO backend

    Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) committed Jan 28, 2016
    Copy the full SHA
    3bdf738 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2016

  1. AFIO v2: more wip

    Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) committed Jan 27, 2016
    Copy the full SHA
    3474567 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2016

  1. AFIO v2: more wip for POSIX AIO

    Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) committed Jan 26, 2016
    Copy the full SHA
    1aaa38b View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2016

  1. AFIO v2: wip POSIX AIO backend

    Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) committed Jan 23, 2016
    Copy the full SHA
    63cc5c4 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2016

  1. AFIO v2: First minor fixes for POSIX support.

    Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) committed Jan 19, 2016
    Copy the full SHA
    2b8ddbb View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2016

  1. fs_probe: Line break description comments in yaml output.

    Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) committed Jan 14, 2016
    Copy the full SHA
    5c67280 View commit details
    Browse the repository at this point in the history
  2. fs_probe: Use the phrase "rewrite" instead of "write" as we are testi…

    …ng non-extent allocating writes. Add additional testing of max_aligned_atomic_rewrite when it exceeds atomic_rewrite_quantum. Preallocate the test file in fs_probe. Results are now very stable and predictable, excellent!
    Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) committed Jan 14, 2016
    Copy the full SHA
    35a5e5f View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2016

  1. Merge branch 'master' of github.com:BoostGSoC/boost.afio

    Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) committed Jan 13, 2016
    Copy the full SHA
    0fdfd02 View commit details
    Browse the repository at this point in the history
  2. fs_probe: Added atomic_write_offset_boundary test.

    Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) committed Jan 13, 2016
    Copy the full SHA
    e779cdb View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2016

  1. Copy the full SHA
    72a3243 View commit details
    Browse the repository at this point in the history
  2. fsprobe: Add more reader threads to atomic write quantum test.

    Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) committed Jan 12, 2016
    Copy the full SHA
    64b8071 View commit details
    Browse the repository at this point in the history
  3. AFIO v2: Add storage controller to storage profile.

    Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) committed Jan 12, 2016
    Copy the full SHA
    533bbbf View commit details
    Browse the repository at this point in the history
Older