Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document import library #2141

Merged
merged 33 commits into from
Apr 7, 2023
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
a1218bc
Resolve #483
AlexGuteniev Aug 19, 2021
926e148
-dup
AlexGuteniev Aug 19, 2021
b183e7d
+headers
AlexGuteniev Aug 19, 2021
e977abb
+headers
AlexGuteniev Aug 19, 2021
41c4bca
Avoid confusion with C++20 modules
AlexGuteniev Aug 20, 2021
d9022cf
+headers
AlexGuteniev Aug 20, 2021
495fa3f
added/used
AlexGuteniev Aug 20, 2021
be20a48
the
AlexGuteniev Aug 20, 2021
02910f2
-initializer_list
AlexGuteniev Aug 20, 2021
b94b649
move to docs
AlexGuteniev Aug 22, 2021
4094b72
consistent location
AlexGuteniev Aug 22, 2021
df2df2a
Merge remote-tracking branch 'upstream/main' into import_lib
AlexGuteniev Sep 19, 2021
fadb90a
technique
AlexGuteniev Oct 5, 2021
1b74172
Merge remote-tracking branch 'upstream/main' into import_lib
AlexGuteniev Oct 23, 2021
70a851c
Merge remote-tracking branch 'upstream/main' into import_lib
AlexGuteniev Dec 18, 2021
b517c74
Merge remote-tracking branch 'upstream/main' into import_lib
AlexGuteniev Jan 12, 2022
2133e6b
Merge remote-tracking branch 'upstream/main' into import_lib
AlexGuteniev Apr 9, 2022
f3169a4
Merge remote-tracking branch 'upstream/main' into import_lib
AlexGuteniev May 28, 2022
51664c2
Merge remote-tracking branch 'upstream/main' into import_lib
AlexGuteniev Jun 11, 2022
6f8bd22
Merge remote-tracking branch 'upstream/main' into import_lib
AlexGuteniev Jun 20, 2022
d1bc059
update stacktrace
AlexGuteniev Jun 20, 2022
f99954d
Merge remote-tracking branch 'upstream/main' into import_lib
AlexGuteniev Jul 21, 2022
2bc734c
+charconv tables
AlexGuteniev Jul 21, 2022
84d09a0
Merge remote-tracking branch 'upstream/main' into import_lib
AlexGuteniev Jan 26, 2023
29dfc6b
Merge branch 'main' into import_lib
StephanTLavavej Apr 4, 2023
089a32a
Drop `<initializer_list>` restructuring.
StephanTLavavej Apr 4, 2023
b958628
Rename to import_library.md.
StephanTLavavej Apr 4, 2023
0e8ecea
Cite `/docs/import_library.md` with an absolute path.
StephanTLavavej Apr 4, 2023
43b72c6
Formally upgrade xcharconv_tables.h to be a core header, and test it.
StephanTLavavej Apr 4, 2023
ce99d08
Drop comments in core headers.
StephanTLavavej Apr 4, 2023
8f75eee
Drop comments in implib sources.
StephanTLavavej Apr 4, 2023
5d69a93
Make the comments in locale0.cpp, xfacet, and yvals.h scarier, add de…
StephanTLavavej Apr 4, 2023
1d96363
Revise import_library.md. Notably, avoid saying that it "exports" any…
StephanTLavavej Apr 4, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
+headers
AlexGuteniev committed Aug 19, 2021
commit e977abb4a83d68186de88721d5136b9c3b41084f
3 changes: 3 additions & 0 deletions stl/inc/__msvc_xlocinfo_types.hpp
Original file line number Diff line number Diff line change
@@ -3,6 +3,9 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

// This header is used to compile import library.
// Limitations apply to what can be included here; see ../src/import_library_modules.txt

#pragma once
#ifndef __MSVC_XLOCINFO_TYPES_HPP
#define __MSVC_XLOCINFO_TYPES_HPP
3 changes: 3 additions & 0 deletions stl/inc/cstring
Original file line number Diff line number Diff line change
@@ -3,6 +3,9 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

// This header is used to compile import library.
// Limitations apply to what can be included here; see ../src/import_library_modules.txt

#pragma once
#ifndef _CSTRING_
#define _CSTRING_
3 changes: 3 additions & 0 deletions stl/inc/yvals.h
Original file line number Diff line number Diff line change
@@ -3,6 +3,9 @@
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

// This header is used to compile import library.
// Limitations apply to what can be included here; see ../src/import_library_modules.txt

#pragma once
#ifndef _YVALS
#define _YVALS