User Details
User Details
- User Since
- Apr 11 2018, 11:57 AM (343 w, 4 d)
- Roles
- Disabled
Oct 3 2019
Oct 3 2019
Jul 25 2019
Jul 25 2019
• ewillegger added a comment to R20:b7a846410de4: Moving CSVReader and CSVWriter implementation to master branch. Resolved….
I changed the names of the local variables in commit 77afb5d8c6d2.
Jun 27 2019
Jun 27 2019
• ewillegger accepted R20:a6ee3f99d87a: Extend documentation on rosa::csv::CSVTupleWriter::writeHeader().
Thanks for your imporvments.
Jun 11 2019
Jun 11 2019
• ewillegger added 1 auditor(s) for R20:4786127e1cbd: Merge branch 'CSVFiles' of ssh://phabricator.ict.tuwien.ac.: • juhasz.
Now I should have addressed all your issues. It is now only possible to write one header line before data into the csv file.
Jun 10 2019
Jun 10 2019
Jun 9 2019
Jun 9 2019
Jun 3 2019
Jun 3 2019
Jun 2 2019
Jun 2 2019
May 30 2019
May 30 2019
May 23 2019
May 23 2019
May 5 2019
May 5 2019
• ewillegger added a comment to R20:fb3a26551f89: Implement tuple values in the deluxe interface.
template <typename... Ts> template <size_t... S0> void DeluxeTuple<Ts...>::dump(std::ostream &OS, Seq<S0...>) const noexcept { STATIC_ASSERT(sizeof...(S0) == sizeof...(Ts), "inconsistent type arguments"); OS << "{"; (OS << ... << (" " + std::to_string(std::get<S0>(*this)))); OS << " }"; }
Will this also work if the type of S0 is already std::string??
May 4 2019
May 4 2019
• ewillegger added a comment to R20:e57ba5362306: Added possilbe delimeters set by user for CSVReader.
Resolved issues of code review.
May 2 2019
May 2 2019
May 1 2019
May 1 2019
Apr 25 2019
Apr 25 2019
Jan 6 2019
Jan 6 2019
Dec 21 2018
Dec 21 2018
Dec 13 2018
Dec 13 2018
Oct 31 2018
Oct 31 2018
Sep 3 2018
Sep 3 2018