summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #173 from jwillemsen/jwi-runvcpkgv10ocitao22ap27MPC_5_0_fa040f2bJohnny Willemsen2023-01-301-14/+19
|\
| * Upgrade to run-vcpkg v10Johnny Willemsen2023-01-301-14/+19
|/
* Merge pull request #172 from DOCGroup/modernizationocielliottc2023-01-2725-513/+598
|\
| * Replaced old images with new graphviz images, removed old image sources, and ...Chad Elliott2023-01-2716-130/+33
| * Fixed spacing in usage.Chad Elliott2023-01-261-1/+1
| * Updated for git.Chad Elliott2023-01-261-1/+1
| * Update the icon from the OCI website.Chad Elliott2023-01-261-0/+0
| * Use modern fonts from google.Chad Elliott2023-01-266-379/+562
| * Removed references to ociweb.comChad Elliott2023-01-263-4/+3
|/
* Merge pull request #171 from ocielliottc/masterocielliottc2023-01-266-2/+92
|\
| * Merge pull request #1 from ocielliottc/databasesocielliottc2023-01-256-2/+92
| |\ |/ /
| * Added base projects for various databases.Chad Elliott2023-01-256-2/+92
|/
* Merge pull request #170 from DOCGroup/elliottc/versionocielliottc2023-01-215-25/+59
|\
| * Redirect errors from git.Chad Elliott2023-01-201-1/+3
| * Update version to contain git version info, when available.Chad Elliott2023-01-195-25/+57
* | Merge pull request #169 from mitza-oci/masterAdam Mitz2023-01-042-2/+2
|\ \ | |/ |/|
| * fix typosAdam Mitz2023-01-032-2/+2
|/
* Merge pull request #164 from DOCGroup/elliottc/cmake-supportocielliottc2023-01-0316-25/+700
|\
| * Switch from converting $() vars to non-environment variables. Allow the user...Chad Elliott2022-11-231-1/+1
| * Make dynamicflags and staticflags PRIVATE so that they are not propagated to ...Chad Elliott2022-11-221-5/+5
| * Added headers, inline files, and template files as variables to allow manual ...Chad Elliott2022-11-211-0/+12
| * Support multiple projects in the out-of-tree workspaces.Chad Elliott2022-11-171-11/+24
| * Handle out-of-tree directories properly by creating a workspace for each proj...Chad Elliott2022-11-172-7/+57
| * Corrected problems with generation of CMake workspaces with directories above...Chad Elliott2022-11-172-15/+49
| * Added a template function to help determine if a variable value is a CMake ma...Chad Elliott2022-11-152-2/+47
| * Use the macro for the XercesC to allow generation of CMakeLists that can be u...Chad Elliott2022-11-151-1/+1
| * Add CMake style references.Chad Elliott2022-11-112-5/+21
| * Added a missing space.Chad Elliott2022-11-111-1/+1
| * Merge branch 'master' into elliottc/cmake-supportChad Elliott2022-11-113-12/+51
| |\ | |/ |/|
* | Merge pull request #166 from DOCGroup/elliottc/combined-customocitao22ap26ACE+TAO-7_0_11ACE+TAO-7_0_10ACE+TAO-6_5_19Latest_ACETAO_Microocielliottc2022-11-102-8/+53
|\ \
| * | Clear out the previous custom_multi_details hash map so that we don't have ex...Chad Elliott2022-11-101-0/+5
| * | Allow multiple combined custom types to have the same command.Chad Elliott2022-11-092-8/+48
|/ /
* | Merge pull request #165 from jwillemsen/jwi-bcc64path2Johnny Willemsen2022-11-041-1/+1
|\ \
| * | Add -GE:HIGHENTROPYVA=offJohnny Willemsen2022-11-031-1/+1
|/ /
| * Added a comment about the dollar sign.Chad Elliott2022-11-101-0/+3
| * Define MPC_LIB_MODIFIER as ACE expects it to be defined.Chad Elliott2022-11-101-0/+5
| * Use the workspace name in the workspace CMakeLists.txt and repaced all add_co...Chad Elliott2022-11-092-9/+10
| * Modified the template to incorporate the project name into variables.Chad Elliott2022-11-072-90/+77
| * Fixed the translation of "." when used within libpaths.Chad Elliott2022-11-041-2/+2
| * No need to output archive, library, or runtime output directory settings if b...Chad Elliott2022-11-041-1/+2
| * Corrected the warning message.Chad Elliott2022-11-011-1/+1
| * Set the target link libraries to the libraries specified without any library ...Chad Elliott2022-10-311-0/+4
| * Change target_include_directories and target_link_directories to be PRIVATE.ocielliottc2022-10-311-2/+2
| * Added information on CMake support.Chad Elliott2022-10-263-7/+45
| * Replaced hard-coded calls to find_package() with "packages" template variable...Chad Elliott2022-10-261-14/+3
| * Moved the configurable library decorator into the project target name and out...Chad Elliott2022-10-251-2/+2
| * Initial modifications to support switching between shared and static libraries.Chad Elliott2022-10-251-4/+24
| * Process escaped characters within forfirst, forlast, fornotfirst, fornotlast,...Chad Elliott2022-10-212-7/+9
| * Sort combined commands (based on original type) so that projects are reproduc...Chad Elliott2022-10-211-0/+6
| * Insert subdirectories after all find_package() calls to allow for configuration.Chad Elliott2022-10-201-3/+11