summaryrefslogtreecommitdiff
path: root/ACE/ace
Commit message (Expand)AuthorAgeFilesLines
* Updates for VxWorks API changesJohnny Willemsen2022-07-042-8/+6
* Removed not used member, removed redundant voidJohnny Willemsen2022-07-043-26/+20
* Silence compiler warningJohnny Willemsen2022-07-041-7/+5
* Add cast to short to silence compiler warning, done in more places already to...Johnny Willemsen2022-07-041-1/+1
* Add truncate_cast to silence warning in 32bit buildJohnny Willemsen2022-07-041-1/+1
* Changed ~ACE_Condition_Attributes_T to defaultJohnny Willemsen2022-07-042-6/+1
* Merge branch 'master' into jwi-vxworkstaskidJohnny Willemsen2022-07-048-44/+44
|\
| * Merge pull request #1877 from jwillemsen/jwi-vxworks2203Johnny Willemsen2022-07-022-2/+21
| |\
| | * Updated commentJohnny Willemsen2022-07-011-1/+1
| | * New file for VxWorks 22.03Johnny Willemsen2022-07-011-0/+20
| | * Make preprocessor check more readableJohnny Willemsen2022-07-011-2/+1
| * | Removed not used reactor_ member, cleanup, and const changesJohnny Willemsen2022-07-012-33/+15
| |/
| * Merge pull request #1872 from jwillemsen/jwi-vxworksJohnny Willemsen2022-07-013-6/+5
| |\
| | * Fixed compile errorJohnny Willemsen2022-06-301-1/+1
| | * Directly assign variableJohnny Willemsen2022-06-301-4/+1
| | * Fixed compile errorJohnny Willemsen2022-06-301-1/+3
| * | ACE+TAO-7_0_8ACE+TAO-7_0_8Johnny Willemsen2022-07-011-3/+3
| |/
* | Removed check for ACE_LACKS_VA_FUNCTIONS from VxWorks specific codeJohnny Willemsen2022-07-021-3/+0
* | Update some more taskSpawn return value checksJohnny Willemsen2022-07-021-4/+4
* | Use ACE_VX_TASK_ID_ERRORJohnny Willemsen2022-07-021-2/+2
* | Updated return value check of taskSpawnJohnny Willemsen2022-07-011-3/+3
|/
* Merge branch 'master' into no_ifdef_anyops_nsJohnny Willemsen2022-06-251-1/+1
|\
| * Merge pull request #1864 from mitza-oci/g++12Adam Mitz2022-06-242-8/+0
| |\
| * | Update Service_Gestalt.cppchaof2022-06-221-1/+1
* | | Removed ACE_ANY_OPS_USE_NAMESPACE as a compile-time optionAdam Mitz2022-06-243-12/+0
| |/ |/|
* | try building on macOS without ACE_ANY_OPS_USE_NAMESPACEAdam Mitz2022-06-242-8/+0
|/
* Removed redundant voidJohnny Willemsen2022-06-141-3/+3
* ACE+TAO-7_0_7ACE+TAO-7_0_7Johnny Willemsen2022-05-211-3/+3
* Add required operator= instances to match explicit copy ctorsSteve Huston2022-04-252-0/+73
* Remove tabsSteve Huston2022-04-211-1/+1
* Replace fallthrough with ACE_FALLTHROUGHSteve Huston2022-04-215-8/+9
* Restore pre-PR version from master; my changes did not add valueSteve Huston2022-04-211-9/+11
* Merge branch 'master' into debian11-gcc10Steve Huston2022-04-212-6/+6
|\
| * silence warning about non-virtual dtorErik Sohns2022-04-101-1/+1
| * support modifying the SSL connection context before ssl_connect() is called w...Erik Sohns2022-04-101-2/+2
| * ACE/ace/SSL/SSL_Asynch_BIO.cpp: fix build with libresslFabrice Fontaine2022-04-031-3/+3
* | Correction for inadvertently replaced default copy constructor with explicit oneSteve Huston2022-04-042-10/+1
* | Un-tabifySteve Huston2022-04-041-20/+19
* | Move methods to their old place in the file to avert spurious diffSteve Huston2022-04-041-13/+13
* | Remove extraneous blank lineSteve Huston2022-04-041-1/+0
* | Correct spelling errorSteve Huston2022-04-041-1/+1
* | Fix line splittingSteve Huston2022-04-041-8/+4
* | Remove duplicated copy ctor and assignment operators brought in from Riverace...Steve Huston2022-04-0115-122/+11
* | Remove extraneous ACE_FALLTHROUGHSteve Huston2022-04-011-1/+0
* | Move operator= to corret place; per Howard 3/31/2022Steve Huston2022-03-311-8/+9
* | Add explicit copy constructor per Howard FinerSteve Huston2022-03-292-0/+9
* | Add CPP14 and 11 mechanisms to allow fallthroughSteve Huston2022-03-291-0/+2
* | Refactor switch to avoid fallthrough and read easierSteve Huston2022-03-291-45/+45
* | Refactor preproc so ACE_HAS_CPU_SET_T is obeyedSteve Huston2022-03-291-6/+9
* | Move ACE_Handle_Set copy ctor to inlSteve Huston2022-03-292-22/+20