Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | Remove copyright notice | Jose | 2018-12-18 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Whitespace cleanup | Jose | 2018-08-13 |
| | |||
* | PHP5 test failures | Jose | 2018-08-09 |
| | | | | | finally is not supported with PHP < 5.5 and we still support PHP 5.3 and PHP 5.4 | ||
* | Update PHP tests to use TestHelper class | Jose | 2018-08-08 |
| | |||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | Updates for Ice Builder 5.x | Jose | 2018-02-05 |
| | |||
* | Removed optional semicolons after braces | Bernard Normier | 2017-05-04 |
| | |||
* | Remove trailing whitespace | Joe George | 2017-05-02 |
| | |||
* | Merge remote-tracking branch 'origin/3.6' | Joe George | 2017-02-13 |
|\ | |||
| * | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | | |||
* | | Fix (ICE-7562) - Eliminate class-with-operation deprecated warnings | Jose | 2017-02-10 |
| | | |||
* | | PHP mapping use Namespace builds by default | Jose | 2017-01-26 |
| | | |||
* | | Do not use Nuget packages with PHP tests | Jose | 2016-12-13 |
| | | |||
* | | Fixes to test PHP in Windows | Jose | 2016-11-30 |
| | | |||
* | | Refactored test scripts | Benoit Foucher | 2016-11-25 |
| | | |||
* | | Windows msbuild build updates | Jose | 2016-05-05 |
| | | |||
* | | Added support for compiling Slice files from PHP tests | Benoit Foucher | 2016-05-04 |
| | | |||
* | | Merge remote-tracking branch 'origin/3.6' | Joe George | 2016-03-17 |
|\| | |||
| * | Fix for ICE-7020 - php tests will now exit with exit status = 1 if there's a ↵ | Benoit Foucher | 2016-03-16 |
| | | | | | | | | test failure | ||
* | | Merge remote-tracking branch 'origin/3.6' | Joe George | 2016-03-01 |
|\| | |||
| * | Update copyright headers | Joe George | 2016-03-01 |
| | | |||
* | | Windows msbuild build updates | Jose | 2016-02-26 |
|/ | |||
* | Fixed Makefile indentation to use tab witdh=8 and indent width = 4 | Benoit Foucher | 2015-04-13 |
| | |||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | Fix (ICE-3792) - dependencies in the repository are very crappy | Jose | 2014-09-24 |
| | | | | | For now removed Unix dependencies from repository, we keep Windows dependencies in repository but now are generated from Windows. | ||
* | Revert "Fixed (ICE-3792) - dependencies in the repository are very crappy" | Jose | 2014-09-11 |
| | | | | | | | | This reverts commit 201d395c7186e50d195672db7b472989783826cb. Conflicts: cpp/config/Make.rules cpp/test/Ice/Makefile.mak | ||
* | Fixed (ICE-3792) - dependencies in the repository are very crappy | Jose | 2014-09-10 |
| | |||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Added .gitattributes file. | Matthew Newhook | 2012-11-15 |
| | | | | Normalize all repository line endings. | ||
* | Fixed copyrights | Benoit Foucher | 2012-04-25 |
| | |||
* | python 3 support | Mark Spruiell | 2012-04-24 |
| | |||
* | ICE-4322 - Use "#pragma once" in Slice files | Jose | 2012-02-21 |
| | |||
* | ICE-4764 - PHP 5.4 compatibility | Mark Spruiell | 2011-12-29 |
| | |||
* | updating version & copyright for 3.4.2 | Mark Spruiell | 2011-05-11 |
| | |||
* | bug 4855 - adding test; changing demos/tests to use require_once | Mark Spruiell | 2011-05-07 |
| | |||
* | adding "include .depend.mak" to PHP makefiles | Mark Spruiell | 2010-01-07 |
| | |||
* | Updated copyright to 2010 | Dwayne Boone | 2010-01-07 |
| | |||
* | - Fixed bug 4521: it's now possible to build the tests & demos against | Benoit Foucher | 2009-12-31 |
| | | | | | | | | | | | | | | | C:\Program Files\ZeroC\Ice-3.4b. To support this, new .depend.mak files were added. - Fixed nmake install to support installing Ice in C:\Program Files. - Fixed bug 4569: test/IceUtil/inputUtil VC6 compilation failure. - Updated all dependencies. - Fixed C# slice2cs compiler options for all C# demo makefiles (no need for --ice or extra -I options) - Fixed nmake install for 64 bits build of Ice for Python (we now correctly install IcePy in the x64 subdir). - Demos and tests builds will now look for Ice in C:\Program Files\ZeroC\Ice-3.4b by default is ICE_HOME isn't set (or C:\Program Files (x86)\ZeroC\Ice-3.4b) | ||
* | bug 4492 - PHP demos don't build against RPMs | Mark Spruiell | 2009-12-16 |
| | |||
* | New AMI mapping | Benoit Foucher | 2009-11-23 |
| | |||
* | http://bugzilla/bugzilla/show_bug.cgi?id=4333 | Matthew Newhook | 2009-10-27 |
| | | | | | - Fix bug with the WatchdogThread, which caused hangs if the test failed. - Get rid of TestUtil.cleanup() | ||
* | Bug 4294 - fix slice dependencies | Dwayne Boone | 2009-10-07 |
| | |||
* | PHP fixes: | Mark Spruiell | 2009-06-25 |
| | | | | | | - adding namespace support to test suite and demos - doc edits - bug fix in translator | ||
* | PHP changes: | Mark Spruiell | 2009-06-23 |
| | | | | | | | - static translation - more traditional language mapping (multiple communicators, etc.) - support for registered (persistent) communicators - support for PHP namespaces (PHP 5.3 or later) | ||
* | Bug 3816 - make tests less timing sensitive | Dwayne Boone | 2009-03-30 |
| | |||
* | Bug 3621 - updated copyright to 2009 | Dwayne Boone | 2009-01-02 |
| | |||
* | Numerous cleanups to the test suite and expect scripts. | Matthew Newhook | 2008-08-04 |
| | | | | | | Conflicts: cpp/test/Glacier2/staticFiltering/run.py |