summaryrefslogtreecommitdiff
path: root/TAO/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix More Parentheses SpacingFred Hornsey2021-11-051-4/+4
* Respond to Review of #1715Fred Hornsey2021-11-051-1/+0
* Fix Broken Floating Point ExpressionsFred Hornsey2021-11-043-1/+118
* Use default destructorJohnny Willemsen2021-10-121-2/+0
* Include tao/StringSeq.pidl to fix duplicate symbols with msvcJohnny Willemsen2021-09-293-7/+5
* Make use of default and more condensed code generationJohnny Willemsen2021-09-281-2/+0
* Use std::unique_ptr and defaultJohnny Willemsen2021-09-262-4/+3
* annotest_idl.mpc: simplify using tao_idl_fe.mpb now that it's fixedAdam Mitz2021-08-261-4/+2
* Unit test for TAO_IDL_FE's ASTAdam Mitz2021-08-264-0/+62
* Cleanup old Embarcadero compiler checksJohnny Willemsen2021-08-161-8/+0
* Fixed incorrect loggingJohnny Willemsen2021-07-211-11/+9
* %C is for logging ascii stringsJohnny Willemsen2021-07-2114-46/+46
* %C is for logging ascii stringsJohnny Willemsen2021-07-213-14/+14
* Merge pull request #1621 from iguessthislldo/igtd/stdintFred Hornsey2021-07-203-0/+27
|\
| * Header File for TAO_IDL Supported IDL FeaturesFred Hornsey2021-07-203-0/+27
* | Embarcadero C++ Builder can not handle this IDL fileJohnny Willemsen2021-07-162-8/+1
* | Cleanup Embarcadero C++ Builder supportJohnny Willemsen2021-07-162-4/+2
|/
* Use operator! and const changeJohnny Willemsen2021-07-121-1/+1
* Merge pull request #1596 from jwillemsen/jwi-logreplystatusJohnny Willemsen2021-07-092-4/+4
|\
| * Enable ORBVerboseLogging 1 to show timestampsJohnny Willemsen2021-07-091-2/+2
| * Use overrideJohnny Willemsen2021-07-091-2/+2
* | Merge pull request #1594 from iguessthislldo/igtd/stdintAdam Mitz2021-07-091-2/+2
|\ \ | |/ |/|
| * Fix Integer Literals for WindowsFred Hornsey2021-07-011-2/+2
* | Merge pull request #840 from iguessthislldo/igtd/stdintFred Hornsey2021-06-305-0/+226
|\ \ | |/
| * Support int8/uint8 Sequences and ArraysFred Hornsey2021-06-211-0/+45
| * explicit_ints: Fix MixupFred Hornsey2021-06-151-1/+1
| * Respond to Review of #840Fred Hornsey2021-06-151-1/+2
| * s/Uint/UInt/gFred Hornsey2021-06-151-3/+3
| * Partially Respond to Review of #840Fred Hornsey2021-06-141-37/+37
| * Fix Issues with explicit_ints TestFred Hornsey2021-06-123-8/+48
| * Added WIP explicit_ints TestFred Hornsey2021-06-075-0/+140
* | Layout changesJohnny Willemsen2021-06-261-6/+0
* | Removed onewin argument, not supported anymore, only listed in the readme and...Johnny Willemsen2021-06-244-4/+2
* | Removed old comments and support for Chorus which we don't support anymoreJohnny Willemsen2021-06-245-8/+6
* | Applying changes recommended by Coverity scan.Phil Mesnier2021-06-171-4/+10
* | applying solution to issue 1550 as found in ace6tao2Phil Mesnier2021-06-161-1/+35
* | Removed empty linesJohnny Willemsen2021-06-091-2/+0
* | Fixed compile errors with C++11Johnny Willemsen2021-06-092-3/+3
* | Fixed compile errors due to auto_ptr to unqiue_ptr changesJohnny Willemsen2021-06-094-6/+7
* | Removed redundant whitelineJohnny Willemsen2021-06-081-1/+0
* | Layout changesJohnny Willemsen2021-06-082-6/+3
* | Replaced ACE_Byte_Array_ptr with std::unique_ptr usageJohnny Willemsen2021-06-081-11/+3
* | Merge branch 'master' into feature/prevent-auto_ptr-usageJohnny Willemsen2021-06-084-27/+9
|\ \ | |/
| * Make use of std::nothrow/std::nothrow_t/std::badalloc, ACE macros for these a...Johnny Willemsen2021-06-062-9/+8
| * All compilers we support provide ACE_HAS_NEW_NOTHROWJohnny Willemsen2021-06-062-9/+3
| * Removed some extension for VMS which we don't support anymoreJohnny Willemsen2021-06-012-11/+0
* | do not AlignConsecutiveDeclarationsClausKlein2021-06-036-24/+24
* | use make_unique if possibleClausKlein2021-06-025-50/+71
* | add clang-format config file to format codeClausKlein2021-06-017-94/+96
* | prevent empty line after public:ClausKlein2021-06-011-1/+0