libatl renamed to atlex

This commit is contained in:
2016-03-11 09:30:58 +01:00
parent f521c43a7b
commit e511f75430
16 changed files with 22 additions and 22 deletions

View File

@@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8
# title of most generated pages and in a few other places. # title of most generated pages and in a few other places.
# The default value is: My Project. # The default value is: My Project.
PROJECT_NAME = "libatl" PROJECT_NAME = "atlex"
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
# could be handy for archiving the generated documentation or if some version # could be handy for archiving the generated documentation or if some version

View File

@@ -1,16 +1,16 @@
#libatl #atlex
Provides additional templates and function helpers for Microsoft Active Template Library Provides additional templates and function helpers for Microsoft Active Template Library
##Building ##Building
- The _.h_ files can be used individually. However, we do encourage you to include the entire library project and reference it in dependant projects of your solution, as libatl might develop some non-inline code over time. - The _.h_ files can be used individually. However, we do encourage you to include the entire library project and reference it in dependant projects of your solution, as atlex might develop some non-inline code over time.
- The _libatl.vcxproj_ requires Microsoft Visual Studio 2010 SP1 and _..\\..\\include_ folder with _common.props_, _Debug.props_, _Release.props_, _Win32.props_, and _x64.props_ files to customize building process for individual applications. - The _libatl.vcxproj_ requires Microsoft Visual Studio 2010 SP1 and _..\\..\\include_ folder with _common.props_, _Debug.props_, _Release.props_, _Win32.props_, and _x64.props_ files to customize building process for individual applications.
##Usage ##Usage
1. Clone the repository into your solution folder. 1. Clone the repository into your solution folder.
2. Add the _libatl.vcxproj_ to your solution. 2. Add the _libatl.vcxproj_ to your solution.
3. Add libatl's _include_ folder to _Additional Include Directories_ in your project's C/C++ settings. 3. Add atlex's _include_ folder to _Additional Include Directories_ in your project's C/C++ settings.
4. Add a new reference to libatl project from your project's common properties. 4. Add a new reference to atlex project from your project's common properties.
5. Include _.h_ files from libatl as needed: 5. Include _.h_ files from atlex as needed:
```C ```C
#include <atlstr.h> #include <atlstr.h>
#include <atlshlwapi.h> #include <atlshlwapi.h>

View File

@@ -20,7 +20,7 @@
</ItemGroup> </ItemGroup>
<PropertyGroup Label="Globals"> <PropertyGroup Label="Globals">
<ProjectGuid>{5A4EADF2-3237-457A-9DA8-BB9942A91019}</ProjectGuid> <ProjectGuid>{5A4EADF2-3237-457A-9DA8-BB9942A91019}</ProjectGuid>
<RootNamespace>libatl</RootNamespace> <RootNamespace>atlex</RootNamespace>
<Keyword>Win32Proj</Keyword> <Keyword>Win32Proj</Keyword>
</PropertyGroup> </PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
@@ -48,28 +48,28 @@
<Import Project="..\..\..\include\common.props" /> <Import Project="..\..\..\include\common.props" />
<Import Project="..\..\..\include\Win32.props" /> <Import Project="..\..\..\include\Win32.props" />
<Import Project="..\..\..\include\Release.props" /> <Import Project="..\..\..\include\Release.props" />
<Import Project="libatl.props" /> <Import Project="atlex.props" />
</ImportGroup> </ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="..\..\..\include\common.props" /> <Import Project="..\..\..\include\common.props" />
<Import Project="..\..\..\include\Win32.props" /> <Import Project="..\..\..\include\Win32.props" />
<Import Project="..\..\..\include\Debug.props" /> <Import Project="..\..\..\include\Debug.props" />
<Import Project="libatl.props" /> <Import Project="atlex.props" />
</ImportGroup> </ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="..\..\..\include\common.props" /> <Import Project="..\..\..\include\common.props" />
<Import Project="..\..\..\include\x64.props" /> <Import Project="..\..\..\include\x64.props" />
<Import Project="..\..\..\include\Release.props" /> <Import Project="..\..\..\include\Release.props" />
<Import Project="libatl.props" /> <Import Project="atlex.props" />
</ImportGroup> </ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="..\..\..\include\common.props" /> <Import Project="..\..\..\include\common.props" />
<Import Project="..\..\..\include\x64.props" /> <Import Project="..\..\..\include\x64.props" />
<Import Project="..\..\..\include\Debug.props" /> <Import Project="..\..\..\include\Debug.props" />
<Import Project="libatl.props" /> <Import Project="atlex.props" />
</ImportGroup> </ImportGroup>
<PropertyGroup Label="UserMacros" /> <PropertyGroup Label="UserMacros" />
<PropertyGroup> <PropertyGroup>

View File

@@ -1,7 +1,7 @@
/* /*
Copyright 1991-2016 Amebis Copyright 1991-2016 Amebis
This file is part of libatl. This file is part of atlex.
Setup is free software: you can redistribute it and/or modify Setup is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,7 +1,7 @@
/* /*
Copyright 1991-2016 Amebis Copyright 1991-2016 Amebis
This file is part of libatl. This file is part of atlex.
Setup is free software: you can redistribute it and/or modify Setup is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,7 +1,7 @@
/* /*
Copyright 1991-2016 Amebis Copyright 1991-2016 Amebis
This file is part of libatl. This file is part of atlex.
Setup is free software: you can redistribute it and/or modify Setup is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,7 +1,7 @@
/* /*
Copyright 1991-2016 Amebis Copyright 1991-2016 Amebis
This file is part of libatl. This file is part of atlex.
Setup is free software: you can redistribute it and/or modify Setup is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,7 +1,7 @@
/* /*
Copyright 1991-2016 Amebis Copyright 1991-2016 Amebis
This file is part of libatl. This file is part of atlex.
Setup is free software: you can redistribute it and/or modify Setup is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,7 +1,7 @@
/* /*
Copyright 1991-2016 Amebis Copyright 1991-2016 Amebis
This file is part of libatl. This file is part of atlex.
Setup is free software: you can redistribute it and/or modify Setup is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,7 +1,7 @@
/* /*
Copyright 1991-2016 Amebis Copyright 1991-2016 Amebis
This file is part of libatl. This file is part of atlex.
Setup is free software: you can redistribute it and/or modify Setup is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,7 +1,7 @@
/* /*
Copyright 1991-2016 Amebis Copyright 1991-2016 Amebis
This file is part of libatl. This file is part of atlex.
Setup is free software: you can redistribute it and/or modify Setup is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,7 +1,7 @@
/* /*
Copyright 1991-2016 Amebis Copyright 1991-2016 Amebis
This file is part of libatl. This file is part of atlex.
Setup is free software: you can redistribute it and/or modify Setup is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View File

@@ -1,7 +1,7 @@
 
Microsoft Visual Studio Solution File, Format Version 11.00 Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010 # Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libatl", "build\libatl.vcxproj", "{5A4EADF2-3237-457A-9DA8-BB9942A91019}" Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "atlex", "build\atlex.vcxproj", "{5A4EADF2-3237-457A-9DA8-BB9942A91019}"
EndProject EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution

View File

@@ -1,7 +1,7 @@
/* /*
Copyright 1991-2016 Amebis Copyright 1991-2016 Amebis
This file is part of libatl. This file is part of atlex.
Setup is free software: you can redistribute it and/or modify Setup is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by