Ethan Hugg
|
a913cc853e
|
Merge pull request #32 from mstorsjo/cosmetics
Consistently use unix newlines, remove trailing whitespace
|
2013-12-13 08:54:14 -08:00 |
|
Andreas Gal
|
90e0057ba6
|
Merge pull request #36 from mstorsjo/no-mfc-include
Don't include the MFC header afxres.h in windows resource files
|
2013-12-13 07:36:40 -08:00 |
|
Martin Storsjö
|
309d0bbffb
|
Add a missing NO_DYNAMIC_VP ifdef in the CWelsLib destructor
Previously this would try to free a dynamically loaded library
even if none was loaded.
|
2013-12-13 15:46:45 +02:00 |
|
Martin Storsjö
|
b911920a77
|
Don't include the MFC header afxres.h in windows resource files
Just include windows.h instead. This allows building using the
Express edition versions of MSVC as well, that don't include MFC.
|
2013-12-13 14:43:25 +02:00 |
|
Martin Storsjö
|
f9dea46712
|
Remove trailing whitespace
Most of it was removed in ff6b669176 from C++ source files,
but other files were left unchanged.
|
2013-12-13 11:24:17 +02:00 |
|
Martin Storsjö
|
8f9a5469be
|
Convert source files to unix newlines
Most files were converted in ff6b669176 , but some (non C++
source files) were left with windows newlines.
|
2013-12-13 11:20:23 +02:00 |
|
tab
|
3cc719ca0d
|
Fix typo in strnlen fallback
|
2013-12-12 17:56:29 -05:00 |
|
Ethan Hugg
|
ff6b669176
|
Pretty printed the C++ code with astyle
|
2013-12-12 14:21:12 -08:00 |
|
Martin Storsjö
|
3331ff6566
|
Fix a typo in the public codec API
|
2013-12-12 16:13:45 +02:00 |
|
ruil2
|
53c8a37ee1
|
fix VS build issue: can't find typedefs.h in console project
|
2013-12-12 17:33:38 +08:00 |
|
ruil2
|
661988ada7
|
Fix issue:#9
update VS2010 and VS2012 project
|
2013-12-12 17:15:52 +08:00 |
|
EKR
|
fb429bbf67
|
Add gtest support
|
2013-12-12 10:56:52 +08:00 |
|
Ethan Hugg
|
a15ad8cc80
|
Updated makefiles for new logging changes.
|
2013-12-11 09:52:02 -08:00 |
|
Ethan Hugg
|
2ca14fed1c
|
Rebase of EKR's patches for tracing and frame size
|
2013-12-11 06:51:26 -08:00 |
|
EKR
|
cf92e8d620
|
Add support for assembly on linux as well as multiple configs
|
2013-12-10 18:57:32 +08:00 |
|
EKR
|
2edc251ded
|
First cut at new build system. Tested on Mac
|
2013-12-10 16:19:42 +08:00 |
|
Ethan Hugg
|
70e5e62f3d
|
Initial Commit
|
2013-12-09 04:51:09 -08:00 |
|