summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ArgVector.cpp
Commit message (Collapse)AuthorAge
* Fix clang -std=c++17 buildBernard Normier2019-10-29
| | | | Note: still building Ice C++11 with -std=c++11.
* Enable -Wconversion with clang - Close #363Jose2019-06-21
|
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Extra C++ warning flags with clang and g++.Bernard Normier2018-10-26
| | | | Fixes 223.
* Update copyright year to 2018Jose2018-02-14
|
* Moved ArgVector to IceInternalBernard Normier2017-03-28
|
* ICE-7707 Improved handling of argc/argv argumentsBernard Normier2017-03-28
| | | | Added configFile overload to Ice::initialize and CommunicatorHolder in C++
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|
* Moved some cpp files from IceUtil to IceBernard Normier2016-05-13
Fixed UWP/static libs linking with Ice on Windows