introduction.html not found\n
There are 8 comments and replies

Comment on This Page

  • mzimbres says:

    Hi, are there specific guidelines for people that do not want to submit a whole library but add functionality to a specific one? For example, I would like to submit an allocator to Boost.Container.

    Thanks,
    Marcelo

    • Robert Ramey says:

      I think the best way to do this is to:

      • go to the repository for the library.
      • clone you’re own private copy.
      • make all the changes you want
        • don’t forget to update documentation and tests!!!!!
        • A library author – like everyone else – is unenthusiastic about doing extra work to raise someone else’s baby.
        • You have to provide proof that’s it’s not going to be extra work for him.
        • He’s much more likely to accept it if all he has to do is pull in your changes in to his development branch, run the tests and verify the documentation.
        • If he doesn’t like your enhancement, he will easily be able back it out. The whole process should take him only a few minutes.
      • send a github “pull” request to the library maintainer.
      • bug the library maintainer on a regular basis to get him to either incorporate the request or explain why he doesn’t want to do it. Don’t forget this step. It’s not really all that fun, but in practice it’s necessary if you want your work to be appreciated.

      The above procedure will work best for you, the library maintainer and Boost. It’s built in to the github system and has worked well in many cases. Good luck with your enhancement and thanks for contributing.

  • Vicente J. Botet Escriba says:

    Is there a way to add issues to the BoostLibraryIncubator as a whole, not page by page?
    If not maybe it is worth adding a page for general remarks.

  • Vicente J. Botet Escriba says:

    Libraries > Listed by Category doesn’t show anything 🙁

  • Vicente J. Botet Escriba says:

    I can not add comments on Libraries > Listed Alphabetically.

    • dvicino says:

      Same as Vicente, I can not add comments on Libraries > Listed Alphabetically.
      BTW, is it possible to make the libraries url friendlier?
      For example proposed "compute" library link is: http://rrsd.com/blincubator.com/bi_library/compute/?gform_post_id=669
      Would it be possible to have something like : http://rrsd.com/blincubator.com/bi_library/compute or http://blincubator.com/lib/compute ?

      • Robert Ramey says:

        I didn't think it was a great idea to add comments to this "index" page.

        I've had trouble with wordpress "permalinks". From time to time I've tried to fix this, but so far no success. I haven't given up though.