1. Dec 13, 2023
  2. Oct 26, 2023
    • Ezra Chung's avatar
      CXX-2762 Ensure ABI namespace is included in API documentation (#1039) · 2e00223a
      Ezra Chung authored
      * Replace use of inline namespace macros with v_noabi
      
      * Document top-level and v_noabi namespaces in prelude headers
      
      * Update input paths and files to Doxygen
      
      * Address warnings for undocumented entities
      
      * Remove unused relates documentation for friend declarations
      
      * Address undocumented parameter warnings
      
      * Address ambiguous reference warnings for friend eclarations
      
      * Address warnings for documentation of unnamed parameters
      
      * Use @copydoc instead of group to document parameters
      
      * Add missing generated macros to Doxygen config
      
      * Ensures stdx entities are also documented
      
      * Exclude detail namespace from Doxygen documentation
      2e00223a
  3. Jan 30, 2019
  4. Sep 20, 2018
  5. Mar 28, 2018
  6. Mar 17, 2018
  7. Oct 07, 2016
    • David Golden's avatar
      CXX-1049 Rename private headers to .hh and exclude them · d57f5de9
      David Golden authored
      The prior approach to selecting headers was to include all headers, then
      exclude ones matching a regex pattern.  This was too greedy, matching parent
      directories as well.
      
      The new approach renames all private headers to .hh, which are excluded
      from the list of headers to install.
      d57f5de9
  8. Aug 12, 2016
  9. Feb 13, 2015
  10. Feb 10, 2015
  11. Feb 06, 2015
  12. Feb 05, 2015
  13. Jan 30, 2015