Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'update-libarchive' | Brad King | 2014-04-17 | 11 | -146/+197 |
|\ | |||||
| * | libarchive: Use _snprintf on Windows, not snprintf | Brad King | 2014-04-15 | 1 | -0/+4 |
| * | libarchive: Drop LIBARCHIVE_ADDITIONAL_LIBS, CMake does not need it | Brad King | 2014-04-15 | 1 | -6/+0 |
| * | libarchive: Update README-CMake.txt for new snapshot | Brad King | 2014-04-15 | 1 | -4/+4 |
| * | Merge branch 'libarchive-upstream' into update-libarchive | Brad King | 2014-04-15 | 9 | -139/+192 |
| |\ | |||||
| | * | libarchive 3.1.2-246-ga5a5d28b (reduced) | LibArchive Upstream | 2014-04-15 | 9 | -139/+195 |
| * | | libarchive: Disable all whitespace checks in third-party code | Brad King | 2014-04-15 | 1 | -1/+1 |
| * | | libarchive: Avoid left-shift overflow of signed integer | Brad King | 2014-04-15 | 1 | -2/+2 |
* | | | Merge topic 'update-prebuilt-openssl' | Brad King | 2014-04-17 | 3 | -9/+9 |
|\ \ \ | |||||
| * | | | Utilities/Release: Update to openssl-1.0.1g | Brad King | 2014-04-15 | 3 | -9/+9 |
* | | | | Merge topic 'codelite-simplify' | Brad King | 2014-04-17 | 1 | -8/+4 |
|\ \ \ \ | |||||
| * | | | | CodeLite generator: simplify code a bit | Rolf Eike Beer | 2014-04-15 | 1 | -8/+4 |
| |/ / / | |||||
* | | | | Merge topic 'vs-use-full-paths' | Brad King | 2014-04-17 | 1 | -2/+3 |
|\ \ \ \ | |||||
| * | | | | VS: Use full path to sources to allow deeper trees with VS >= 10 | Brad King | 2014-04-15 | 1 | -2/+3 |
| |/ / / | |||||
* | | | | Merge topic 'ar-no-replace' | Brad King | 2014-04-17 | 3 | -6/+6 |
|\ \ \ \ | |||||
| * | | | | Support duplicate object names in large archives (#14874) | Brad King | 2014-04-16 | 3 | -6/+6 |
* | | | | | Merge topic 'archive-null-error' | Brad King | 2014-04-17 | 1 | -14/+21 |
|\ \ \ \ \ | |||||
| * | | | | | cmArchiveWrite: Handle NULL error string (#14882) | Brad King | 2014-04-16 | 1 | -14/+21 |
* | | | | | | Merge topic 'implicit-libNN-dirs' | Brad King | 2014-04-17 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Drop /lib32 and /lib64 from link directories and RPATH (#14875) | Brad King | 2014-04-16 | 1 | -1/+1 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-04-17 | 1 | -1/+1 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-04-16 | 1 | -1/+1 |
| |_|_|/ / / |/| | | | | | |||||
* | | | | | | Merge topic 'cxx11-features' | Brad King | 2014-04-15 | 47 | -1/+796 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Features: Add cxx_defaulted_move_initializers. | Stephen Kelly | 2014-04-08 | 4 | -0/+14 |
| * | | | | | | Features: Add cxx_long_long_type. | Stephen Kelly | 2014-04-08 | 4 | -0/+12 |
| * | | | | | | Features: Add cxx_func_identifier. | Stephen Kelly | 2014-04-08 | 4 | -0/+13 |
| * | | | | | | Features: Add cxx_local_type_template_args. | Stephen Kelly | 2014-04-08 | 4 | -0/+28 |
| * | | | | | | Features: Add cxx_extended_friend_declarations. | Stephen Kelly | 2014-04-08 | 4 | -0/+32 |
| * | | | | | | Features: Add cxx_enum_forward_declarations. | Stephen Kelly | 2014-04-08 | 4 | -0/+15 |
| * | | | | | | Features: Add cxx_default_function_template_args. | Stephen Kelly | 2014-04-08 | 4 | -0/+19 |
| * | | | | | | Features: Add cxx_right_angle_brackets. | Stephen Kelly | 2014-04-08 | 4 | -0/+19 |
| * | | | | | | Features: Add cxx_decltype_incomplete_return_types. | Stephen Kelly | 2014-04-08 | 4 | -2/+23 |
| * | | | | | | Features: Add cxx_sizeof_member. | Stephen Kelly | 2014-04-08 | 4 | -0/+17 |
| * | | | | | | Features: Add cxx_thread_local. | Stephen Kelly | 2014-04-08 | 4 | -0/+9 |
| * | | | | | | Features: Add cxx_inline_namespaces. | Stephen Kelly | 2014-04-08 | 4 | -0/+33 |
| * | | | | | | Features: Add cxx_variadic_macros. | Stephen Kelly | 2014-04-08 | 4 | -0/+20 |
| * | | | | | | Features: Add cxx_uniform_initialization. | Stephen Kelly | 2014-04-08 | 4 | -0/+16 |
| * | | | | | | Features: Add cxx_generalized_initializers. | Stephen Kelly | 2014-04-08 | 4 | -0/+30 |
| * | | | | | | Features: Add cxx_attributes. | Stephen Kelly | 2014-04-08 | 4 | -0/+9 |
| * | | | | | | Features: Add cxx_alignof. | Stephen Kelly | 2014-04-08 | 4 | -0/+12 |
| * | | | | | | Features: Add cxx_alignas. | Stephen Kelly | 2014-04-08 | 4 | -0/+11 |
| * | | | | | | Features: Add cxx_extern_templates. | Stephen Kelly | 2014-04-08 | 4 | -0/+20 |
| * | | | | | | Features: Add cxx_unrestricted_unions. | Stephen Kelly | 2014-04-08 | 4 | -0/+18 |
| * | | | | | | Features: Add cxx_unicode_literals. | Stephen Kelly | 2014-04-08 | 4 | -0/+10 |
| * | | | | | | Features: Add cxx_user_literals. | Stephen Kelly | 2014-04-08 | 4 | -0/+14 |
| * | | | | | | Features: Add cxx_alias_templates. | Stephen Kelly | 2014-04-08 | 4 | -0/+18 |
| * | | | | | | Features: Add cxx_rvalue_references. | Stephen Kelly | 2014-04-08 | 4 | -0/+12 |
| * | | | | | | Features: Add cxx_reference_qualified_functions. | Stephen Kelly | 2014-04-08 | 4 | -0/+20 |
| * | | | | | | Features: Add cxx_raw_string_literals. | Stephen Kelly | 2014-04-08 | 4 | -0/+14 |
| * | | | | | | Features: Add cxx_range_for. | Stephen Kelly | 2014-04-08 | 4 | -0/+17 |