summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/Parser.cpp
Commit message (Collapse)AuthorAge
* Fix copyright headersJose2017-06-13
|
* Remove excessive empty linesJoe George2017-06-07
|
* Fix issues introduce with 3.6 mergeJose2017-02-14
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Fixed (ICE-6694) - Unicode output in command line toolsJose2017-01-09
| |
* | ICE-6692 - Review command line input usage to support unicode on WindowsJose2016-11-08
| |
* | Added support for non-ASCII characters and universal character namesBernard Normier2016-10-20
| | | | | | | | | | to stringified identities and proxies. This includes a new Ice.ToStringMode property.
* | Move StringConverter API to namespace IceBernard Normier2016-08-01
| |
* | Deprecate Communicator::stringToIdentity and identityToStringBernard Normier2016-07-27
| |
* | Refactored string converters and use codecvt_utf8[_utf16] whenBernard Normier2016-06-03
|/ | | | available instead of ConvertUTF
* Fixed ICE-7150 - support for services using shared communicator in ↵Benoit Foucher2016-05-18
| | | | icegridadmin/IceGridGUI
* Update copyright headersJoe George2016-03-01
|
* non Windows build fixJose2015-08-04
|
* ICE-5731 - Convert icegridadmin output on WindowsJose2015-08-04
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* More lex Scanner fixesJose2014-10-30
|
* Fixed icegridadmin Unix build issueBenoit Foucher2014-10-13
|
* icegridadmin now converts file contents using the current Windows console CP ↵Bernard Normier2014-10-10
| | | | when showing files on Windows
* icegridadmin now converts log messages to the console code page on WindowsBernard Normier2014-10-10
|
* ICE-2400: LoggerAdmin implementation in Java and C# + various fixes to C++ ↵Bernard Normier2014-09-25
| | | | implementation
* IceGrid::Admin now provides remote access to IceGrid registry and node Admin ↵Bernard Normier2014-09-10
| | | | | | objects, and icegridadmin uses these new operations to show the Ice log file for IceGrid registries and IceGrid nodes (ICE-2400)
* Initial merge for ICE-2400:Bernard Normier2014-08-14
| | | | | | | - added new Logger admin facet (C++ only) - this Logger facet allows remote application to retrieve the Ice log file, including recently logged events, with optional filters - this logger facet also allows remote applications to attach RemoteLogger objects to get new logs as they are generated - added new "show log" feature to icegridadmin, to retrieve Ice log file of Ice server (not yet implemented for IceGrid registry and node)
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* minor fixesMark Spruiell2012-11-15
|
* Fixed ICE-4884:Bernard Normier2012-10-23
| | | | | Updated version to 3.5b Some fixes to distribution/bin/fixVersion.py
* IceGrid parser fixesJose2012-10-20
|
* Fixed ICE-4591, better acceptor tracingBenoit Foucher2012-10-18
|
* Minor fix for VS2010 buildsJose2012-10-18
|
* ICE-4619 - custom enumerator valuesMark Spruiell2012-10-17
|
* Fixed ICE-4868: processors is now either 'threads' or 'sockets', as appropriateBernard Normier2012-10-15
|
* ICE-4774: Merged skype_props enhancementBenoit Foucher2012-08-30
|
* remove VC6 supportJose2012-08-08
|
* Fixed copyrightsBenoit Foucher2012-04-25
|
* ICE-3793 replace static with anon namespacesJose2011-12-20
|
* bug 5120 - fixing typo in icegridadmin helpMark Spruiell2011-05-25
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* Minor fixes (Java 1.5 compilation error), IceGrid fixBenoit Foucher2009-12-14
|
* Fix for bug 3234 - Initial support for getting processor socket count with ↵Benoit Foucher2009-12-08
| | | | IceGrid
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Fixed bug 3391Benoit Foucher2008-08-21
|
* minor fixes to help textMark Spruiell2008-02-27
|
* Do ont use stupid in reference to M$Dwayne Boone2008-02-11
|
* VC9 fixMark Spruiell2008-02-07
|
* Updated copyrightDwayne Boone2008-01-23
|
* IceUtil cleanup (first commit)Bernard Normier2007-12-21
|
* Added support for service commands to icegridadmin (bug 1775)Benoit Foucher2007-12-05
|
* - Changed AdminI server start/stop methods to use AMI/AMDBenoit Foucher2007-12-03
| | | | | | | - Minor exception handling fix in registry server admin router. - Changed Admin::getServerAdmin method to check if the server exists and can be loaded on the node before to return the server admin object. - Fixed icegridadmin to use the process facet to write messages