[liblouis-liblouisxml] [liblouis/liblouis] bdeaab: Changed enum loglevels to not use negative values ...

  • From: Christian Egli <christian.egli@xxxxxx>
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Tue, 01 Dec 2015 06:14:30 -0800

Branch: refs/heads/master
Home: https://github.com/liblouis/liblouis
Commit: bdeaabca2a8ef6ef9f0ebd153edc3acde4a0a40a

https://github.com/liblouis/liblouis/commit/bdeaabca2a8ef6ef9f0ebd153edc3acde4a0a40a
Author: Bue Vester-Andersen <bue@xxxxxxxxxxxxxxxxxx>
Date: 2015-10-10 (Sat, 10 Oct 2015)

Changed paths:
M liblouis/liblouis.h.in
M windows/Makefile.nmake
M windows/include/liblouis.h

Log Message:
-----------
Changed enum loglevels to not use negative values (enum is unsigned)


Commit: 493b8132d9a94ccea6f0038e5d2e18bbbe1ce824

https://github.com/liblouis/liblouis/commit/493b8132d9a94ccea6f0038e5d2e18bbbe1ce824
Author: Bue Vester-Andersen <bue@xxxxxxxxxxxxxxxxxx>
Date: 2015-10-10 (Sat, 10 Oct 2015)

Changed paths:
M liblouis/logging.c

Log Message:
-----------
Changed float to double in logging.c l92 to avoid truncation warning.


Commit: de5c0a34fb81ab20bcbcbdc9b4a22e4eb79f53bc

https://github.com/liblouis/liblouis/commit/de5c0a34fb81ab20bcbcbdc9b4a22e4eb79f53bc
Author: Bue Vester-Andersen <bue@xxxxxxxxxxxxxxxxxx>
Date: 2015-10-11 (Sun, 11 Oct 2015)

Changed paths:
M windows/Makefile.nmake

Log Message:
-----------
Made VS shut up about depricated POSIX names and unsafe string functions.


Commit: 49be3e117a35798cbaf60cf39b2a976ec0752439

https://github.com/liblouis/liblouis/commit/49be3e117a35798cbaf60cf39b2a976ec0752439
Author: Bue Vester-Andersen <bue@xxxxxxxxxxxxxxxxxx>
Date: 2015-10-11 (Sun, 11 Oct 2015)

Changed paths:
M liblouis/compileTranslationTable.c
M liblouis/logging.c
M liblouis/lou_translateString.c

Log Message:
-----------
Fixed 5 signed/unsigned mismatches. Warning level 3 now clear.


Commit: f5588c9adbe3662ad45fa8ad2eb8ae75626e829a

https://github.com/liblouis/liblouis/commit/f5588c9adbe3662ad45fa8ad2eb8ae75626e829a
Author: Christian Egli <christian.egli@xxxxxx>
Date: 2015-12-01 (Tue, 01 Dec 2015)

Changed paths:
M liblouis/compileTranslationTable.c
M liblouis/liblouis.h.in
M liblouis/logging.c
M liblouis/lou_translateString.c
M windows/Makefile.nmake
M windows/include/liblouis.h

Log Message:
-----------
Merge pull request #129 from BueVest/fix_vs_warnings

Fix vs warnings


Compare:
https://github.com/liblouis/liblouis/compare/308f8120cd44...f5588c9adbe3

Other related posts:

  • » [liblouis-liblouisxml] [liblouis/liblouis] bdeaab: Changed enum loglevels to not use negative values ... - Christian Egli