summaryrefslogtreecommitdiff
path: root/cpp/src/slice2confluence
Commit message (Collapse)AuthorAge
...
* ICE-5931, ICE-5935Jose2014-11-20
|
* C++11 build updatesJose2014-10-24
|
* Version fixesJose2014-10-08
|
* Several Windows build fixes:Jose2014-10-08
| | | | | | | ICE-3420 - Force link failure for debug/release mismatch? Update VS add-in to not add C++ libraries Fixed WinRT builds Fixed Python Windows builds
* Update Ice version to 3.6b 3.6.51Jose2014-10-03
|
* Fix (ICE-3792) - dependencies in the repository are very crappyJose2014-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"Jose2014-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 crappyJose2014-09-10
|
* Sort C++ Demo and src makefilesJoe George2014-08-22
|
* merging javascript branchMark Spruiell2014-03-19
|
* changing version to 3.5.1Mark Spruiell2013-08-20
|
* Ubuntu/Debian distribution supportJose2013-07-22
|
* Fixed ICE-5375 - Consider to add ICE_TRANSLATOR preprocessor macroJose2013-07-17
|
* Added Ice for C# support for SOCKS proxiesBenoit Foucher2013-03-19
|
* slice2confluence: Cleaned-up print statements.Shawn Hussey2013-03-05
|
* slice2confluence: Fixed links to dictionaries and sequences.Shawn Hussey2013-03-05
| | | | Fixed trailing comma in metadata.
* ICE-5158 Added detection of doc tag "@userImplemented". Items without this ↵Shawn Hussey2013-02-26
| | | | tag will generate markup for all metadata except cpp:const, cpp:ice_print, java:serialVersionUID and UserException. Items with the tag will output markup for all metadata.
* ICE-5158 Added metadata printout to slice2confluence for enumerations in enumsShawn Hussey2013-02-15
|
* ICE-5158 Print all metadata for operations (other than deprecated, which ↵Shawn Hussey2013-02-15
| | | | causes seperate formatting)
* Fixed ICE-5209: fixed version to 3.5.0Benoit Foucher2013-02-12
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed (ICE-5211) - use @loader_path in OS X libraries and binaries instead ↵Jose2013-02-01
| | | | of the hard coding path
* Added C++11 libraries/binaries to OS X binary distributionJose2013-01-30
|
* Fixes for slice2confluence for Ice 3.5, hack to make Ice::Instrumentation ↵Shawn Hussey2012-12-22
| | | | generate correctly.
* Added .gitattributes file.Matthew Newhook2012-11-15
| | | | Normalize all repository line endings.
* Fixed MinGW portBenoit Foucher2012-11-08
| | | | | | | | | | | | - The build no longer requires Cygwin - Running the tests no longer requires setting CPP_COMPILER, TestUtil.py che for RI_DEVKIT in the environment to figure out if running with MinGW devki - DynamicLibrary no longer appends the "d" suffix when compiling with debug - COMPSUFFIX is now defined when compiling Ice - Much simplified the build system by removing all the checks for MinGW in makefiles, MinGW settings are now located to Make.rules.MINGW only. - Fixed allTests.py to skip plugin and metrics tests. - Fixed build instructions.
* Fixed ICE-4855: expand tabs to space (8) for .php, .cpp, .h, .java and .cs filesBernard Normier2012-10-23
|
* Fixed ICE-4884:Bernard Normier2012-10-23
| | | | | Updated version to 3.5b Some fixes to distribution/bin/fixVersion.py
* Undo pragma-once-in-header enhancementBernard Normier2012-09-05
|
* Cleaned up warning-disabling on WindowsBernard Normier2012-08-09
|
* remove VC6 supportJose2012-08-08
|
* ICE-4782 Generate "#pragma once" for include-guards in generated C++ header ↵Jose2012-07-19
| | | | files.
* Fixed copyrightsBenoit Foucher2012-04-25
|
* minor fixes to slice2confluenceJose2011-12-06
|
* Converted instances of !strcmp(s, "otherstring") to s == "otherstring".Shawn Hussey2011-12-06
|
* Fixed slice2confluence reference format to be relative in the local scope, ↵Shawn Hussey2011-09-07
| | | | | | absolute otherwise. Added slice2confluence Enumerator Index.
* Fixed metadata formatting in slice2confluence.Shawn Hussey2011-09-06
|
* Fixed markup escaping to use backslashes instead of entity codes.Shawn Hussey2011-09-06
|
* Deprecation handling for slice2confluence.Shawn Hussey2011-09-02
|
* Fixing markup escaping for slice2confluence.Shawn Hussey2011-09-01
|
* Fixed navigational and stylistic bugs and added confluence character ↵Shawn Hussey2011-08-30
| | | | | | | | escaping before comment markup parsing. Added --sort-order param for sorting modules. Improvements and bugfixes for slice2confluence.
* Fixed filenames on some links to not include the .conf extension.Shawn Hussey2011-08-16
|
* Initial commit of slice2confluence.Shawn Hussey2011-08-16