Releases: vishal-ahirwar/aura
Aura 2.4.1
+createinstaller bug Fixes
Aura 2.4.0
+Project Config Added
fixes some other issues too likecreateinstaller , setup, fix seg fault and user input
and more.
Aura_2.3.0
+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
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
+Debug command added
+project renamed from ccli to aura ;)
aura_2.1.1
+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
-Removed Chocolatey
+added fix command
+added setup command
Now you can install C/C++ compiler and CMake directly using ccli just by running ccli setup
and 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
+Setup() Implementation
newton 1.2.2
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
fixes in some typos ;)
added build success or failed messages