Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
42570d8
Initial commit
josesimoes Oct 25, 2018
6d7f80b
Update assembly info file for v1.0.0-preview001
nfbot Oct 25, 2018
87ba2b9
Update CHANGELOG for v1.0.0-preview001
nfbot Oct 25, 2018
e9de6af
Bumps nanoFramework.CoreLibrary from 1.0.0-preview028 to 1.0.5-previe…
josesimoes Oct 25, 2018
df0a8d7
Update assembly info file for v1.0.0-preview004
nfbot Oct 25, 2018
c619ca2
Bumps nanoFramework.CoreLibrary from 1.0.5-preview019 to 1.0.5-previe…
nfbot Oct 26, 2018
59e0dcf
Update assembly info file for v1.0.0-preview006
nfbot Oct 26, 2018
2a014a4
Update CHANGELOG for v1.0.0-preview006
nfbot Oct 26, 2018
686bf08
Move to full implementation of System.Math
josesimoes Oct 25, 2018
4d2f7b1
Update math class to include all methods
josesimoes Oct 26, 2018
7726729
Update assembly info file for v1.0.0-preview010
nfbot Oct 26, 2018
f0f6e41
Work on CD/CI [skip ci] (#2)
josesimoes Oct 26, 2018
db8d13c
Work CD/CI
josesimoes Oct 29, 2018
2f55452
Replace gitversion from Chocolatey to dotnet tool
josesimoes Oct 29, 2018
550b44f
Work CD-CI
josesimoes Nov 7, 2018
76aaf1c
Update generate-change-log.ps1
josesimoes Nov 7, 2018
8368404
Work CD-CI
josesimoes Nov 8, 2018
6d5bc15
Bumps nanoFramework.CoreLibrary from 1.0.5-preview024 to 1.0.6-previe…
nfbot Nov 8, 2018
905781a
Update CHANGELOG for v1.0.2-preview-004
nfbot Nov 8, 2018
7229cab
Work CD-CI
josesimoes Nov 8, 2018
d4d7ed9
Update README.md
josesimoes Nov 8, 2018
98b0a39
Work CD-CI
josesimoes Nov 14, 2018
59d77f3
Bumps nanoFramework.CoreLibrary from 1.0.6-preview-001 to 1.0.6-previ…
nfbot Nov 19, 2018
b911782
Work CD-CI
josesimoes Nov 20, 2018
0a0148e
Update CHANGELOG for v1.0.2-preview-010
nfbot Nov 21, 2018
bb4c2af
Switch to Azure Pipelines (#5)
nfbot Nov 27, 2018
f2c3132
Update CHANGELOG for v1.0.2.12
Nov 27, 2018
e507211
Bumps nanoFramework.CoreLibrary from 1.0.6-preview-010 to 1.0.6-previ…
nfbot Nov 30, 2018
44e542a
Update CHANGELOG for v1.0.2.14
Nov 30, 2018
3a09561
Work CD-CI ***NO_CI***
nfbot Dec 14, 2018
7d5d459
Bumps nanoFramework.CoreLibrary from 1.0.6-preview-021 to 1.1.0
nfbot Dec 14, 2018
4cf2554
Update CHANGELOG for v1.0.2
nfbot Dec 14, 2018
c05f5ee
Bump version to 1.0.2
josesimoes Dec 15, 2018
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
36 changes: 36 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<!--- Provide a general summary of your changes in the Title above -->

## Description
<!--- Describe your changes in detail -->

## Motivation and Context
<!--- Why is this change required? What problem does it solve? -->
<!--- If it fixes/closes/resolves an open issue, please link to the issue here using the template bellow (mind the link as all issues are open in the Home repository, not in this one) -->
- Fixes/Closes/Resolves nanoFramework/Home#NNNN

## How Has This Been Tested?<!-- (if applicable) -->
<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, and the tests you ran to -->
<!--- see how your change affects other areas of the code, etc. -->

## Screenshots<!-- (if appropriate): -->

## Types of changes
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
- [ ] Improvement (non-breaking change that improves a feature, code or algorithm)
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)

## Checklist:
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
- [ ] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] I have read the **CONTRIBUTING** document.
- [ ] I have added tests to cover my changes.
- [ ] All new and existing tests passed.

<!--- It would be nice if you could sign off your contribution by replacing the name with your GitHub user name and GitHub email contact. -->
Signed-off-by: GITHUB_USER <GITHUB_USER_EMAIL>
14 changes: 14 additions & 0 deletions .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
user=nanoframework
project=lib-nanoFramework.System.Math
issues=true
add_issues_wo_labels=false
add_pr_wo_labels=false
add_issues_wo_labels=false
filter_issues_by_milestone=false
exclude_labels=Area: Config-and-Build,Area: Infrastructure-and-Organization,reverted
enhancement_labels=Type: enhancement
bug_labels=Type: bug
merge_prefix=**Documentation and other chores:**
unreleased_label=**Changes available only in 'Preview' NuGet packages:**
issue_line_labels=Breaking-Change,documentation
author=false
252 changes: 252 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,252 @@
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs

# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/

# Visual Studio 2015 cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/

# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*

# NUNIT
*.VisualState.xml
TestResult.xml

# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c

# DNX
project.lock.json
artifacts/

*_i.c
*_p.c
*_i.h
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc

# Chutzpah Test files
_Chutzpah*

# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.cachefile
*.VC.db
*.VC.VC.opendb

# Visual Studio profiler
*.psess
*.vsp
*.vspx
*.sap

# TFS 2012 Local Workspace
$tf/

# Guidance Automation Toolkit
*.gpState

# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user

# JustCode is a .NET coding add-in
.JustCode

# TeamCity is a build add-in
_TeamCity*

# DotCover is a Code Coverage Tool
*.dotCover

# NCrunch
_NCrunch_*
.*crunch*.local.xml
nCrunchTemp_*

# MightyMoose
*.mm.*
AutoTest.Net/

# Web workbench (sass)
.sass-cache/

# Installshield output folder
[Ee]xpress/

# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html

# Click-Once directory
publish/

# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# TODO: Comment the next line if you want to checkin your web deploy settings
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
*.publishproj

# Microsoft Azure Web App publish settings. Comment the next line if you want to
# checkin your Azure Web App publish settings, but sensitive information contained
# in these scripts will be unencrypted
PublishScripts/

# NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore
**/packages/*
# except build/, which is used as an MSBuild target.
!**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/packages/repositories.config
# NuGet v3's project.json files produces more ignoreable files
*.nuget.props
*.nuget.targets

# Microsoft Azure Build Output
csx/
*.build.csdef

# Microsoft Azure Emulator
ecf/
rcf/

# Windows Store app package directories and files
AppPackages/
BundleArtifacts/
Package.StoreAssociation.xml
_pkginfo.txt

# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!*.[Cc]ache/

# Others
ClientBin/
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.pfx
*.publishsettings
node_modules/
orleans.codegen.cs

# Since there are multiple workflows, uncomment next line to ignore bower_components
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
#bower_components/

# RIA/Silverlight projects
Generated_Code/

# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm

# SQL Server files
*.mdf
*.ldf

# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings

# Microsoft Fakes
FakesAssemblies/

# GhostDoc plugin setting file
*.GhostDoc.xml

# Node.js Tools for Visual Studio
.ntvs_analysis.dat

# Visual Studio 6 build log
*.plg

# Visual Studio 6 workspace options file
*.opt

# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
_Pvt_Extensions

# Paket dependency manager
.paket/paket.exe
paket-files/

# FAKE - F# Make
.fake/

# JetBrains Rider
.idea/
*.sln.iml
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Change Log

## [v1.0.2-preview-017](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/v1.0.2-preview-017) (2018-12-14)
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.0.2-preview-015...v1.0.2-preview-017)

**Documentation and other chores:**

- Bumps nanoFramework.CoreLibrary from 1.0.6-preview-021 to 1.1.0 [\#8](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/8)

## [v1.0.2-preview-015](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/v1.0.2-preview-015) (2018-11-30)
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.0.2-preview-014...v1.0.2-preview-015)

## [v1.0.2-preview-014](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/v1.0.2-preview-014) (2018-11-30)
[Full Changelog](https://github.com/nanoframework/lib-nanoFramework.System.Math/compare/v1.0.2-preview-010...v1.0.2-preview-014)

**Documentation and other chores:**

- Bumps nanoFramework.CoreLibrary from 1.0.6-preview-010 to 1.0.6-preview-021 [\#7](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/7)

## [v1.0.2-preview-010](https://github.com/nanoframework/lib-nanoFramework.System.Math/tree/v1.0.2-preview-010) (2018-11-20)
**Documentation and other chores:**

- Bumps nanoFramework.CoreLibrary from 1.0.6-preview-001 to 1.0.6-preview-010 [\#4](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/4)
- Bumps nanoFramework.CoreLibrary from 1.0.5-preview024 to 1.0.6-preview-001 [\#3](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/3)
- Work on CD/CI [\#2](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/2)
- Bumps nanoFramework.CoreLibrary from 1.0.5-preview019 to 1.0.5-preview024 [\#1](https://github.com/nanoframework/lib-nanoFramework.System.Math/pull/1)



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
3 changes: 3 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Contributor Code of Conduct

Please refer to the contributor Code of Conduct at the Home repository [here](https://github.com/nanoframework/Home/blob/master/CODE_OF_CONDUCT.md.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Contributing to **nanoFramework**

Please refer to the contribution guidelines at the Home repository [here](https://github.com/nanoframework/Home/blob/master/CONTRIBUTING.md).
Loading