Skip to content

Releases: Llama-Group/Project-Llama

Google Test and Data Generator

13 Aug 13:25

Choose a tag to compare

Pre-release

Google Test

  • Google Test implanted
  • Part of Sort Unit Test added

DataGenerator

  • Generating various random/continuous data for test

Xcode, Sort and Test Data

10 Aug 09:37

Choose a tag to compare

Pre-release

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

05 Aug 22:27

Choose a tag to compare

C++ Lint Pre-release
Pre-release

Google-lint for C++ added.
Refinement on coverage.

API Change

Sort.h:

sort function changed to performSort function.

Build system ready

29 Jul 20:54

Choose a tag to compare

Build system ready Pre-release
Pre-release

An initial release has CMake build and Gradle build working good. Containing some basic algorithms and a playground for sorting.