Release 0.2.7
Changes since release 0.2.6 - Add configuration check for long double - config: Add tests for _Float80 and _Float128 - Add configuration check for _Float16 - Merge pull request #3 from FreedomBen/FreedomBen-typo-fix - Fix simple typo avaiable -> available - More renaming using the .ext convention - Repair installation of DLLs - Rename MIQ_COMPILE to COMPILE-lt (for libtool) - Replace [BUILD] with [LINK] in the output - Make the COMPILE and LINK build steps more generic - Rename OBJFILES to BUILD - Replace OBJ_EXT with EXT.obj and similar for other extensions - Add a test printout for the count-characters test - Fix name fo test executable in example makefie Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
This commit is contained in:
parent
2bd0e0efdc
commit
70c9271721
1
Makefile
1
Makefile
|
@ -36,6 +36,7 @@
|
||||||
|
|
||||||
# Package description
|
# Package description
|
||||||
PACKAGE_NAME=make-it-quick
|
PACKAGE_NAME=make-it-quick
|
||||||
|
PACKAGE_VERSION=0.2.7
|
||||||
PACKAGE_DESCRIPTION=A simple auto-configuring build system for C and C++ programs
|
PACKAGE_DESCRIPTION=A simple auto-configuring build system for C and C++ programs
|
||||||
PACKAGE_URL=http://github.com/c3d/make-it-quick
|
PACKAGE_URL=http://github.com/c3d/make-it-quick
|
||||||
|
|
||||||
|
|
22
NEWS
22
NEWS
|
@ -1,3 +1,25 @@
|
||||||
|
v0.2.7
|
||||||
|
- Add configuration check for long double
|
||||||
|
- config: Add tests for _Float80 and _Float128
|
||||||
|
- Add configuration check for _Float16
|
||||||
|
- Merge pull request #3 from FreedomBen/FreedomBen-typo-fix
|
||||||
|
- Fix simple typo avaiable -> available
|
||||||
|
- More renaming using the .ext convention
|
||||||
|
- Repair installation of DLLs
|
||||||
|
- Rename MIQ_COMPILE to COMPILE-lt (for libtool)
|
||||||
|
- Replace [BUILD] with [LINK] in the output
|
||||||
|
- Make the COMPILE and LINK build steps more generic
|
||||||
|
- Rename OBJFILES to BUILD
|
||||||
|
- Replace OBJ_EXT with EXT.obj and similar for other extensions
|
||||||
|
- Add a test printout for the count-characters test
|
||||||
|
- Fix name fo test executable in example makefie
|
||||||
|
|
||||||
|
v0.2.6
|
||||||
|
- Fix typo in pkgconfig.pc rule generation for includedir
|
||||||
|
- Place -I options from configuration behind project -I options
|
||||||
|
- Fix typo in dependency rule for .cc files
|
||||||
|
- Add blank lines to separate entries in change log
|
||||||
|
|
||||||
v0.2.5 Release v0.2.5
|
v0.2.5 Release v0.2.5
|
||||||
|
|
||||||
- Copyright header adjustments
|
- Copyright header adjustments
|
||||||
|
|
Loading…
Reference in New Issue