summaryrefslogtreecommitdiff
path: root/ACE/ace
Commit message (Collapse)AuthorAgeFilesLines
* Updates for VxWorks API changesJohnny Willemsen2022-07-042-8/+6
| | | | | * ACE/ace/config-vxworks22.03.h: * ACE/ace/config-vxworks6.4.h:
* Removed not used member, removed redundant voidJohnny Willemsen2022-07-043-26/+20
| | | | | | * ACE/ace/Message_Queue_Vx.cpp: * ACE/ace/Message_Queue_Vx.h: * ACE/ace/Message_Queue_Vx.inl:
* Silence compiler warningJohnny Willemsen2022-07-041-7/+5
| | | | * ACE/ace/SOCK_SEQPACK_Acceptor.cpp:
* Add cast to short to silence compiler warning, done in more places already ↵Johnny Willemsen2022-07-041-1/+1
| | | | | | to calls to cond_init * ACE/ace/OS_NS_Thread.cpp:
* Add truncate_cast to silence warning in 32bit buildJohnny Willemsen2022-07-041-1/+1
| | | | * ACE/ace/Time_Value.h:
* Changed ~ACE_Condition_Attributes_T to defaultJohnny Willemsen2022-07-042-6/+1
| | | | | * ACE/ace/Condition_Attributes.h: * ACE/ace/Condition_Attributes.inl:
* Merge branch 'master' into jwi-vxworkstaskidJohnny Willemsen2022-07-048-44/+44
|\
| * Merge pull request #1877 from jwillemsen/jwi-vxworks2203Johnny Willemsen2022-07-022-2/+21
| |\ | | | | | | Added config file for VxWorks 22.03
| | * Updated commentJohnny Willemsen2022-07-011-1/+1
| | | | | | | | | | | | * ACE/ace/config-vxworks22.03.h:
| | * New file for VxWorks 22.03Johnny Willemsen2022-07-011-0/+20
| | |
| | * Make preprocessor check more readableJohnny Willemsen2022-07-011-2/+1
| | | | | | | | | | | | * ACE/ace/OS_NS_sys_stat.h:
| * | Removed not used reactor_ member, cleanup, and const changesJohnny Willemsen2022-07-012-33/+15
| |/ | | | | | | | | * ACE/ace/Name_Proxy.cpp: * ACE/ace/Name_Proxy.h:
| * Merge pull request #1872 from jwillemsen/jwi-vxworksJohnny Willemsen2022-07-013-6/+5
| |\ | | | | | | Fixed VxWorks compile error and minor cleanup
| | * Fixed compile errorJohnny Willemsen2022-06-301-1/+1
| | |
| | * Directly assign variableJohnny Willemsen2022-06-301-4/+1
| | | | | | | | | | | | * ACE/ace/SOCK_Dgram_Mcast.cpp:
| | * 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
| | | | | | | | * ACE/ace/OS_NS_Thread.cpp:
* | Update some more taskSpawn return value checksJohnny Willemsen2022-07-021-4/+4
| | | | | | | | * ACE/ace/OS_NS_Thread.cpp:
* | Use ACE_VX_TASK_ID_ERRORJohnny Willemsen2022-07-021-2/+2
| | | | | | | | * ACE/ace/OS_NS_Thread.cpp:
* | Updated return value check of taskSpawnJohnny Willemsen2022-07-011-3/+3
|/ | | | * ACE/ace/OS_NS_Thread.cpp:
* 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
| |\ | | | | | | GCC 12
| * | Update Service_Gestalt.cppchaof2022-06-221-1/+1
| | | | | | | | | Fix compiling error resulted from misspelling word std::unique_ptr.
* | | 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/ace/NT_Service.h: * TAO/tests/MT_Server/test_i.h:
* 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 ↵Erik Sohns2022-04-101-2/+2
| | | | | | | | with it. Allows implementing support for e.g. TLS SNI.
| * ACE/ace/SSL/SSL_Asynch_BIO.cpp: fix build with libresslFabrice Fontaine2022-04-031-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the following build failure with libressl: /home/autobuild/autobuild/instance-10/output-1/build/ace-7.0.6/ace/SSL/SSL_Asynch_BIO.cpp:174:7: error: 'BIO_get_init' was not declared in this scope; did you mean 'BIO_set_init'? 174 | if (BIO_get_init(pBIO) == 0 || p_stream == 0 || buf == 0 || len <= 0) | ^~~~~~~~~~~~ | BIO_set_init Fixes: - http://autobuild.buildroot.org/results/386afa88ac9e5e3bb65dddeabf610bb1e9bc4285 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* | 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 ↵Steve Huston2022-04-0115-122/+11
| | | | | | | | Riverace-6.2 branch.
* | 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
| |