Skip to content

Releases: vishal-ahirwar/aura

Aura 2.4.1

14 Jan 12:30
Compare
Choose a tag to compare

+createinstaller bug Fixes

Aura 2.4.0

09 Jan 14:58
Compare
Choose a tag to compare

+Project Config Added
fixes some other issues too likecreateinstaller , setup, fix seg fault and user input and more.

Aura_2.3.0

24 Dec 16:53
Compare
Choose a tag to compare

+Conan Package Manager added
+setup can install conan 32 or 64bit for windows
now can easily integrate external C/C++ library to your project with just a single command aura add sdl/2.30.9 then simply aura compile
Aura will automatically add necessary files needed to configure conan with cmake project [Note: there are some known issue with aura adding external library to project you may need to tweak CMakeFile.txt find_package() and target_link_libraries()]
this is your best solution for that https://conan.io/center
newly commands added to aura
+add : add external library to your project
+reload : fetch( from conan center) or build locally external library

aura_2.2.0

09 Dec 14:19
Compare
Choose a tag to compare

build system:
+from this version the default generator is Ninja for faster builds :)
+option added for installing 32bit or 64bit compiler or cmake tools
+catch2 for unit testing
+run tests using aura utest

aura_2.1.2

08 Dec 12:33
Compare
Choose a tag to compare

+Debug command added
+project renamed from ccli to aura ;)

aura_2.1.1

10 Nov 10:59
Compare
Choose a tag to compare

+update command added
+add networking library CPR into CLI so it can download Compiler and CMake using it's own feature instead of depending on wget ;)
Now you can update the ccli just by using ccli update which will fetch latest build from this repo release :)
+linux setup and update function implementation done

CCLI_win_2.1.0

10 Nov 07:34
Compare
Choose a tag to compare

-Removed Chocolatey
+added fix command
+added setup command

Now you can install C/C++ compiler and CMake directly using ccli just by running ccli setupand ccli will automatically download mingw compiler and cmake from github and add Compiler and CMake to PATH variable and copy itself to ccli folder

+added ccli cconfig file to keep track of installation of compiler and cmake and PATH

ccli path should be like this : C:\Users\{USERNAME}\ccli

+and most importantly project got renamed from newton to ccli [ more accurate ;)]

Newton 2.0

26 Sep 15:07
Compare
Choose a tag to compare

+Setup() Implementation

newton 1.2.2

05 Aug 09:20
Compare
Choose a tag to compare

added some more commands

gtest : for unit testing
createinstaller : to create packaged build

and some other minor changes :)

Full Changelog: newton-v1.2.1-win...newton-v1.2.2

newton 1.2.1-win32

03 Feb 15:16
3c89e83
Compare
Choose a tag to compare

fixes in some typos ;)
added build success or failed messages