summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/build_command/BeforeProject.cmake
blob: a2175c469523450a0560bebbcc1188682eefe327 (plain)
1
2
3
build_command(MAKECOMMAND_DEFAULT_VALUE)
message(AUTHOR_WARNING "build_command() returned:\n ${MAKECOMMAND_DEFAULT_VALUE}")
project(${RunCMake_TEST} NONE)
| * | | | merge 3.4Benjamin Peterson2015-09-270-0/+0 | |\ \ \ \ | | |/ / / | | * | | merge headsBenjamin Peterson2015-09-271-22/+14 | | |\ \ \ | * | \ \ \ merge headsBenjamin Peterson2015-09-271-22/+14 | |\ \ \ \ \ * | \ \ \ \ \ merge headsBenjamin Peterson2015-09-271-22/+14 |\ \ \ \ \ \ \ | * \ \ \ \ \ \ Merge with 3.5Terry Jan Reedy2015-09-271-22/+14 | |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | | * | | | | | Merge with 3.4Terry Jan Reedy2015-09-271-22/+14 | | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | | | | | * | | | | Issue #25198: When using the Idle dov TOC menu, put the section title at theTerry Jan Reedy2015-09-271-22/+14 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | top of the window, unless it is too near the bottom to do do. * | | | | | | | merge 3.5Benjamin Peterson2015-09-271-1/+1 |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | / / / / | | |_|/ / / / | |/| | | | | | * | | | | | merge 3.4Benjamin Peterson2015-09-271-1/+1 | |\ \ \ \ \ \ | | |/ / / / / | |/| | / / / | | | |/ / / | | |/| | | | | * | | | make wikipedia link httpsBenjamin Peterson2015-09-271-1/+1 | | |/ / / * | | | | merge 3.5Benjamin Peterson2015-09-271-2/+2 |\ \ \ \ \ | |/ / / / | * | | | merge 3.4Benjamin Peterson2015-09-271-2/+2 | |\ \ \ \ | | |/ / / | | * | | shorten and fix casing of titleBenjamin Peterson2015-09-271-2/+2 | | | | | * | | | | merge 3.5 (#25245)Benjamin Peterson2015-09-271-0/+1 |\ \ \ \ \ | |/ / / / | * | | | merge 3.4 (#25245)Benjamin Peterson2015-09-271-0/+1 | |\ \ \ \ | | |/ / / | | * | | initialize return value to NULL to avoid compiler compliants (closes #25245)Benjamin Peterson2015-09-271-0/+1 | | | | | * | | | | merge 3.5 (#23329)Benjamin Peterson2015-09-272-2/+4 |\ \ \ \ \ | |/ / / / | * | | | detect alpn by feature flag not openssl version (closes #23329)Benjamin Peterson2015-09-272-2/+4 | | | | | * | | | | Move the copy and clear functions upwards to eliminate unnecessary forward ↵Raymond Hettinger2015-09-271-117/+113 | | | | | | | | | | | | | | | | | | | | references. * | | | | Minor tweak to the order of variable updates.Raymond Hettinger2015-09-271-2/+2 | | | | | * | | | | Bump up the maximum number of freeblocksRaymond Hettinger2015-09-271-1/+1 | | | | | * | | | | Merge with 3.5Terry Jan Reedy2015-09-272-0/+2 |\ \ \ \ \ | |/ / / / | * | | | Merge with 3.4Terry Jan Reedy2015-09-272-0/+2 | |\ \ \ \ | | |/ / / | | * | | Issue #24570: Idle: make calltip and completion boxes appear on MacsTerry Jan Reedy2015-09-272-0/+2 | | | | | | | | | | | | | | | | | | | | affected by a tk regression. Initial patch by Mark Roseman. * | | | | Merge with 3.5Terry Jan Reedy2015-09-261-1/+6 |\ \ \ \ \ | |/ / / / | * | | | Merge with 3.4Terry Jan Reedy2015-09-261-1/+6 | |\ \ \ \ | | |/ / / | | * | | Issue #24988: Idle ScrolledList context menus (used in debugger)Terry Jan Reedy2015-09-261-1/+6 | | | | | | | | | | | | | | | | | | | | now work on Mac Aqua. Patch by Mark Roseman. * | | | | Issue #25220: Move most regrtest.py code to libregrtestVictor Stinner2015-09-26