summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL
Commit message (Expand)AuthorAgeFilesLines
* Documentation, layout, C++11 changesJohnny Willemsen2021-03-0952-54/+0
* Layout changesJohnny Willemsen2021-03-084-4/+4
* Merge branch 'testing' into taoidl-tao3Adam Mitz2021-01-211-14/+14
|\
| * tao_idl: ACE logging with %p requires an additional varargs argument, %m doesn'tAdam Mitz2021-01-211-13/+13
| * tao_idl: when invoking preproc don't add quotes to args that already have themAdam Mitz2021-01-211-1/+1
* | Remove ACE_HAS_HEADER_ALLOCATED_CLASS_STATIC_CONST_INT_STOREAGE, not needed a...Johnny Willemsen2021-01-052-15/+3
* | Remove empty lineJohnny Willemsen2020-12-151-1/+0
* | Remove redundant void argJohnny Willemsen2020-12-09418-1340/+1340
* | Less newlines in simple operationsJohnny Willemsen2020-12-093-7/+6
* | Test PI target_is_ and generate more compact _is_a operationsJohnny Willemsen2020-12-094-40/+15
* | Minor changes to TAO_IDL generated codeJohnny Willemsen2020-12-0916-31/+25
* | Remove redundant void from tao_idl generated codeJohnny Willemsen2020-12-0880-386/+386
* | Use bool literals in tao_idlJohnny Willemsen2020-12-0866-135/+135
* | Fixed fuzzJohnny Willemsen2020-12-075-21/+8
* | Remove redundant void from tao_idlJohnny Willemsen2020-12-07422-1365/+1365
* | Use nullptr instead of 0 in tao_idlJohnny Willemsen2020-12-07275-4057/+4057
* | Fixed typoJohnny Willemsen2020-11-301-1/+1
* | Put ERROR in the message when tao_idl can't open a file so that it is parsed ...Johnny Willemsen2020-11-261-2/+1
* | Make use of std::addressof, std::strcmp and nullptr in the generated code. Re...Johnny Willemsen2020-11-1810-133/+133
* | Merge branch 'master' into jwi-taoidlnarrowcleanupJohnny Willemsen2020-11-177-27/+15
|\ \
| * \ Merge pull request #1294 from jwillemsen/jwi-removeacehascpp11Johnny Willemsen2020-11-174-24/+12
| |\ \
| | * | Remove checks for ACE_HAS_CPP11 and remove the code for C++03 now that we req...Johnny Willemsen2020-11-104-24/+12
| | |/
| * | Add precious files support and template cleanupMartin Corino2020-11-113-3/+3
| |/
| * Remove usage of narrow_from_decl/narrow_from_scope and replace them with dyna...Johnny Willemsen2020-09-18246-1369/+1227
* | Merge branch 'master' into jwi-taoidlnarrowcleanupJohnny Willemsen2020-09-1814-27/+13
|\ \ | |/
| * Removed old cidlc commentsJohnny Willemsen2020-09-1714-27/+13
* | Layout chagnesJohnny Willemsen2020-09-1718-194/+77
* | Removed includeJohnny Willemsen2020-09-171-1/+0
* | Removed header we don't need anymoreJohnny Willemsen2020-09-171-86/+0
* | Remove manual narrow support and use dynamic_castJohnny Willemsen2020-09-17403-1983/+1225
|/
* Removed unnecessary semicolon after ACE_UNIMPLEMENTED_FUNCJohnny Willemsen2020-08-301-4/+4
* Layout changeJohnny Willemsen2020-08-281-1/+1
* Generate also a private move constructor/assignment and use ACE_UNIMPLEMENTED...Johnny Willemsen2020-08-281-5/+12
* Remove the helper function pseudo_filenameKnut Petter Svendsen2020-07-301-17/+8
* Break lines and add constKnut Petter Svendsen2020-07-281-10/+10
* Update TAO/TAO_IDL/util/utl_global.cppKnut P2020-07-281-1/+1
* Fixup after reviewKnut Petter Svendsen2020-07-281-9/+12
* Remove code to provoke bugKnut Petter Svendsen2020-07-271-1/+0
* OldState needs to work on a copy of idl_global->filename() to prevent segfaultKnut Petter Svendsen2020-07-271-1/+1
* Extract helper functionKnut Petter Svendsen2020-07-271-5/+12
* Provoke bug in OldState helper classKnut Petter Svendsen2020-07-271-0/+1
* Reduce amount of statics generated, just generate the count directly.Johnny Willemsen2020-07-193-28/+22
* Generate constants directly in the code where used instead of static constsJohnny Willemsen2020-07-092-11/+9
* tao_idl: only write "processing <filename>" to stderr in verbose modeAdam Mitz2020-06-141-1/+2
* Change Anonymous Type MessagesFred Hornsey2020-06-114-5/+17
* Simplify Calls to anonymous_type_diagnosticFred Hornsey2020-06-113-520/+484
* TAO IDL FE: override for IDL4 anon_type_diagnosticFred Hornsey2020-06-102-10/+19
* Respond to Review in #1135Fred Hornsey2020-06-051-2/+2
* Merge remote-tracking branch 'upstream/master' into igtd/anon_typesFred Hornsey2020-06-058-3091/+3298
|\
| * More Fixes for #1125Fred Hornsey2020-06-032-270/+274