1. 12 May, 2015 2 commits
  2. 11 May, 2015 5 commits
  3. 10 May, 2015 5 commits
  4. 09 May, 2015 4 commits
  5. 08 May, 2015 1 commit
  6. 07 May, 2015 2 commits
    • Dominik Charousset's avatar
      Merge pull request #285 from actor-framework/topic/enhance-extract-opts · eacae4a5
      Dominik Charousset authored
      Make message::extract_opts more flexible
      eacae4a5
    • Matthias Vallentin's avatar
      Make message::extract_opts more flexible · 29bbac83
      Matthias Vallentin authored
      This function message::extract_opts no longer prints help text and errors
      to the console. These remain available in the result struct as members,
      however.
      
      Moreover, this commit also fixes a bug when users specified their own -h
      or -? option, but not --help. In this case extract_opts would override
      it with the default help arg. This no longer happens.
      
      Another extension concerns handling of values for single options: it is
      now possible to omit the space between a value and the single option,
      e.g., -v2 is equivalent to -v 2.
      29bbac83
  7. 04 May, 2015 1 commit
  8. 02 May, 2015 3 commits
  9. 29 Apr, 2015 1 commit
  10. 25 Apr, 2015 2 commits
  11. 23 Apr, 2015 3 commits
  12. 22 Apr, 2015 5 commits
  13. 20 Apr, 2015 2 commits
    • Dominik Charousset's avatar
    • Pavel Kretov's avatar
      Minor build system bugfixes · afb2b5e7
      Pavel Kretov authored
      - Add '--no-summary' option to ./configure script to disable printing the table
        with library configuration information at CMake pass.
      
      - Make all CMake variables holding build options have consistent names by adding
        prefix CAF_ where it is missing.
      
      - Remove extra "Enter subdirectory" messages which were useful for debugging at
        the early development stage.
      afb2b5e7
  14. 14 Apr, 2015 1 commit
  15. 13 Apr, 2015 3 commits