Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | VS Add-in 3.4.1.2 bug fixes: | Jose | 2011-01-20 |
| | | | | | | | | | | | | | | | | | | | | 4956 - Vs Add-in Util.fix must check that Globals isn't null 4953 - Vs Add-in getIceHome side effects 4674 - Consider to Add output-dir support to vsplugin 4820 - The add-in does not support parallel builds. 4630 - Allow using DEVPATH with projects 4968 - VS Add-in doesn't work with header-ext/source-ext 4942 - Visual Studio plug-in hangs with lots of syntax errors 4808 - Saving slice file during build crashes Studio 4964 - Util equalPath implementation is incorrect 4918 - Remove Slice builder from vsextension solution 4806 - Ice generated files not always opened read-only as expected 4442 - FxCop vs plugin COM visible 4915 - Issue with command line builds on machine with VS2008 & VS2010 4761 - Converted demo projects do not build (edit) 4119 - Reduce code duplication 4844 - Add cancel button to configuration dialog 4826 - Add timestamp to slice output | ||
* | 4761: Fixed Zeroc_VS_IceHome for 2008 and 2010 demo builds. | Adam Burry | 2010-11-26 |
| | |||
* | Bug 4843 - fix for startup check for C# projects | Dwayne Boone | 2010-10-07 |
| | |||
* | Possible fix for bug 4843 | Dwayne Boone | 2010-10-06 |
| | |||
* | Bug 4842 - Studio crashes if you delete generated files from a CPP project | Dwayne Boone | 2010-10-06 |
| | |||
* | Bumped version number on the DLL. | Adam Burry | 2010-09-23 |
| | |||
* | 4810 included edit control does not save on loss of focus | Adam Burry | 2010-09-16 |
| | |||
* | Fixed debug env PATH issue. | Adam Burry | 2010-09-16 |
| | | | | http://bugzilla/bugzilla/show_bug.cgi?id=4807 | ||
* | Added trace levels to VS add-in. | Adam Burry | 2010-09-10 |
| | |||
* | Added support for command line builds. | Adam Burry | 2010-08-31 |
| | |||
* | Fixes: | Adam Burry | 2010-08-24 |
| | | | | | | | | | | | | | | | | | | | | | | | - fix for - 4741: save Ice Home exactly as user specified - partial fixes for - 4761: demos do not build in Studio 2010 - 4807: PATH clobbers previous settings in debug env properties Also: - remove unnecessary shell startup and start compiler directly, - add missing newline in compiler dependency output echo to output window, - leave env variables without substitution if they are undefined instead of replacing with "". Refactoring: - String <-> string as per C# iodiom - pushed some calls up the stack to remove redundant calls - created Util.absolutePath - renamed and moved Builder.quoteArg to Util.quote - restructured some functions for less reading by humans - fixed typo in name of Builder.getSliceCompilerVesrion - x++ -> ++x - changed first arg of Util.relativePath from Project to string | ||
* | Bug-fix for 4793. As well as some refactoring. | Adam Burry | 2010-07-23 |
| | |||
* | Bug 4754 - VS plugin properties not working with VS2010 | Dwayne Boone | 2010-05-28 |
| | |||
* | Partial properties fix | Bernard Normier | 2010-05-28 |
| | |||
* | Modify plugin to use correct directories for VS2010 | Dwayne Boone | 2010-05-19 |
| | |||
* | changing Ice version to 3.4.1 | Mark Spruiell | 2010-05-14 |
| | |||
* | Squashed commit of the following: | Bernard Normier | 2010-05-13 |
| | | | | | | | | commit f25399b006e5b15b46e4258546d80e1d006e1bc1 Author: U-bwin7\bernard <bernard@bwin7.(none)> Date: Thu May 13 11:41:01 2010 -0400 VS2010 port | ||
* | 4651 - Inconsistent line endings | Jose | 2010-02-11 |
| | |||
* | Bug 4640 - preserve CopyLocal | Dwayne Boone | 2010-01-26 |
| | |||
* | vsplugin Find delegate simplification. | Jose | 2010-01-23 |
| | |||
* | Updated version to 3.4.0 | Dwayne Boone | 2010-01-20 |
| | |||
* | Remove not-working CopyLocal preservation | Dwayne Boone | 2010-01-15 |
| | |||
* | Vsplugin style fixes. | Jose | 2010-01-13 |
| | |||
* | Bug 4611 - CopyLocal not preserved by plugin | Dwayne Boone | 2010-01-12 |
| | |||
* | Vsplugin fixes. | Jose | 2010-01-12 |
| | |||
* | 4604 - Clean should not remove generated files from the project. | Jose | 2010-01-12 |
| | |||
* | Bug 4565 - add VB support to vsplugin | Dwayne Boone | 2010-01-11 |
| | |||
* | Updated copyright to 2010 | Dwayne Boone | 2010-01-07 |
| | |||
* | Bug 4583 - do not lose CopyLocal setting | Dwayne Boone | 2010-01-07 |
| | |||
* | - Fixed assembly version in C# and VB projects | Benoit Foucher | 2010-01-07 |
| | | | | | | | - Added <Private>False</Private> to C# projects - Fixed makebindist.py to remove .depend.mak from C#/VB directories for the demo archive. - Fixes to README.txt and README.DEMOS.txt. | ||
* | VsPlugin FxCop issues. | Jose | 2009-12-28 |
| | |||
* | 4383 - VS plugin issues with demos. | Jose | 2009-12-28 |
| | |||
* | 4564 - vsplugin copyright header LICENSE vs ICE_LICENSE. | Jose | 2009-12-24 |
| | |||
* | Bug 4338 - remove -ftemplate-depth-128 compiler flag | Dwayne Boone | 2009-12-09 |
| | |||
* | vsplugin fxcop issues | Dwayne Boone | 2009-12-08 |
| | |||
* | Bug 4408 - plugin does not work with x64 only installation | Dwayne Boone | 2009-12-03 |
| | |||
* | Do not rely on ICE_HOME being set in projects | Dwayne Boone | 2009-11-23 |
| | |||
* | Only have single windows installer rather than one per compiler | Dwayne Boone | 2009-11-23 |
| | |||
* | Bug 4306 - vsplugin modifies projects when not enabled | Dwayne Boone | 2009-10-13 |
| | |||
* | Bug 4191 - plugin failure when no C++ options in project | Dwayne Boone | 2009-10-08 |
| | | | | Bug 4194 - error when unsupported solution type loaded | ||
* | Bug 4218 - Fix fixVersion | Dwayne Boone | 2009-09-25 |
| | |||
* | Remove VS2005 as supported compiler | Dwayne Boone | 2009-09-04 |
| | |||
* | - Updates so that the new chatdemo repository can build from master. | Matthew Newhook | 2009-08-13 |
| | | | | | | - Moved various scripts to distribution. - Fixes caused by the move. - Fixed copyright headers. | ||
* | Some more fixes to configuration dialogs. | Jose | 2009-06-20 |
| | |||
* | Fix to dialog move down, and remove includes. | Jose | 2009-06-19 |
| | |||
* | Clean should do nothing when plug-in is disabled. | Jose | 2009-06-19 |
| | |||
* | Remove some unused code, and minor style fixes. | Jose | 2009-06-19 |
| | |||
* | Merge branch 'vsplugin'; commit 'origin/vsplugin' into vsplugin | Jose | 2009-06-19 |
|\ | |||
| * | Remove uneeded change | Dwayne Boone | 2009-06-19 |
| | | |||
* | | Fix to configuration dialogs enable/disable | Jose | 2009-06-19 |
|/ |