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.
# 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
# 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
##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.
##Usage
1. Clone the repository into your solution folder.
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.
4. Add a new reference to libatl project from your project's common properties.
5. Include _.h_ files from libatl as needed:
3. Add atlex's _include_ folder to _Additional Include Directories_ in your project's C/C++ settings.
4. Add a new reference to atlex project from your project's common properties.
5. Include _.h_ files from atlex as needed:
```C
#include <atlstr.h>
#include <atlshlwapi.h>

View File

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

View File

@@ -1,7 +1,7 @@
/*
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
it under the terms of the GNU General Public License as published by

View File

@@ -1,7 +1,7 @@
/*
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
it under the terms of the GNU General Public License as published by

View File

@@ -1,7 +1,7 @@
/*
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
it under the terms of the GNU General Public License as published by

View File

@@ -1,7 +1,7 @@
/*
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
it under the terms of the GNU General Public License as published by

View File

@@ -1,7 +1,7 @@
/*
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
it under the terms of the GNU General Public License as published by

View File

@@ -1,7 +1,7 @@
/*
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
it under the terms of the GNU General Public License as published by

View File

@@ -1,7 +1,7 @@
/*
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
it under the terms of the GNU General Public License as published by

View File

@@ -1,7 +1,7 @@
/*
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
it under the terms of the GNU General Public License as published by

View File

@@ -1,7 +1,7 @@
/*
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
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
# 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
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution

View File

@@ -1,7 +1,7 @@
/*
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
it under the terms of the GNU General Public License as published by