summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * Added a language to the workspace project.Chad Elliott2022-10-191-1/+1
| * Check for dynamicflags and staticflags before using them. Added pch_defines.Chad Elliott2022-10-191-0/+7
| * Added settings to make CMake build things in the default style of MPC.Chad Elliott2022-10-182-4/+40
| * Added a workspace of sorts to handle multiple projects.Chad Elliott2022-10-171-2/+78
| * Added support for precompiled headers.Chad Elliott2022-10-171-0/+4
| * Added a pre_find_target template variable and usage of compile_options. Also...Chad Elliott2022-10-141-1/+9
| * Force CMake projects to be generated as if the user provided -use_env on the ...Chad Elliott2022-10-142-1/+7
| * Temporarily escape new-line characters when creating an array so that regular...Chad Elliott2022-10-141-0/+2
| * Use env_includes to issue the find_package() function, as it will not have be...Chad Elliott2022-10-131-3/+3
| * Added support for flag_overrides of command flags.Chad Elliott2022-10-121-5/+11
| * Added configurable build configurations and used combined_custom to simplify ...Chad Elliott2022-10-124-29/+48
| * Sort the types to ensure that the combined custom type name will be the same ...Chad Elliott2022-10-121-1/+1
| * Added a 'type' to the combined custom command structure.Chad Elliott2022-10-122-6/+21
| * Turn off automatic output for all custom commands. That must be handled by C...Chad Elliott2022-10-123-34/+48
| * Added hard-coded configurations for libraries.Chad Elliott2022-10-111-2/+3
| * Added dynamicflags, staticflags, libpaths, and macros. Corrected basic suppo...Chad Elliott2022-10-112-9/+37
| * Initial commit of experimental support of CMake.Chad Elliott2022-10-103-0/+227
| * Removed unused parameter.Chad Elliott2022-10-101-4/+2
|/
* Merge pull request #163 from DOCGroup/jwillemsen-patch-1ocitao22ap25ACE+TAO-7_0_9Johnny Willemsen2022-08-161-1/+1
|\
| * Deprecate github running MacOS 10.15 and add MacOS 12Johnny Willemsen2022-08-161-1/+1
|/
* Merge pull request #162 from jwillemsen/jwi-actionpermissionsocitao22ap24ACE+TAO-7_0_8ACE+TAO-7_0_7ACE+TAO-6_5_18ACE+TAO-6_5_17Johnny Willemsen2022-05-104-0/+12
|\