Git Product home page Git Product logo

Comments (4)

klemens-morgenstern avatar klemens-morgenstern commented on June 18, 2024

Status update

Reworking the whole MPL stuff with Hana took a bit more time than expected, though I have to say: hana is awesome.

I think the basic structure is now alright, though it'll take a lot of time, to now implement the actual initializers.

Currently you can launch a process from a string and handle the error (throw, assign, ignore). Throw on default.

I decided to remove the self-pipe feature, since it overcomplicates the child for a small convenience.

If someone is interested you might look at the following files (and yes, it's till messy)

  • test/run_exe.cpp
  • include/boost/process/execute.hpp
  • include/boost/process/windows/executor.hpp
  • include/boost/process/cmd.hpp
  • include/boost/process/error.hpp

from boost-process.

klemens-morgenstern avatar klemens-morgenstern commented on June 18, 2024

Status update

Sync I/O works as far as the bind__ and the close__ tests are concerned. The async-io stuff is not yet in, but hopefully follow soon.

from boost-process.

klemens-morgenstern avatar klemens-morgenstern commented on June 18, 2024

Status update

I have basically every feature I'd like to have in boost.process somewhat working on windows.

The next steps will be:

  1. Major Cleanup (yeah, don't look at the code as of yet...it's a mess..)
  2. Documentation
  3. Starting on the Posix-Version
  4. Annoying everybody on the boost mailing lists and not only @BorisSchaeling
  5. Implement error handling
  6. Test like crazy...

I might also as a part of Step 1 remove the usage on hana and implement the meta-stuff myself and thereby downgrade the whole thing to C++11 (Though I promise nothing!).. That is because Hana is not widely supported and it's style bloats the binaries incredibely.

from boost-process.

klemens-morgenstern avatar klemens-morgenstern commented on June 18, 2024

Ok, it's in alpha now, so the design is finished. Please see the doc if you're interested: http://klemens-morgenstern.github.io/process/

from boost-process.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.