offa пре 4 година
родитељ
комит
0c4f9a3807
16 измењених фајлова са 16 додато и 17 уклоњено
  1. +1
    -1
      LICENSE
  2. +1
    -1
      README.md
  3. +1
    -2
      cmake/scope.in
  4. +1
    -1
      include/detail/scope_guard_base.h
  5. +1
    -1
      include/detail/wrapper.h
  6. +1
    -1
      include/scope.h
  7. +1
    -1
      include/scope_exit.h
  8. +1
    -1
      include/scope_fail.h
  9. +1
    -1
      include/scope_success.h
  10. +1
    -1
      include/unique_resource.h
  11. +1
    -1
      test/CallMocks.h
  12. +1
    -1
      test/ScopeExitTest.cpp
  13. +1
    -1
      test/ScopeFailTest.cpp
  14. +1
    -1
      test/ScopeSuccessTest.cpp
  15. +1
    -1
      test/TestMain.cpp
  16. +1
    -1
      test/UniqueResourceTest.cpp

+ 1
- 1
LICENSE Прегледај датотеку

@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017-2019 offa
Copyright (c) 2017-2020 offa

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
README.md Прегледај датотеку

@@ -30,7 +30,7 @@ The filenames contain a `.h` extension. To enable the compatible header as speci

**MIT License**

Copyright (c) 2017-2019 offa
Copyright (c) 2017-2020 offa

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

+ 1
- 2
cmake/scope.in Прегледај датотеку

@@ -1,6 +1,6 @@
// MIT License
//
// Copyright (c) 2017-2019 offa
// Copyright (c) 2017-2020 offa
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
@@ -23,4 +23,3 @@
#pragma once

#include "scope.h"


+ 1
- 1
include/detail/scope_guard_base.h Прегледај датотеку

@@ -1,6 +1,6 @@
// MIT License
//
// Copyright (c) 2017-2019 offa
// Copyright (c) 2017-2020 offa
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
include/detail/wrapper.h Прегледај датотеку

@@ -1,6 +1,6 @@
// MIT License
//
// Copyright (c) 2017-2019 offa
// Copyright (c) 2017-2020 offa
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
include/scope.h Прегледај датотеку

@@ -1,6 +1,6 @@
// MIT License
//
// Copyright (c) 2017-2019 offa
// Copyright (c) 2017-2020 offa
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
include/scope_exit.h Прегледај датотеку

@@ -1,6 +1,6 @@
// MIT License
//
// Copyright (c) 2017-2019 offa
// Copyright (c) 2017-2020 offa
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
include/scope_fail.h Прегледај датотеку

@@ -1,6 +1,6 @@
// MIT License
//
// Copyright (c) 2017-2019 offa
// Copyright (c) 2017-2020 offa
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
include/scope_success.h Прегледај датотеку

@@ -1,6 +1,6 @@
// MIT License
//
// Copyright (c) 2017-2019 offa
// Copyright (c) 2017-2020 offa
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
include/unique_resource.h Прегледај датотеку

@@ -1,6 +1,6 @@
// MIT License
//
// Copyright (c) 2017-2019 offa
// Copyright (c) 2017-2020 offa
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
test/CallMocks.h Прегледај датотеку

@@ -1,6 +1,6 @@
// MIT License
//
// Copyright (c) 2017-2019 offa
// Copyright (c) 2017-2020 offa
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
test/ScopeExitTest.cpp Прегледај датотеку

@@ -1,6 +1,6 @@
// MIT License
//
// Copyright (c) 2017-2019 offa
// Copyright (c) 2017-2020 offa
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
test/ScopeFailTest.cpp Прегледај датотеку

@@ -1,6 +1,6 @@
// MIT License
//
// Copyright (c) 2017-2019 offa
// Copyright (c) 2017-2020 offa
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
test/ScopeSuccessTest.cpp Прегледај датотеку

@@ -1,6 +1,6 @@
// MIT License
//
// Copyright (c) 2017-2019 offa
// Copyright (c) 2017-2020 offa
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
test/TestMain.cpp Прегледај датотеку

@@ -1,6 +1,6 @@
// MIT License
//
// Copyright (c) 2017-2019 offa
// Copyright (c) 2017-2020 offa
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
test/UniqueResourceTest.cpp Прегледај датотеку

@@ -1,6 +1,6 @@
// MIT License
//
// Copyright (c) 2017-2019 offa
// Copyright (c) 2017-2020 offa
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

Loading…
Откажи
Сачувај