Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • python-codegen
  • 6.x protected
  • llvm-15
  • julia-6.4.0
  • julia
  • julia-meson
  • 5.x protected
  • julia-6.3.0
  • 4.6 protected
  • uop
  • rework_pac
  • aux_vars_fix
  • julia-6.2.0
  • created_preprocessor_repo
15 results

DataTree.cc

  • Sébastien Villemot's avatar
    93054cf6
    Various filesystem refactorings · 93054cf6
    Sébastien Villemot authored
    – DataTree::packageDir() now takes a std::string_view, returns a
      std::filesystem::path, and no longer creates that directory
    – DataTree::writeToFileIfModified() now takes a std::filesystem::path as
      argument
    – Do not call DataTree::writeToFileIfModified() for generating MATLAB/Octave
      files, since it does not work (the directory inside which the file is written
      has been deleted by the preprocessor just before)
    – Consistently use DataTree::packageDir() everywhere (for compatibility with
      planner_objective)
    93054cf6
    History
    Various filesystem refactorings
    Sébastien Villemot authored
    – DataTree::packageDir() now takes a std::string_view, returns a
      std::filesystem::path, and no longer creates that directory
    – DataTree::writeToFileIfModified() now takes a std::filesystem::path as
      argument
    – Do not call DataTree::writeToFileIfModified() for generating MATLAB/Octave
      files, since it does not work (the directory inside which the file is written
      has been deleted by the preprocessor just before)
    – Consistently use DataTree::packageDir() everywhere (for compatibility with
      planner_objective)