Skip to content
Snippets Groups Projects
  1. Jan 20, 2022
    • ferdymercury's avatar
      Doxygen warnings math io html mc net (#9615) · c3ed4d1f
      ferdymercury authored
      * fix doxygen errors in gui hist and graf
      
      * some more
      
      * missing doxy warnings graf geom
      
      * doxy warnings html io
      
      * fix doxygen warnings in math
      
      * fix warnings in mc and net
      c3ed4d1f
    • Olivier Couet's avatar
      [skip-ci] Fix broken link (#9627) · c6ec505f
      Olivier Couet authored
      * [skip-ci] Fix broken link
      
      * Add missing image
      
      * Add missing image
      c6ec505f
    • Bertrand Bellenot's avatar
      Fix compilation errors with the `/permissive-` compiler flag on Windo… (#9613) · ed5c88e7
      Bertrand Bellenot authored
      
      * Fix compilation errors with the `/permissive-` compiler flag on Windows. Resolves #9607
      
      Fix the following compilation errors when using the `/permissive-` compiler flag:
      ```
        hist\hist\inc\TF1.h(463,1): error C2445: result type of conditional expression is ambiguous: types 'TString' and 'const char [1]' can be converted to multiple common types
            hist\hist\inc\TF1.h(463,1): message : could be 'TString'
            hist\hist\inc\TF1.h(463,1): message : or       'const char *'
      
        hist\hist\src\TH1.cxx(3128,91): error C2445: result type of conditional expression is ambiguous: types 'TString' and 'const char [1]' can be converted to multiple common types
            hist\hist\src\TH1.cxx(3128,91): message : could be 'TString'
            hist\hist\src\TH1.cxx(3128,91): message : or       'const char *'
      
        gui\gui\src\TGFileDialog.cxx(390,53): error C2445: result type of conditional expression is ambiguous: types 'TString' and 'const char [1]' can be converted to multiple common types
            gui\gui\src\TGFileDialog.cxx(390,53): message : could be 'TString'
            gui\gui\src\TGFileDialog.cxx(390,53): message : or       'const char *'
      
        graf2d\win32gdk\src\TGWin32.cxx(2690,47): error C2664: 'void gdk_gc_set_clip_mask(GdkGC *,GdkBitmap *)': cannot convert argument 2 from 'const unsigned long' to 'GdkBitmap *'
        graf2d\win32gdk\src\TGWin32.cxx(3055,44): error C2664: 'void gdk_gc_set_clip_mask(GdkGC *,GdkBitmap *)': cannot convert argument 2 from 'const unsigned long' to 'GdkBitmap *'
      ```
      
      * Update gui/gui/src/TGFileDialog.cxx
      
      Co-authored-by: default avatarPhilippe Canal <pcanal@fnal.gov>
      
      * Update hist/hist/inc/TF1.h
      
      Co-authored-by: default avatarPhilippe Canal <pcanal@fnal.gov>
      
      * Update hist/hist/src/TH1.cxx
      
      Co-authored-by: default avatarPhilippe Canal <pcanal@fnal.gov>
      
      * Code formatting
      
      * Formatting
      
      Co-authored-by: default avatarPhilippe Canal <pcanal@fnal.gov>
      ed5c88e7
  2. Jan 19, 2022
  3. Jan 18, 2022
  4. Jan 17, 2022
    • Aavash Subedi's avatar
      Refactored df001_introduction.py · 1815b3e4
      Aavash Subedi authored
      refactor: changed print statements to use a newer style of string formatting. Back compatible with 2.7.
      1815b3e4
    • Olivier Couet's avatar
      Do not use gif (#9589) · 5ef5d8e8
      Olivier Couet authored
      5ef5d8e8
    • Axel Naumann's avatar
      [physics] Clarify legacy status. · 1b32e042
      Axel Naumann authored
      1b32e042
    • Chris Green's avatar
      Add missing include for strlcpy() · b69bfe07
      Chris Green authored
      b69bfe07
    • Mattias Ellert's avatar
      Fix compilation with gcc 12 · 3bc55ece
      Mattias Ellert authored
      Fixes error: use of deleted function
      
      /builddir/build/BUILD/root-6.24.06/interpreter/llvm/src/lib/Target/NVPTX/NVPTXAsmPrinter.cpp: In member function 'std::string llvm::NVPTXAsmPrinter::getPTXFundamentalTypeStr(llvm::Type*, bool) const':
      /builddir/build/BUILD/root-6.24.06/interpreter/llvm/src/lib/Target/NVPTX/NVPTXAsmPrinter.cpp:1319:10: error: use of deleted function 'std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::basic_string(std::nullptr_t) [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>; std::nullptr_t = std::nullptr_t]'
       1319 |   return nullptr;
            |          ^~~~~~~
      In file included from /usr/include/c++/12/string:53,
                       from /usr/include/c++/12/bits/locale_classes.h:40,
                       from /usr/include/c++/12/bits/ios_base.h:41,
                       from /usr/include/c++/12/streambuf:41,
                       from /usr/include/c++/12/bits/streambuf_iterator.h:35,
                       from /usr/include/c++/12/iterator:66,
                       from /builddir/build/BUILD/root-6.24.06/interpreter/llvm/src/include/llvm/ADT/iterator_range.h:21,
                       from /builddir/build/BUILD/root-6.24.06/interpreter/llvm/src/include/llvm/ADT/SmallVector.h:16,
                       from /builddir/build/BUILD/root-6.24.06/interpreter/llvm/src/include/llvm/ADT/STLExtras.h:20,
                       from /builddir/build/BUILD/root-6.24.06/interpreter/llvm/src/include/llvm/ADT/StringRef.h:12,
                       from /builddir/build/BUILD/root-6.24.06/interpreter/llvm/src/include/llvm/Pass.h:31,
                       from /builddir/build/BUILD/root-6.24.06/interpreter/llvm/src/lib/Target/NVPTX/NVPTX.h:17,
                       from /builddir/build/BUILD/root-6.24.06/interpreter/llvm/src/lib/Target/NVPTX/NVPTXAsmPrinter.h:17,
                       from /builddir/build/BUILD/root-6.24.06/interpreter/llvm/src/lib/Target/NVPTX/NVPTXAsmPrinter.cpp:14:
      /usr/include/c++/12/bits/basic_string.h:732:7: note: declared here
        732 |       basic_string(nullptr_t) = delete;
            |       ^~~~~~~~~~~~
      
      Fix backported from LLVM upstrea https://reviews.llvm.org/D87697
      3bc55ece
    • ikabadzhov's avatar
      [DF] Change the signature of RInterface::Describe (Fix #8893) · e0644d88
      ikabadzhov authored
      A new class DFDescription is introduced.
      It has 2 member strings, corresponding to the brief and the full description.
      It allows more interactive output of these strings.
      
      RInterface::Describe now returns a DFDescription object.
      As brief description is the output from RInterface::DescribeDataset.
      As full description is the remaining code from RInterface::Describe.
      Moreover, RInterface::DescribeDataset is now a private method.
      
      RDFDescription has the following methods:
      * AsString(bool) -> returning brief/full description as a string
      * Print(bool) -> printing the content of AsString(bool)
      * overloaded<< -> returns ostream corresponding to AsString(shortFormat=false)
      * printValue -> returns string corresponding to AsString(shortFomat=false)
      * __repr__ pythonization -> assigning __repr__ to AsString(shortFormat=false)
      
      Tests and Tutorials were adapted correspondingly.
      e0644d88
    • ferdymercury's avatar
      Fix doxygen errors or inconsistencies (#9593) · 71711560
      ferdymercury authored
      * remove doxy warnings
      
      * fix copyname
      
      * fix doxygen warnings tmva
      
      * fix doxy warnings in math
      
      * math tree doxy warnings
      
      * some more warnings
      71711560
  5. Jan 15, 2022
  6. Jan 14, 2022
Loading