summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #173 from jwillemsen/jwi-runvcpkgv10ocitao22ap27MPC_5_0_fa040f2bJohnny Willemsen2023-01-301-14/+19
|\ | | | | Upgrade to run-vcpkg v10
| * Upgrade to run-vcpkg v10Johnny Willemsen2023-01-301-14/+19
|/ | | | * .github/workflows/windows.yml:
* Merge pull request #172 from DOCGroup/modernizationocielliottc2023-01-2725-513/+598
|\ | | | | Modernization of html documentation (and rpm script)
| * Replaced old images with new graphviz images, removed old image sources, and ↵Chad Elliott2023-01-2716-130/+33
| | | | | | | | moved images into the images directory.
| * 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
|\ | | | | Added base projects for various databases.
| * Merge pull request #1 from ocielliottc/databasesocielliottc2023-01-256-2/+92
| |\ |/ / | | Added base projects for various databases.
| * Added base projects for various databases.Chad Elliott2023-01-256-2/+92
|/
* Merge pull request #170 from DOCGroup/elliottc/versionocielliottc2023-01-215-25/+59
|\ | | | | Removed the automated version number based on ChangeLog
| * 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 typos
| * fix typosAdam Mitz2023-01-032-2/+2
|/
* Merge pull request #164 from DOCGroup/elliottc/cmake-supportocielliottc2023-01-0316-25/+700
|\ | | | | Elliottc/cmake support
| * Switch from converting $() vars to non-environment variables. Allow the ↵Chad Elliott2022-11-231-1/+1
| | | | | | | | user to set the variable at the CMake level, instead of in the environment.
| * Make dynamicflags and staticflags PRIVATE so that they are not propagated to ↵Chad Elliott2022-11-221-5/+5
| | | | | | | | projects that use the generated project.
| * Added headers, inline files, and template files as variables to allow manual ↵Chad Elliott2022-11-211-0/+12
| | | | | | | | addition of install() calls.
| * 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 ↵Chad Elliott2022-11-172-7/+57
| | | | | | | | project group directory and adding the bin dir parameter to add_subdirectory().
| * Corrected problems with generation of CMake workspaces with directories ↵Chad Elliott2022-11-172-15/+49
| | | | | | | | above or outside of the directory of the workspace.
| * Added a template function to help determine if a variable value is a CMake ↵Chad Elliott2022-11-152-2/+47
| | | | | | | | macro usage. This allows us to handle those values in a special way in the template to allow conditionally linking in libraries.
| * 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
| |
| * 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
|\ \ | | | | | | Allow multiple combined custom types to have the same command.
| * | Clear out the previous custom_multi_details hash map so that we don't have ↵Chad Elliott2022-11-101-0/+5
| | | | | | | | | | | | extraneous data associated with commands.
| * | 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=off for bcc64 as workaround for runtime crashes using 11.2
| * | Add -GE:HIGHENTROPYVA=offJohnny Willemsen2022-11-031-1/+1
|/ / | | | | | | * templates/bmake.mpd:
| * 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 ↵Chad Elliott2022-11-092-9/+10
| | | | | | | | add_compile_* calls with target_compile_*.
| * Modified the template to incorporate the project name into variables.Chad Elliott2022-11-072-90/+77
| | | | | | | | Leave generated projects in their original file and included them into the workspace CMakeLists.txt
| * 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 ↵Chad Elliott2022-11-041-1/+2
| | | | | | | | building an executable.
| * 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
| | | | | | | | decorators when CMAKE_CONFIGURATION_TYPES is not set.
| * Change target_include_directories and target_link_directories to be PRIVATE.ocielliottc2022-10-311-2/+2
| | | | | | Co-authored-by: Fred Hornsey <hornseyf@objectcomputing.com>
| * Added information on CMake support.Chad Elliott2022-10-263-7/+45
| |
| * Replaced hard-coded calls to find_package() with "packages" template ↵Chad Elliott2022-10-261-14/+3
| | | | | | | | variable to allow for multiple user-determined packages.
| * Moved the configurable library decorator into the project target name and ↵Chad Elliott2022-10-251-2/+2
| | | | | | | | out of the target property. Having it in the target property caused CMake to lose all of the project dependencies.
| * Initial modifications to support switching between shared and static libraries.Chad Elliott2022-10-251-4/+24
| |
| * Process escaped characters within forfirst, forlast, fornotfirst, ↵Chad Elliott2022-10-212-7/+9
| | | | | | | | fornotlast, default template variable values, and scope function parameters. Utilize this to correct processing errors in the cmake template.
| * Sort combined commands (based on original type) so that projects are ↵Chad Elliott2022-10-211-0/+6
| | | | | | | | reproducable.
| * Insert subdirectories after all find_package() calls to allow for configuration.Chad Elliott2022-10-201-3/+11
| |