summaryrefslogtreecommitdiff
path: root/src/node_i18n.cc
Commit message (Expand)AuthorAgeFilesLines
* src: use `enum class` instead of `enum` in node_i18nDeokjin Kim2022-11-301-5/+5
* src: rename internal module declaration as internal bindingslegendecas2022-11-291-2/+2
* util: improve text decoder performanceYagiz Nizipli2022-11-111-6/+18
* util: improve textdecoder decode performanceYagiz Nizipli2022-11-061-13/+27
* src: split property helpers from node::Environmentlegendecas2022-08-021-9/+9
* src: fix to use replacement characterKohei Ueno2022-07-291-1/+5
* src: fix limit calculationMichael Dawson2021-12-101-3/+4
* src: fix TextDecoder final flush size calculationJames M Snell2021-08-131-2/+15
* src: fix typosbl-ue2021-06-011-1/+1
* lib: support setting process.env.TZ on windowsJames M Snell2021-05-171-0/+10
* src: fix setting Converter sub char lengthJames M Snell2021-04-241-2/+12
* src: snapshot nodeJoyee Cheung2020-07-181-0/+13
* src,doc,test: remove String::New default parameterAnna Henningsen2020-07-141-2/+1
* src: introduce BaseObject base FunctionTemplateAnna Henningsen2020-06-141-0/+1
* src: refactoring and cleanup of node_i18nJames M Snell2020-03-301-188/+176
* src: use single ObjectTemplate for TextDecoderAnna Henningsen2020-03-261-2/+12
* src: improve handling of internal field countingJames M Snell2020-03-021-1/+1
* src: change GetStringWidth's expand_emoji_sequence option defaultRuben Bridgewater2020-01-101-10/+3
* src: improve GetColumnWidth performanceRuben Bridgewater2020-01-101-10/+9
* src: do not use `std::function` for `OnScopeLeave`Anna Henningsen2019-11-071-1/+1
* encoding: make TextDecoder handle BOM correctlyAnna Henningsen2019-11-051-10/+27
* src: add error codes to errors thrown in node_i18n.ccYaniv Friedensohn2019-06-211-2/+2
* src: use ArrayBufferViewContents more frequentlyAnna Henningsen2019-05-291-8/+6
* src: move DiagnosticFilename inlines into a -inl.hSam Roberts2019-05-261-1/+0
* src: apply clang-tidy rule modernize-use-equals-defaultgengjiawen2019-04-241-1/+1
* src: remove unused Converter objectAnna Henningsen2019-03-011-1/+0
* src: pass along errors from i18n converter instantiationAnna Henningsen2019-01-291-3/+5
* src: reduce includes of node_internals.hJoyee Cheung2019-01-211-2/+3
* src: initialize ICU version in per_process::metadata.versionsJoyee Cheung2018-12-211-62/+0
* src: use isolate version of BooleanValue()cjihrig2018-12-081-1/+1
* src: elevate namespaces of repeated artifactsMaya Anilson2018-11-201-6/+7
* icu: make process.binding('icu') internalcjihrig2018-10-081-1/+1
* src: name EmbededderGraph edges and use class names for nodesJoyee Cheung2018-10-041-5/+3
* src: use RAII cleanup in node_i18n.ccAnna Henningsen2018-09-251-8/+8
* src: remove calls to deprecated V8 functions (Int32Value)Michaël Zasso2018-09-051-1/+3
* src: remove calls to deprecated v8 functions (Uint32Value)Ujjwal Sharma2018-09-021-3/+3
* src: remove calls to deprecated v8 functions (BooleanValue)Ujjwal Sharma2018-09-011-2/+2
* src: remove calls to deprecated v8 functions (NewFromUtf8)Ujjwal Sharma2018-07-291-2/+2
* src: add proper MemoryInfoName to wrappersJoyee Cheung2018-07-271-0/+2
* src: enable more detailed memory trackingAnna Henningsen2018-07-131-0/+4
* src: add CHECK_NULL/CHECK_NOT_NULL macrosTobias Nießen2018-05-261-1/+1
* src: refactor `BaseObject` internal field managementAnna Henningsen2018-05-041-1/+1
* src: throw ERR_INVALID_ARG_TYPE in C++ argument checksJoyee Cheung2018-04-191-1/+2
* src: name all builtin init functions InitializeDaniel Bevenius2018-03-261-5/+5
* src: add "icu::" prefix before ICU symbolsSteven R. Loomis2018-02-091-1/+1
* src: fix -Wimplicit-fallthrough warningBen Noordhuis2018-01-191-1/+2
* src: use nullptr instead of NULLDaniel Bevenius2017-12-011-7/+7
* src: rename base-object -> base_objectDaniel Bevenius2017-11-171-1/+1
* src: explicitly register built-in modulesYihong Wang2017-11-131-1/+1
* src: do not include x.h if x-inl.h is includedJoyee Cheung2017-10-301-3/+0