summaryrefslogtreecommitdiff
path: root/cpp/test/IceUtil/stacktrace/Client.cpp
Commit message (Collapse)AuthorAge
* Fix unreachable code compilation errorJose2021-06-08
|
* Enable stack tracesJose2021-06-08
|
* Simplify IceUtil/stacktrace testJose2021-06-08
|
* macOS IceUtil/stacktrace test fixesJose2021-06-08
|
* 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.
* Fix stacktrace test with Xcode 10 release builds (#232)Bernard Normier2018-10-04
|
* Do not use Ice::Application for Ice testsuiteJose2018-06-01
|
* stack trace failure in macOS SierraJose2018-02-26
|
* Update copyright year to 2018Jose2018-02-14
|
* Fix for macOS bindists (ICE-8139)Bernard Normier2017-06-22
|
* Remove excessive empty linesJoe George2017-06-07
|
* Stack trace test fixes for WindowsBernard Normier2017-06-06
|
* Reenabled stacktrace testing on WindowsBernard Normier2017-06-06
|
* Stacktrace test fixesJose2017-06-03
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Build shared executables with -fPIE/-pie on LinuxBernard Normier2017-01-23
| |
* | Replace NULL by ICE_NULLPTRBernard Normier2017-01-11
| |
* | Fix typoJoe George2016-12-21
| |
* | Replaced USE_BIN_DIST with ICE_BIN_DISTJoe George2016-12-21
| | | | | | | | ICE_BIN_DIST is a list of binary distributions to build against
* | Merge remote-tracking branch 'origin/3.6'Jose2016-10-11
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: README.md android/build.gradle android/gradle.properties android/gradle/wrapper/gradle-wrapper.properties config/Make.common.rules config/PropertyNames.xml cpp/BuildInstructionsLinux.md cpp/BuildInstructionsOSX.md cpp/BuildInstructionsWinRT.md cpp/BuildInstructionsWindows.md cpp/config/Make.rules cpp/config/Make.rules.mak cpp/include/IceUtil/Config.h cpp/include/Slice/PythonUtil.h cpp/include/Slice/RubyUtil.h cpp/include/Slice/Util.h cpp/src/Ice/DynamicLibrary.cpp cpp/src/Ice/PropertyNames.cpp cpp/src/Ice/PropertyNames.h cpp/src/Ice/winrt/StreamEndpointI.cpp cpp/src/IceGrid/IceGridDB.cpp cpp/src/IceGrid/Util.cpp cpp/src/IceUtil/FileUtil.cpp cpp/src/IceUtil/FileUtil.h cpp/src/Makefile cpp/src/Slice/Util.cpp cpp/src/slice2cs/Gen.cpp cpp/src/slice2freeze/Main.cpp cpp/src/slice2freezej/Main.cpp cpp/src/slice2html/Makefile cpp/src/slice2html/Makefile.mak cpp/src/slice2java/Main.cpp cpp/test/Ice/exceptions/AllTests.cpp cpp/test/Ice/facets/AllTests.cpp cpp/test/Ice/info/AllTests.cpp cpp/test/Ice/location/AllTests.cpp cpp/test/Ice/properties/run.py cpp/test/Ice/timeout/AllTests.cpp cpp/test/IceGrid/noRestartUpdate/AllTests.cpp cpp/test/IceStorm/stress/run.py cpp/test/TestSuite/10.0/Package.appxmanifest cpp/test/TestSuite/10.0/TestSuite.vcxproj cpp/test/TestSuite/10.0/TestSuite.vcxproj.filters cpp/test/TestSuite/10.0/TestSuite_TemporaryKey.pfx cpp/test/TestSuite/8.0/TestSuite.vcxproj cpp/test/TestSuite/8.0/TestSuite_TemporaryKey.pfx csharp/BuildInstructions.md csharp/src/Ice/PropertyNames.cs csharp/src/IceLocatorDiscovery/PluginI.cs java/BuildInstructions.md java/Makefile java/Makefile.mak java/src/Glacier2/src/main/java/Glacier2/Application.java java/src/Glacier2/src/main/java/Glacier2/SessionFactoryHelper.java java/src/Glacier2/src/main/java/Glacier2/SessionHelper.java java/src/Ice/src/main/java/Ice/Object.java java/src/Ice/src/main/java/Ice/ObjectImpl.java java/src/Ice/src/main/java/IceInternal/PropertyNames.java java/src/Ice/src/main/java/IceSSL/Plugin.java java/src/Ice/src/main/java/IceSSL/PluginFactory.java java/src/Ice/src/main/java/IceUtil/Cache.java java/src/IceGridGUI/build.gradle java/src/IceGridGUI/src/main/java/IceGridGUI/SimpleInternalFrame.java java/src/IceGridGUI/src/main/java/IceGridGUI/Utils.java java/test/build.gradle java/test/ejb/README.md js/src/Ice/PropertyNames.js js/src/Ice/browser/TimerUtil.js js/src/Ice/browser/WSTransceiver.js js/test/Common/TestCases.json js/test/Common/Worker.js objective-c/include/objc/Ice/Config.h objective-c/src/Ice/CommunicatorI.mm php/BuildInstructionsLinuxOSX.md php/BuildInstructionsWindows.md php/config/Make.rules.mak.php php/src/php7/IcePHP.rc python/BuildInstructionsLinuxOSX.md python/BuildInstructionsWindows.md python/Makefile python/modules/IcePy/Slice.cpp python/test/Slice/import/run.py ruby/BuildInstructionsLinuxOSX.md ruby/BuildInstructionsWindows.md ruby/config/Make.rules ruby/src/IceRuby/Slice.cpp scripts/TestController.py scripts/TestUtil.py slice/Ice/Communicator.ice slice/Ice/Instrumentation.ice slice/IceLocatorDiscovery/IceLocatorDiscovery.ice
| * Fix for ICE-7402 - support for VC110Benoit Foucher2016-10-03
| |
| * Fix ICE-7145 - Update OS X stacktrace version number to 3.6.3Joe George2016-05-16
| |
* | Move StringConverter API to namespace IceBernard Normier2016-08-01
| |
* | Fix test failureBernard Normier2016-07-22
| |
* | Replace tabs with spaces in stacktrace testJoe George2016-06-28
| |
* | Renamed ICE_UTIL_API to ICE_API and other cleanupsBernard Normier2016-05-12
| |
* | Added libbacktrace detection + other fixesBernard Normier2016-05-04
| |
* | Fix for static buildsBernard Normier2016-05-04
| |
* | Added support for libbacktrace on LinuxBernard Normier2016-05-04
| |
* | Merge remote-tracking branch 'origin/3.6'Benoit Foucher2016-04-04
|\|
| * stacktrace test unused variable warningJose2016-03-31
| |
| * IceUtil/stacktrace win32 fixJose2016-03-31
| |
* | Merge remote-tracking branch 'origin/3.6'Benoit Foucher2016-03-31
|\|
| * stacktrace test fixesJose2016-03-29
| |
| * Windows stacktrace test fixesJose2016-03-29
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-28
|\|
| * stacktrace test fixesJose2016-03-23
| |
| * IceUtil/stacktrace v140 fixesJose2016-03-22
| |
| * Exception stack trace updatesJose2016-03-21
| |
| * Fix ICE-7015 - IceUtil/stacktrace test failureJoe George2016-03-11
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\|
| * Update copyright headersJoe George2016-03-01
| |
* | Removed hardcoded version from IceUtil/stacktrace testDwayne Boone2015-11-04
|/
* ICE-6773 Added test for C++ stack tracesDwayne Boone2015-09-25