Changes between Version 10 and Version 11 of ModularBoost
- Timestamp:
- Jan 4, 2014, 1:51:51 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ModularBoost
v10 v11 15 15 * [wiki:PostCvtMergePoint First Merge to Master after SVN Conversion] 16 16 17 * [wiki:SuperProjectWorkflow Under Construction]18 19 17 == Conversion from Subversion to Git and Modular Boost == 20 18 … … 22 20 * Conversion [https://github.com/ryppl/boost-svn2git/issues/milestones Milestone] and [https://github.com/ryppl/boost-svn2git/issues Issue] trackers. 23 21 24 22 == Getting Started== 25 23 26 24 * [wiki:Git/GitHome Getting Started with Git] … … 29 27 * [wiki:TryModBoost Getting Started with Modular Boost] 30 28 * [wiki:StartModMaint Getting Started with Modular Boost Library Maintenance] 31 * [wiki:StartModDev Getting Started with Modular Boost Library Development]29 * [wiki:StartModDev Under construction] 32 30 * [wiki:StartModPatchAndPullReq Getting Started with Patches and Pull Requests] 31 * [wiki:StartTestingLinuxOnWindows Getting Started with Testing using Linux virtual machine on Windows host] 33 32 34 * [wiki:StartTestingLinuxOnWindows Getting Started with Testing using Linux virtual machine on Windows host] 33 == New Libraries == 34 35 * [wiki:NewLibFromGit Creating a new library from an existing Git repository] 36 * [wiki:NewLibByRefactor Creating a new library by refactoring existing Boost repositories] 37 38 == Release Management == 39 40 * [wiki:SuperProjectWorkflow Super-project workflow (Under Construction)]