Skip to content

Commit 7af2a74

Browse files
committed
Version 1604, Revision 1
1 parent 798806b commit 7af2a74

File tree

68 files changed

+1114
-393
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+1114
-393
lines changed

build/cmake.cpp/ALib_Base.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# initialize things
2727
# -------------------------------------------------------------------------------------------------
2828
# set version
29-
set( ALIB_VERSION "1601" )
29+
set( ALIB_VERSION "1604R1" )
3030

3131
if (ALIB_SRC_DIR)
3232
message( "ALib_Base.cmake: Already included (included twice!)" )

build/cmake.cpp/unittests/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
#-- optional compilation symbols (ALib/ALox features).
3030
#-- uncomment to set (the opposite value is their default, therefore commenting the lines switches them)
3131
#set( ALIB_DEBUG_GLIB "On" )
32-
set( ALIB_AVOID_ANALYZER_WARNINGS "On" )
32+
#set( ALIB_AVOID_ANALYZER_WARNINGS "On" )
3333
#set( ALIB_DEBUG_STRINGS "On" )
3434
#set( ALIB_FEAT_THREADS "Off" ) // disabling this does not work with gtest projects
3535
#set( ALOX_DBG_LOG "Off" )
3636
#set( ALOX_DBG_LOG_CI "Off" )
3737
#set( ALOX_REL_LOG "Off" )
38-
set( ALOX_REL_LOG_CI "On" )
38+
#set( ALOX_REL_LOG_CI "On" )
3939

4040

4141

build/ide.cpp.vstudio/ALox-CPP-Tests/ALox-CPP-Tests.vcxproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@
174174
</ItemDefinitionGroup>
175175
<ItemGroup>
176176
<ClInclude Include="..\..\..\src.cpp\alib.unittests\aworx_unittests.hpp" />
177-
<ClInclude Include="..\..\..\src.cpp\alox.unittests\ut_alox_log_scopes.hpp" />
178177
<ClInclude Include="targetver.h" />
179178
</ItemGroup>
180179
<ItemGroup>
@@ -198,7 +197,7 @@
198197
<ClCompile Include="..\..\..\src.cpp\alox.unittests\ut_alox_log_scopes_helper.cpp" />
199198
<ClCompile Include="..\..\..\src.cpp\alox.unittests\ut_alox_log_scopes_helper_sub2.cpp" />
200199
<ClCompile Include="..\..\..\src.cpp\alox.unittests\ut_alox_lox.cpp" />
201-
<ClCompile Include="..\..\..\src.cpp\alox.unittests\ut_dox_reference_manual.cpp" />
200+
<ClCompile Include="..\..\..\src.cpp\alox.unittests\ut_dox_manual.cpp" />
202201
<ClCompile Include="..\..\..\src.cpp\alox.unittests\ut_dox_tutorial.cpp" />
203202
<ClCompile Include="..\..\..\src.cpp\alox.unittests\ut_dox_tutorial_minimum.cpp" />
204203
<ClCompile Include="stdafx_alox_unittests.cpp">

build/ide.cpp.vstudio/ALox-CPP-Tests/ALox-CPP-Tests.vcxproj.filters

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
<ClInclude Include="..\..\..\src.cpp\alib.unittests\aworx_unittests.hpp">
2323
<Filter>tests.alib</Filter>
2424
</ClInclude>
25-
<ClInclude Include="..\..\..\src.cpp\alox.unittests\ut_alox_log_scopes.hpp">
26-
<Filter>tests.alox</Filter>
27-
</ClInclude>
2825
</ItemGroup>
2926
<ItemGroup>
3027
<ClCompile Include="stdafx_alox_unittests.cpp">
@@ -93,10 +90,10 @@
9390
<ClCompile Include="..\..\..\src.cpp\alox.unittests\ut_alox_lox.cpp">
9491
<Filter>tests.alox</Filter>
9592
</ClCompile>
96-
<ClCompile Include="..\..\..\src.cpp\alox.unittests\ut_dox_reference_manual.cpp">
93+
<ClCompile Include="..\..\..\src.cpp\alox.unittests\ut_dox_tutorial.cpp">
9794
<Filter>tests.alox</Filter>
9895
</ClCompile>
99-
<ClCompile Include="..\..\..\src.cpp\alox.unittests\ut_dox_tutorial.cpp">
96+
<ClCompile Include="..\..\..\src.cpp\alox.unittests\ut_dox_manual.cpp">
10097
<Filter>tests.alox</Filter>
10198
</ClCompile>
10299
</ItemGroup>

build/ide.cs.monodevelop/ALox-CS-.Net45-DLL-Release-Log/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
//
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
33-
[assembly: AssemblyVersion( "1604" )]
34-
[assembly: AssemblyFileVersion( "1604" )]
33+
[assembly: AssemblyVersion( "1604.1" )]
34+
[assembly: AssemblyFileVersion( "1604.1" )]

build/ide.cs.monodevelop/ALox-CS-.Net45-DLL/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
//
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
33-
[assembly: AssemblyVersion( "1604" )]
34-
[assembly: AssemblyFileVersion( "1604" )]
33+
[assembly: AssemblyVersion( "1604.1" )]
34+
[assembly: AssemblyFileVersion( "1604.1" )]

build/ide.cs.monodevelop/ALox-CS-.Net45-Samples/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion( "1604" )]
36-
[assembly: AssemblyFileVersion( "1604" )]
35+
[assembly: AssemblyVersion( "1604.1" )]
36+
[assembly: AssemblyFileVersion( "1604.1" )]

build/ide.cs.vstudio/ALox-CS-.Net45-DLL-Release-Log/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
//
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
33-
[assembly: AssemblyVersion( "1604" )]
34-
[assembly: AssemblyFileVersion( "1604" )]
33+
[assembly: AssemblyVersion( "1604.1" )]
34+
[assembly: AssemblyFileVersion( "1604.1" )]

build/ide.cs.vstudio/ALox-CS-.Net45-DLL/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
//
3030
// You can specify all the values or you can default the Build and Revision Numbers
3131
// by using the '*' as shown below:
32-
[assembly: AssemblyVersion( "1604" )]
33-
[assembly: AssemblyFileVersion( "1604" )]
32+
[assembly: AssemblyVersion( "1604.1" )]
33+
[assembly: AssemblyFileVersion( "1604.1" )]

build/ide.cs.vstudio/ALox-CS-.Net45-Test-Release-Log/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion( "1604" )]
36-
[assembly: AssemblyFileVersion( "1604" )]
35+
[assembly: AssemblyVersion( "1604.1" )]
36+
[assembly: AssemblyFileVersion( "1604.1" )]

0 commit comments

Comments
 (0)