summaryrefslogtreecommitdiff
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #178 from DOCGroup/elliottc/more_databasesACE+TAO-7_1_0Latest_ACE7TAO3_MinorLatest_ACE7TAO3_Microocielliottc2023-02-1710-7/+78
|\ | | | | Support for more databases and utilities
| * Added support for RDFox.Chad Elliott2023-02-151-0/+10
| |
| * Added lib64 to the libpaths.Chad Elliott2023-02-151-1/+1
| |
| * Split velocypack from fuerte.Chad Elliott2023-02-152-9/+14
| |
| * MsgPack requires boost.Chad Elliott2023-02-151-1/+1
| |
| * Split bson from mongodb and added fuerte, objectstore, op_lite, and redis++.Chad Elliott2023-02-136-5/+61
| |
* | Update pin_base.mpbSai Pavan Kumar Meruga2023-02-101-1/+0
| |
* | Update pintool_static.mpbSai Pavan Kumar Meruga2023-02-101-1/+0
| |
* | Update pin_static.mpbSai Pavan Kumar Meruga2023-02-101-1/+1
| |
* | Update pintool.mpbSai Pavan Kumar Meruga2023-02-101-1/+1
| |
* | chore:minor changes to build static tools in pin-3.26sameruga2023-02-102-5/+1
| |
* | chore: added support for static tools in pin-3.26sameruga2023-02-104-12/+17
|/
* Added base projects for various databases.Chad Elliott2023-01-256-2/+92
|
* Use the macro for the XercesC to allow generation of CMakeLists that can be ↵Chad Elliott2022-11-151-1/+1
| | | | used with or without xerces.
* Add CMake style references.Chad Elliott2022-11-112-5/+21
|
* Merge pull request #155 from DOCGroup/pin3.21Johnny Willemsen2022-02-103-21/+24
|\ | | | | fix: updated base projects for pin 3.21
| * fix: updated base projects for pin3.21James Hill2022-02-073-21/+24
| |
* | add support for qml and quicklukemouse2022-01-302-0/+10
|/
* Include Directory Needed in Newer WiresharksFred Hornsey2022-01-171-1/+1
| | | | To fix issue reported in https://github.com/objectcomputing/OpenDDS/discussions/3272
* Updated Qt5 base projects for -static buildsAdam Mitz2021-12-218-8/+18
|
* Update pin_base.mpbpinJohnny Willemsen2021-11-151-1/+1
|
* chore: merge masterJames Hill2021-11-148-38/+75
|\
| * mpb updates for vs2022Adam Mitz2021-11-094-8/+8
| | | | | | | | | | | | In some cases, these no longer distinguish between pre-vc10 (vcproj) and modern (vcxproj) versions. Since vc10 is no longer supported, this will make for easier maintenance going forward.
| * Define WIN32_LEAN_AND_MEAN on WindowsJohnny Willemsen2021-06-021-2/+2
| | | | | | | | * config/nddslib.mpb:
| * glib: lib is in debug subdirectory with vcpkgAdam Mitz2021-03-191-0/+5
| |
| * glib: support for finding headers directly in GLIB_ROOT/includeAdam Mitz2021-03-191-2/+9
| | | | | | | | conditional based on an MPC feature, default is to work as it did before this change
| * Merge pull request #128 from jwillemsen/jwi-zlibJohnny Willemsen2021-03-151-6/+13
| |\ | | | | | | Test and support zlib on windows
| | * Use variableJohnny Willemsen2021-03-151-2/+2
| | | | | | | | | | | | * config/zlib.mpb:
| | * Windows fixJohnny Willemsen2021-03-151-3/+2
| | | | | | | | | | | | * config/zlib.mpb:
| | * Fix linux by reverting some changeJohnny Willemsen2021-03-151-3/+2
| | | | | | | | | | | | * config/zlib.mpb:
| | * Support and test zlib on windowsJohnny Willemsen2021-03-151-6/+15
| | | | | | | | | | | | | | | * .github/workflows/windows.yml: * config/zlib.mpb:
| * | moved architecture specific commands to intel64 featureCaleb Kirby2021-02-032-6/+17
| | |
| * | update for pinpp on pin 3.14Caleb Kirby2021-02-022-6/+6
| | |
| * | updated to new pin for linux x64 archCaleb Kirby2021-01-271-3/+6
| |/ | | | | | | should work with others but currently unable to test windows and vc
| * Add a gnuace verbatim section so that we can remove the specific xsc ↵Johnny Willemsen2020-11-111-15/+21
| | | | | | | | | | | | handling from the gnuace template in ACE * config/xscdefaults.mpb:
* | fix: added includes to fix build issuesJames Hill2021-11-141-2/+4
|/
* New base projects for mqtt and zmqJohnny Willemsen2019-08-292-0/+24
| | | | | | * config/mqttlib.mpb: * config/zmqlib.mpb: Added.
* Add support for Visual Studio 2019 using Visual C++ 14.2Johnny Willemsen2019-02-054-4/+7
|
* Revert "Don't use expand, just add the new variables to the paths, in some ↵revert-77-jwi-inclibdirJohnny Willemsen2018-11-022-4/+22
| | | | wa…"
* Don't use expand, just add the new variables to the paths, in some way the ↵Johnny Willemsen2018-11-022-22/+4
| | | | | | | changes conflicted with the ACE gnuace template making TAO security to break * config/openssl.mpb: * config/xerces.mpb:
* Merge pull request #76 from jwillemsen/jwi-inclibdirJohnny Willemsen2018-11-013-5/+23
|\ | | | | Introduce new SSL_INCDIR/SSL_LIBDIR and XERCESC_INCDIR/XERCESC_LIBDIR…
| * Introduce new SSL_INCDIR/SSL_LIBDIR and XERCESC_INCDIR/XERCESC_LIBDIR to ↵Johnny Willemsen2018-11-013-5/+23
| | | | | | | | | | | | | | | | specify a custom include/lib dir as needed for vcpkg versions of openssl/xercesc * config/openssl.mpb: * config/wxbase.mpb: * config/xerces.mpb:
* | qt5 with -type gnuace: provide workaround in case no PIC flag is defined ↵Adam Mitz2018-09-141-2/+1
|/ | | | (such as static_libs_only)
* Add support for QT5_SUFFIX, on some linux distributions the qt5 binaries ↵Johnny Willemsen2018-09-131-3/+10
| | | | | | have a -qt5 suffix * config/qt5_core.mpb:
* Qt5: Optional bin and lib variablesFred Hornsey2018-09-101-4/+12
|
* Qt5: Correct Varible for PIC SettingFred Hornsey2018-09-101-1/+1
|
* qt5_core.mpb: s/QT5_DIR/QTDIR/g and simplify PICFred Hornsey2018-09-061-10/+7
|
* qt5_core.mpb: s/windows/microsoft/gFred Hornsey2018-09-041-1/+1
|
* Qt5: s/lit_libs/libs/gFred Hornsey2018-09-048-8/+8
|
* Added qt4 to global.featuresFred Hornsey2018-08-311-1/+2
|