Releases: Llama-Group/Project-Llama
Releases · Llama-Group/Project-Llama
Google Test and Data Generator
Google Test
- Google Test implanted
 - Part of Sort Unit Test added
 
DataGenerator
- Generating various random/continuous data for test
 
Xcode, Sort and Test Data
New Features
- Add support for generating Xcode project with appending "xcode" in building command.
 - Add Insertion Sort along with example and benchmark.
 - Add Bubble Sort and Selection Sort.
 
API Changes (Parameter and return type not shown)
- Name change: In Sort.h: sort() changed to performSort()
 - Implementation change: In Sort.h: implementation of getValue() changed to compare() with other object.
 
Bug Fixes
- Abort building if project folder not named "Project-Llama".
 
Remaining Issues
- Xcode Productions are red(not found).
 - Xcode not showing .h files.
 
C++ Lint
Build system ready
An initial release has CMake build and Gradle build working good. Containing some basic algorithms and a playground for sorting.