commit stringlengths 40 40 | old_file stringlengths 4 264 | new_file stringlengths 4 264 | old_contents stringlengths 0 4.24k | new_contents stringlengths 1 5.44k | subject stringlengths 14 778 | message stringlengths 15 9.92k | lang stringclasses 277
values | license stringclasses 13
values | repos stringlengths 5 127k |
|---|---|---|---|---|---|---|---|---|---|
820003ded1b4a142d19221523fc9d06ef0a38f31 | regtests/wiki-filters-html-tests.ads | regtests/wiki-filters-html-tests.ads | -----------------------------------------------------------------------
-- wiki-filters-html-tests -- Unit tests for wiki HTML filters
-- Copyright (C) 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not... | Add a unit test for HTML filter internals | Add a unit test for HTML filter internals
| Ada | apache-2.0 | stcarrez/ada-wiki,stcarrez/ada-wiki | |
887839d755e172fd6e8560acc456e97ef2d4ba5f | test/AdaFrontend/array_range_ref.adb | test/AdaFrontend/array_range_ref.adb | -- RUN: %llvmgcc -c %s -o /dev/null
procedure Array_Range_Ref is
A : String (1 .. 3);
B : String := A (A'RANGE)(1 .. 3);
begin
null;
end;
| Test that ARRAY_RANGE_REF returns an array not an element. | Test that ARRAY_RANGE_REF returns an array not an element.
git-svn-id: 0ff597fd157e6f4fc38580e8d64ab130330d2411@35209 91177308-0d34-0410-b5e6-96231b3b80d8
| Ada | apache-2.0 | llvm-mirror/llvm,apple/swift-llvm,apple/swift-llvm,llvm-mirror/llvm,chubbymaggie/asap,apple/swift-llvm,chubbymaggie/asap,GPUOpen-Drivers/llvm,dslab-epfl/asap,llvm-mirror/llvm,GPUOpen-Drivers/llvm,GPUOpen-Drivers/llvm,GPUOpen-Drivers/llvm,chubbymaggie/asap,dslab-epfl/asap,GPUOpen-Drivers/llvm,chubbymaggie/asap,dslab-epf... | |
94eb9c33db2894a82e1828820a42941564aef8a2 | src/asf-rest-operation.ads | src/asf-rest-operation.ads | -----------------------------------------------------------------------
-- asf-rest-operation -- REST API Operation Definition
-- Copyright (C) 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use thi... | Define new generic package for the REST API definition | Define new generic package for the REST API definition
| Ada | apache-2.0 | stcarrez/ada-asf,stcarrez/ada-asf,stcarrez/ada-asf | |
681b412f80de32a5714cd70e22176fab026d3f01 | src/asis/a4g-span_end.ads | src/asis/a4g-span_end.ads | ------------------------------------------------------------------------------
-- --
-- ASIS-for-GNAT IMPLEMENTATION COMPONENTS --
-- --
-- ... | Add the ASIS file $i | Add the ASIS file $i
| Ada | apache-2.0 | stcarrez/dynamo,stcarrez/dynamo,stcarrez/dynamo | |
1ab3dcf5e3d63d16fd4ada43368f9b329980abf0 | regtests/util-mail-tests.adb | regtests/util-mail-tests.adb | -----------------------------------------------------------------------
-- util-mail-tests -- Unit tests for mail
-- Copyright (C) 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except... | Implement new unit test for Parse_Address | Implement new unit test for Parse_Address
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util | |
6fc616d2b2a06cbdbb14291f233472668026d168 | regtests/security-oauth-clients-tests.ads | regtests/security-oauth-clients-tests.ads | -----------------------------------------------------------------------
-- Security-oauth-clients-tests - Unit tests for OAuth
-- Copyright (C) 2013 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use thi... | Add OAuth client unit tests | Add OAuth client unit tests
| Ada | apache-2.0 | Letractively/ada-security | |
8642486eff375a6c2b875423157f09a78a311aa9 | src/asf-parts-upload_method.ads | src/asf-parts-upload_method.ads | -----------------------------------------------------------------------
-- asf-parts -- ASF Parts
-- Copyright (C) 2011, 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compli... | Define a method and binding for an Ada bean to receive an uploaded file | Define a method and binding for an Ada bean to receive an uploaded file
| Ada | apache-2.0 | stcarrez/ada-asf,stcarrez/ada-asf,stcarrez/ada-asf | |
acb5908775e0ec0c3c897b1f0296d55c3db9f8ff | testutil/aunit/util-test_caller.adb | testutil/aunit/util-test_caller.adb | -----------------------------------------------------------------------
-- AUnit utils - Helper for writing unit tests
-- Copyright (C) 2009, 2010, 2011 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use... | -----------------------------------------------------------------------
-- AUnit utils - Helper for writing unit tests
-- Copyright (C) 2009, 2010, 2011, 2013 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may n... | Use the Is_Test_Enabled function to ignore or take into account the test when it is added in the testsuite. | Use the Is_Test_Enabled function to ignore or take into account the
test when it is added in the testsuite.
| Ada | apache-2.0 | Letractively/ada-util,Letractively/ada-util,flottokarotto/ada-util,flottokarotto/ada-util |
bf4a56cf8ab8938f28d3fd822a4f59d84c8a2190 | src/wiki-utils.adb | src/wiki-utils.adb | -----------------------------------------------------------------------
-- wiki-utils -- Wiki utility operations
-- Copyright (C) 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except ... | Implement the To_Html and To_Text functions | Implement the To_Html and To_Text functions
| Ada | apache-2.0 | stcarrez/ada-wiki,stcarrez/ada-wiki | |
706a072ee124b2438fb1d3d6b6be29e9da1c52c3 | src/asf-components-widgets-factory.ads | src/asf-components-widgets-factory.ads | -----------------------------------------------------------------------
-- widgets-factory -- Factory for widget Components
-- Copyright (C) 2013 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this f... | Define the factory for the creation of widget components | Define the factory for the creation of widget components
| Ada | apache-2.0 | stcarrez/ada-asf,stcarrez/ada-asf,stcarrez/ada-asf | |
ba81cf12b19410c8883501faf698f519205cf35e | src/wiki-nodes-lists.ads | src/wiki-nodes-lists.ads | -----------------------------------------------------------------------
-- wiki-nodes-lists -- Wiki Document Internal representation
-- Copyright (C) 2016, 2019 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may... | Refactor Node_List and references to use Ada Util general references | Refactor Node_List and references to use Ada Util general references
| Ada | apache-2.0 | stcarrez/ada-wiki,stcarrez/ada-wiki | |
62895c53ba5c3a0fe6482efd1eda4cac07863c08 | src/wiki-filters-toc.adb | src/wiki-filters-toc.adb | -----------------------------------------------------------------------
-- wiki-filters-toc -- Filter for the creation of Table Of Contents
-- Copyright (C) 2016 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you ma... | Implement the TOC filter to collect the table of content | Implement the TOC filter to collect the table of content
| Ada | apache-2.0 | stcarrez/ada-wiki,stcarrez/ada-wiki | |
c1805eee3bf5cb522cea1001dbeaaab55099572c | regtests/security-oauth-clients-tests.adb | regtests/security-oauth-clients-tests.adb | -----------------------------------------------------------------------
-- Security-oauth-clients-tests - Unit tests for OAuth
-- Copyright (C) 2013 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use thi... | Add unit tests for OAuth package and Create_Nonce operation | Add unit tests for OAuth package and Create_Nonce operation
| Ada | apache-2.0 | stcarrez/ada-security | |
2f342af96d307e83d6c8532714e59e50edf36588 | src/asm-intrinsic/util-concurrent-counters.adb | src/asm-intrinsic/util-concurrent-counters.adb | -----------------------------------------------------------------------
-- Util.Concurrent -- Concurrent Counters
-- Copyright (C) 2009, 2010, 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this... | Implement the atomic counters using the gcc builtins __sync_add_and_fetch_4 and __sync_fetch_and_add_4 | Implement the atomic counters using the gcc builtins __sync_add_and_fetch_4 and __sync_fetch_and_add_4
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util | |
c9f14e6e0efee9b1ed0af2f5b487948cb5dd8557 | src/asis/a4g-span_end.ads | src/asis/a4g-span_end.ads | ------------------------------------------------------------------------------
-- --
-- ASIS-for-GNAT IMPLEMENTATION COMPONENTS --
-- --
-- ... | Add the ASIS file $i | Add the ASIS file $i | Ada | apache-2.0 | Letractively/ada-gen,Letractively/ada-gen,Letractively/ada-gen,Letractively/ada-gen | |
9793de1bac2738e3f7b070cd678657e1230f6008 | regtests/security-oauth-jwt-tests.ads | regtests/security-oauth-jwt-tests.ads | -----------------------------------------------------------------------
-- Security-oayth-jwt-tests - Unit tests for JSON Web Token
-- Copyright (C) 2013 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not us... | Add unit tests for JWT | Add unit tests for JWT
| Ada | apache-2.0 | Letractively/ada-security | |
f2145816fcef15d943cf6ee651d54f5b63fec0c6 | regtests/util-streams-buffered-lzma-tests.ads | regtests/util-streams-buffered-lzma-tests.ads | -----------------------------------------------------------------------
-- util-streams-buffered-lzma-tests -- Unit tests for LZMA buffered streams
-- Copyright (C) 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
--... | Add a new test for Compress_Stream using LZMA | Add a new test for Compress_Stream using LZMA
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util | |
fb36f928e9706247c1dff891fe6417281c8c90c0 | regtests/asf-converters-tests.ads | regtests/asf-converters-tests.ads | -----------------------------------------------------------------------
-- asf-converters-tests - Unit tests for ASF.Converters
-- Copyright (C) 2014 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use th... | Add a new set of unit tests for the date converter | Add a new set of unit tests for the date converter
| Ada | apache-2.0 | stcarrez/ada-asf,stcarrez/ada-asf,stcarrez/ada-asf | |
52c7c02304231ebf7f276fec23422017e144755a | matp/src/events/mat-events-tools.ads | matp/src/events/mat-events-tools.ads | -----------------------------------------------------------------------
-- mat-events-tools - Profiler Events Description
-- Copyright (C) 2014, 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use th... | Declare the MAT.Events.Tools package and move the Target_Event_Vectors definition in it | Declare the MAT.Events.Tools package and move the Target_Event_Vectors definition in it
| Ada | apache-2.0 | stcarrez/mat,stcarrez/mat,stcarrez/mat | |
3c4d2524f21d19c44fedbab44c450ef402b62d9e | src/asf-security.ads | src/asf-security.ads | -----------------------------------------------------------------------
-- asf-security -- ASF Security
-- Copyright (C) 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compli... | Define an ASF Security package | Define an ASF Security package
| Ada | apache-2.0 | stcarrez/ada-asf,stcarrez/ada-asf,stcarrez/ada-asf | |
30c937b73f55f3f31d3e0ba3410ee42d9c9ee4d7 | src/babel-stores.ads | src/babel-stores.ads | -----------------------------------------------------------------------
-- babel-stores -- Storage management
-- Copyright (C) 2014 Stephane.Carrez
-- Written by Stephane.Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file exce... | Backup store to access files (local, remote, ...) | Backup store to access files (local, remote, ...)
| Ada | apache-2.0 | stcarrez/babel | |
a71abb25b07fe19e6b9b8583bec474d23035a0f4 | src/gen-artifacts-docs-googlecode.adb | src/gen-artifacts-docs-googlecode.adb | -----------------------------------------------------------------------
-- gen-artifacts-docs-googlecode -- Artifact for Googlecode documentation format
-- Copyright (C) 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License"... | Implement the Get_Document_Name function for the Google Code wiki syntax | Implement the Get_Document_Name function for the Google Code wiki syntax
| Ada | apache-2.0 | stcarrez/dynamo,stcarrez/dynamo,stcarrez/dynamo | |
c04c809196c2770c439c09ecee3deccbedc10f6f | src/ado-utils-streams.adb | src/ado-utils-streams.adb | -----------------------------------------------------------------------
-- ado-utils-streams -- IO stream utilities
-- Copyright (C) 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file exce... | Implement operations for blob streams | Implement operations for blob streams
| Ada | apache-2.0 | stcarrez/ada-ado | |
95e4c6bf2d8ed371b3d4c7d0c10c323373f9fe75 | regtests/wiki-filters-html-tests.adb | regtests/wiki-filters-html-tests.adb | -----------------------------------------------------------------------
-- wiki-filters-html-tests -- Unit tests for wiki HTML filters
-- Copyright (C) 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not... | Implement a new test for the HTML filters internal operations | Implement a new test for the HTML filters internal operations
| Ada | apache-2.0 | stcarrez/ada-wiki,stcarrez/ada-wiki | |
f8fb79133291c1fe993dea1190f5c8fb37462ca4 | src/wiki-utils.ads | src/wiki-utils.ads | -----------------------------------------------------------------------
-- wiki-utils -- Wiki utility operations
-- Copyright (C) 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except ... | Define the Wiki.Utils package with To_Html and To_Text functions | Define the Wiki.Utils package with To_Html and To_Text functions
| Ada | apache-2.0 | stcarrez/ada-wiki,stcarrez/ada-wiki | |
71024c54c6685826f84cf8a97067a89bb0f75300 | src/el-contexts-tls.ads | src/el-contexts-tls.ads | -----------------------------------------------------------------------
-- EL.Contexts.TLS -- EL context and Thread Local Support
-- Copyright (C) 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use ... | Declare the TLS package for thread local context support | Declare the TLS package for thread local context support
| Ada | apache-2.0 | stcarrez/ada-el | |
1c56ba76fb3e0fbfd4c8eafd8851153d95eb450b | samples/serialize_xml.adb | samples/serialize_xml.adb | with Ada.Text_IO;
with Util.Serialize.IO.XML;
with Util.Streams.Texts;
procedure Serialize_Xml is
Output : aliased Util.Streams.Texts.Print_Stream;
Stream : Util.Serialize.IO.XML.Output_Stream;
begin
Output.Initialize (Size => 10000);
Stream.Initialize (Output => Output'Unchecked_Access);
-- St... | Add example for XML serialization | Add example for XML serialization
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util | |
e7e55a0ac7aabdf42e86137880f41cf952da6d6c | src/util-strings-sets.ads | src/util-strings-sets.ads | -----------------------------------------------------------------------
-- Util-strings-sets -- Set of strings
-- Copyright (C) 2011 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except i... | Define the set of string package | Define the set of string package
| Ada | apache-2.0 | Letractively/ada-util,flottokarotto/ada-util,flottokarotto/ada-util,Letractively/ada-util | |
308499888f5f31876b10335cf1c4e01a1b5051e7 | regtests/util-beans-objects-datasets-tests.adb | regtests/util-beans-objects-datasets-tests.adb | -----------------------------------------------------------------------
-- util-beans-objects-datasets-tests -- Unit tests for dataset beans
-- Copyright (C) 2013 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you m... | Implement the unit tests on datasets to verify the creation, insertion and retrieval of datasets through bean interfaces | Implement the unit tests on datasets to verify the creation,
insertion and retrieval of datasets through bean interfaces
| Ada | apache-2.0 | Letractively/ada-util,flottokarotto/ada-util,flottokarotto/ada-util,Letractively/ada-util | |
641703d109c3c8f28ff999124d0c2ba77a9b5f7a | src/asis/asis-errors.ads | src/asis/asis-errors.ads | ------------------------------------------------------------------------------
-- --
-- ASIS-for-GNAT INTERFACE COMPONENTS --
-- --
-- ... | Add the ASIS file $i | Add the ASIS file $i
| Ada | apache-2.0 | stcarrez/dynamo,stcarrez/dynamo,stcarrez/dynamo | |
90cc3902449a670a24377356a0d329d59e201f36 | src/el-beans-methods.ads | src/el-beans-methods.ads | -----------------------------------------------------------------------
-- EL.Beans.Methods -- Bean methods
-- Copyright (C) 2010 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in co... | Declare the method binding types | Declare the method binding types
| Ada | apache-2.0 | stcarrez/ada-el | |
dc369c1be258440825c0bd5c2ef0ec504c75ded4 | src/util-strings-sets.ads | src/util-strings-sets.ads | -----------------------------------------------------------------------
-- Util-strings-sets -- Set of strings
-- Copyright (C) 2011 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except i... | Define the set of string package | Define the set of string package
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util | |
941d83b00691a6e5bb481181be53abbace7c044f | src/asf-routes-servlets-rest.ads | src/asf-routes-servlets-rest.ads | -----------------------------------------------------------------------
-- asf-reoutes-servlets-rest -- Route for the REST API
-- Copyright (C) 2016 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use thi... | Define the ASF.Routes.Servlets.Rest package for the REST route | Define the ASF.Routes.Servlets.Rest package for the REST route
| Ada | apache-2.0 | stcarrez/ada-asf,stcarrez/ada-asf,stcarrez/ada-asf | |
cc54f6dd2e877e152bdcf944bdcb375b6a8b4a06 | src/wiki-plugins-templates.ads | src/wiki-plugins-templates.ads | -----------------------------------------------------------------------
-- wiki-plugins-template -- Template Plugin
-- Copyright (C) 2016 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file exce... | Declare the Wiki.Plugins.Templates package with the Template_Plugin type | Declare the Wiki.Plugins.Templates package with the Template_Plugin type
| Ada | apache-2.0 | stcarrez/ada-wiki,stcarrez/ada-wiki | |
054fa8fddbebf3e040b7fe8d888e33e5095c2295 | test/AdaFrontend/vce_lv.adb | test/AdaFrontend/vce_lv.adb | -- RUN: %llvmgcc -c %s -o /dev/null
procedure VCE_LV is
type P is access String ;
type T is new P (5 .. 7);
subtype U is String (5 .. 7);
X : T := new U'(others => 'A');
begin
null;
end;
| Test that a VIEW_CONVERT_EXPR used as an lvalue has the right type. | Test that a VIEW_CONVERT_EXPR used as an lvalue has the right type.
git-svn-id: 0ff597fd157e6f4fc38580e8d64ab130330d2411@35387 91177308-0d34-0410-b5e6-96231b3b80d8
| Ada | apache-2.0 | apple/swift-llvm,llvm-mirror/llvm,dslab-epfl/asap,llvm-mirror/llvm,chubbymaggie/asap,chubbymaggie/asap,GPUOpen-Drivers/llvm,chubbymaggie/asap,llvm-mirror/llvm,dslab-epfl/asap,apple/swift-llvm,GPUOpen-Drivers/llvm,apple/swift-llvm,dslab-epfl/asap,llvm-mirror/llvm,llvm-mirror/llvm,dslab-epfl/asap,GPUOpen-Drivers/llvm,GPU... | |
059d023ec56579b471707c48fb2d0f24e1ac4150 | src/util-serialize-mappers.adb | src/util-serialize-mappers.adb | -----------------------------------------------------------------------
-- util-serialize-mappers -- Serialize objects in various formats
-- Copyright (C) 2010 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- yo... | Add operations to specify the mapping | Add operations to specify the mapping
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util | |
35bd62d5429b5982544c8e6ec9639e6b6417e28c | src/util-streams-texts-wtr.ads | src/util-streams-texts-wtr.ads | -----------------------------------------------------------------------
-- util-streams-texts-tr -- Text translation utilities on streams
-- Copyright (C) 2010, 2011, 2012, 2015, 2016, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0... | Refactor Buffered_Stream and Print_Stream - move the WTR package instantiation in a separate file | Refactor Buffered_Stream and Print_Stream
- move the WTR package instantiation in a separate file
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util | |
b7f3273a231c30ca9f9b0f6dba6e92820ff90540 | src/wiki-parsers-html.ads | src/wiki-parsers-html.ads | -----------------------------------------------------------------------
-- wiki-parsers-html -- Wiki HTML parser
-- Copyright (C) 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except ... | Define a simple HTML parser that can be used to parse HTML text embedded in wiki text | Define a simple HTML parser that can be used to parse HTML text embedded in wiki text
| Ada | apache-2.0 | stcarrez/ada-wiki,stcarrez/ada-wiki | |
1d4d948d333104e0423ebed08bdd7a276abc75a2 | awa/src/awa-oauth-filters.ads | awa/src/awa-oauth-filters.ads | -----------------------------------------------------------------------
-- awa-oauth-filters -- OAuth filter
-- Copyright (C) 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in c... | Define the OAuth security filter for AWA applications | Define the OAuth security filter for AWA applications
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa | |
bc4445378b6f457993c62077a3dfe45f8e8c36d3 | regtests/util-commands-tests.ads | regtests/util-commands-tests.ads | -----------------------------------------------------------------------
-- util-commands-tests - Test for commands
-- Copyright (C) 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file excep... | Add tests for the Util.Commands.Drivers package | Add tests for the Util.Commands.Drivers package
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util | |
77119f2b27d96aa3979a4f4dadf9e6ff1b39329b | tools/druss-commands-ping.ads | tools/druss-commands-ping.ads | -----------------------------------------------------------------------
-- druss-commands-ping -- Ping devices from the gateway
-- Copyright (C) 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use th... | Define the ping command to ask the Bbox to ping the known devices | Define the ping command to ask the Bbox to ping the known devices
| Ada | apache-2.0 | stcarrez/bbox-ada-api | |
725753adcc28d0b9a854d134dddcfe320e1b06f9 | src/util-commands.adb | src/util-commands.adb | -----------------------------------------------------------------------
-- util-commands -- Support to make command line tools
-- Copyright (C) 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use thi... | Implement the Get_Count and Get_Argument operations | Implement the Get_Count and Get_Argument operations
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util | |
6bcae9852379443b18b1aa640c93bceaa3f3caf2 | mat/src/mat-targets-readers.adb | mat/src/mat-targets-readers.adb | -----------------------------------------------------------------------
-- mat-targets-readers - Definition and Analysis of process start events
-- Copyright (C) 2014 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- y... | Implement the package to read the begin/end events and create the process instance | Implement the package to read the begin/end events and create the process instance
| Ada | apache-2.0 | stcarrez/mat,stcarrez/mat,stcarrez/mat | |
44c560358e27dd3dc2bb7141db0b68f1394b553f | samples/objcalc.adb | samples/objcalc.adb | with Ada.Text_IO;
with Ada.Command_Line;
with Util.Beans.Objects;
procedure ObjCalc is
package UBO renames Util.Beans.Objects;
use type UBO.Object;
Value : UBO.Object := UBO.To_Object (Integer (0));
begin
Value := Value + UBO.To_Object (Integer (123));
Value := Value - UBO.To_Object (String '("12"));
... | Add very simple examples for Objects | Add very simple examples for Objects
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util | |
1e9f773279eb4ffb37ff960027b3727a3fec1a36 | mat/regtests/mat-targets-tests.adb | mat/regtests/mat-targets-tests.adb | -----------------------------------------------------------------------
-- mat-readers-tests -- Unit tests for MAT readers
-- Copyright (C) 2014 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this fi... | Implement a simple unit test for MAT.Targets package | Implement a simple unit test for MAT.Targets package
| Ada | apache-2.0 | stcarrez/mat,stcarrez/mat,stcarrez/mat | |
f3d0cd715516dfc5aa8eb80bbc046487401693b6 | regtests/util-events-timers-tests.ads | regtests/util-events-timers-tests.ads | -----------------------------------------------------------------------
-- util-events-timers-tests -- Unit tests for timers
-- Copyright (C) 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this ... | Add new unit tests for the timer management package | Add new unit tests for the timer management package
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util | |
1fdd3a7d6a46a0b94aa29b3ad90b4da207414686 | src/asis/a4g-a_stand.ads | src/asis/a4g-a_stand.ads | ------------------------------------------------------------------------------
-- --
-- ASIS-for-GNAT IMPLEMENTATION COMPONENTS --
-- --
-- ... | Add the ASIS file $i | Add the ASIS file $i
| Ada | apache-2.0 | stcarrez/dynamo,stcarrez/dynamo,stcarrez/dynamo | |
26ed1ef0aa7c7edba7a4c2eec2f6b65121d07252 | awa/plugins/awa-mail/src/aws/awa-mail-clients-aws_smtp-initialize_ssl.adb | awa/plugins/awa-mail/src/aws/awa-mail-clients-aws_smtp-initialize_ssl.adb | -----------------------------------------------------------------------
-- awa-mail-clients-aws_smtp-initialize -- Initialize SMTP client with SSL support
-- Copyright (C) 2016 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "Licens... | Implement the Initialize procedure with SSL support (AWS version starting from gnat-2015) | Implement the Initialize procedure with SSL support (AWS version starting from gnat-2015)
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa | |
4333b1bcaa297968d1e17d9ac7be13ee055e76ce | regtests/check_build/gen-tests-packages.ads | regtests/check_build/gen-tests-packages.ads | -----------------------------------------------------------------------
-- Test -- Test the code generation
-- Copyright (C) 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in co... | Add the package to build the generated Ada packages (UML packages test) | Add the package to build the generated Ada packages (UML packages test)
| Ada | apache-2.0 | Letractively/ada-gen,Letractively/ada-gen,Letractively/ada-gen,Letractively/ada-gen | |
68b6898995e461a39bcb7edfa212a2b394bba929 | src/security-auth-oauth-facebook.ads | src/security-auth-oauth-facebook.ads | -----------------------------------------------------------------------
-- security-auth-oauth-facebook -- Facebook OAuth based authentication
-- Copyright (C) 2013 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you... | Define the Facebook authentication by using OAuth and Facebook Graph API | Define the Facebook authentication by using OAuth and Facebook Graph API
| Ada | apache-2.0 | stcarrez/ada-security | |
0fb91254d56bbf2d5930942952ec4bbd3d20d0cc | regtests/gen-artifacts-yaml-tests.adb | regtests/gen-artifacts-yaml-tests.adb | -----------------------------------------------------------------------
-- gen-artifacts-yaml-tests -- Tests for YAML model files
-- Copyright (C) 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use ... | Add test for YAML model support | Add test for YAML model support
| Ada | apache-2.0 | stcarrez/dynamo,stcarrez/dynamo,stcarrez/dynamo | |
8ababa1ca39b8d8a902e7b931064abcd3bdd67fc | samples/escape.adb | samples/escape.adb | -----------------------------------------------------------------------
-- escape -- Text Transformations
-- Copyright (C) 2001, 2002, 2003, 2006, 2008, 2009, 2010 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you ... | Add simple example for text transformations | Add simple example for text transformations
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util | |
5c024f1dee98004b825686a6331fba5ccd0f8b21 | regtests/util-streams-buffered-encoders-tests.adb | regtests/util-streams-buffered-encoders-tests.adb | -----------------------------------------------------------------------
-- util-streams-buffered-encoders-tests -- Unit tests for encoding buffered streams
-- Copyright (C) 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "Licen... | Implement a new test to verify the Base64 encoding stream | Implement a new test to verify the Base64 encoding stream
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util | |
6c92da4b4a18fd130e2bdee09bb2fc4a148978d3 | src/util-encoders-sha256.adb | src/util-encoders-sha256.adb | -----------------------------------------------------------------------
-- util-encoders-sha256 -- Compute SHA-1 hash
-- Copyright (C) 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file ex... | Implement the operations for the SHA256 package | Implement the operations for the SHA256 package
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util | |
7a3790a903d91013b2fbc9119e23c8da361bf9af | orka_simd/src/x86/gnat/orka-simd-avx-longs-convert.ads | orka_simd/src/x86/gnat/orka-simd-avx-longs-convert.ads | -- SPDX-License-Identifier: Apache-2.0
--
-- Copyright (c) 2021 onox <denkpadje@gmail.com>
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/L... | Add missing ads file for package Orka.SIMD.AVX.Longs.Convert | simd: Add missing ads file for package Orka.SIMD.AVX.Longs.Convert
Signed-off-by: onox <34c1d3d2d1347bea60a26f46574de21a7a79b6d5@gmail.com>
| Ada | apache-2.0 | onox/orka | |
2026df8bec7e0468de8afcde7b119d84e369b255 | src/asf-filters-cache_control.ads | src/asf-filters-cache_control.ads | -----------------------------------------------------------------------
-- asf-filters-cache_control -- HTTP response Cache-Control settings
-- Copyright (C) 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you m... | Define the Cache_Control package with Cache_Control_Filter type to add a Cache-Control, Vary headers in the HTTP response | Define the Cache_Control package with Cache_Control_Filter type to add
a Cache-Control, Vary headers in the HTTP response
| Ada | apache-2.0 | stcarrez/ada-asf,stcarrez/ada-asf,stcarrez/ada-asf | |
e3e5c90ba726d8d051ea00d80e7c71cfa58f1bad | awa/plugins/awa-counters/src/awa-counters-beans.adb | awa/plugins/awa-counters/src/awa-counters-beans.adb | -----------------------------------------------------------------------
-- awa-counters-beans -- Counter bean definition
-- Copyright (C) 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file... | Implement the Get_Value procedure for the Counter_Bean | Implement the Get_Value procedure for the Counter_Bean
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa | |
f1bf7d2f673d7ae956fd9bfe21f1cc70a65c8c20 | awa/plugins/awa-mail/src/aws/awa-mail-clients-aws_smtp-initialize_nossl.adb | awa/plugins/awa-mail/src/aws/awa-mail-clients-aws_smtp-initialize_nossl.adb | -----------------------------------------------------------------------
-- awa-mail-clients-aws_smtp-initialize -- Initialize SMTP client without SSL support
-- Copyright (C) 2016 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "Lic... | Implement the Initialize procedure for AWS version before gnat-2015 (aws 3.1) | Implement the Initialize procedure for AWS version before gnat-2015 (aws 3.1)
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa | |
53d8446e039e408d2703f3d62ed3935fba45fa0f | src/asis/a4g.ads | src/asis/a4g.ads | ------------------------------------------------------------------------------
-- --
-- ASIS-for-GNAT IMPLEMENTATION COMPONENTS --
-- --
-- ... | Add the ASIS file $i | Add the ASIS file $i | Ada | apache-2.0 | Letractively/ada-gen,Letractively/ada-gen,Letractively/ada-gen,Letractively/ada-gen | |
54d9999913c0380c7b754917efbe2902d266f20d | src/security-auth-oauth-facebook.ads | src/security-auth-oauth-facebook.ads | -----------------------------------------------------------------------
-- security-auth-oauth-facebook -- Facebook OAuth based authentication
-- Copyright (C) 2013 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you... | Define the Facebook authentication by using OAuth and Facebook Graph API | Define the Facebook authentication by using OAuth and Facebook Graph API
| Ada | apache-2.0 | Letractively/ada-security | |
5c106d6d731043c44152c504e1b4e4228a9a23e4 | regtests/util-events-timers-tests.adb | regtests/util-events-timers-tests.adb | -----------------------------------------------------------------------
-- util-events-timers-tests -- Unit tests for timers
-- Copyright (C) 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this ... | Implement the new unit tests for the timer management | Implement the new unit tests for the timer management
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util | |
1a693428d2729913570a5daa668c9d869edb1d68 | src/wiki-plugins-conditions.ads | src/wiki-plugins-conditions.ads | -----------------------------------------------------------------------
-- wiki-plugins-conditions -- Condition Plugin
-- Copyright (C) 2016 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file e... | Declare the Conditions package with the Condition_Plugin type for the support of conditional inclusion in wiki text | Declare the Conditions package with the Condition_Plugin type for the
support of conditional inclusion in wiki text
| Ada | apache-2.0 | stcarrez/ada-wiki,stcarrez/ada-wiki | |
0a218952eaf96cb0031e33cb23e62404d11e73e1 | src/asf-rest.adb | src/asf-rest.adb | -----------------------------------------------------------------------
-- asf-rest -- REST Support
-- Copyright (C) 2016 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance... | Implement the Get_Permission and Register operations | Implement the Get_Permission and Register operations
| Ada | apache-2.0 | stcarrez/ada-asf,stcarrez/ada-asf,stcarrez/ada-asf | |
752bf742c903771675043ab532f7af8829238c29 | regtests/ado-drivers-tests.ads | regtests/ado-drivers-tests.ads | -----------------------------------------------------------------------
-- ado-drivers-tests -- Unit tests for database drivers
-- Copyright (C) 2014 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use th... | Define some new tests for the database drivers support | Define some new tests for the database drivers support
| Ada | apache-2.0 | stcarrez/ada-ado | |
42ef168f4785ea2ae235595127974b66fd3effae | regtests/util-http-headers-tests.adb | regtests/util-http-headers-tests.adb | -----------------------------------------------------------------------
-- util-http-headers-tests - Unit tests for Headers
-- Copyright (C) 2022 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this f... | Add the new tests for Headers package | Add the new tests for Headers package
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util | |
7512864f63963e1afc2aa53fe42094f3f30da841 | awa/plugins/awa-storages/src/awa-storages-stores.ads | awa/plugins/awa-storages/src/awa-storages-stores.ads | -----------------------------------------------------------------------
-- awa-storages-stores -- The storage interface
-- Copyright (C) 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file ... | Define the store interface to support several storage services (file, database, Amazon) | Define the store interface to support several storage services (file, database, Amazon)
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa | |
1aa454e87a39af72582305c5b9f5d9f50a18bc46 | src/asis/a4g.ads | src/asis/a4g.ads | ------------------------------------------------------------------------------
-- --
-- ASIS-for-GNAT IMPLEMENTATION COMPONENTS --
-- --
-- ... | Add the ASIS file $i | Add the ASIS file $i
| Ada | apache-2.0 | stcarrez/dynamo,stcarrez/dynamo,stcarrez/dynamo | |
ce89b61f503806b4ea588d29d54ddfb87a74b752 | src/ado-caches.adb | src/ado-caches.adb | -----------------------------------------------------------------------
-- ado-cache -- Simple cache management
-- Copyright (C) 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except i... | Implement the cache manager operation | Implement the cache manager operation
| Ada | apache-2.0 | stcarrez/ada-ado | |
342f736daf481f0e1212d864d48af3bc61e99d12 | regtests/asf-filters-tests.adb | regtests/asf-filters-tests.adb | -----------------------------------------------------------------------
-- Filters Tests - Unit tests for ASF.Filters
-- Copyright (C) 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file ex... | Implement a test filter that counts the number of times it is traversed | Implement a test filter that counts the number of times it is traversed
| Ada | apache-2.0 | stcarrez/ada-asf,stcarrez/ada-asf,stcarrez/ada-asf | |
ec855f10061f888423fd59d429cf26b0349f4ae6 | src/security-auth-oauth.ads | src/security-auth-oauth.ads | -----------------------------------------------------------------------
-- security-auth-oauth -- OAuth based authentication
-- Copyright (C) 2013 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this ... | Define the OAuth based authorization | Define the OAuth based authorization
| Ada | apache-2.0 | stcarrez/ada-security | |
e8004e3c6907487bd7180bbb326536a0872e56b7 | src/asf-parts-upload_method.ads | src/asf-parts-upload_method.ads | -----------------------------------------------------------------------
-- asf-parts -- ASF Parts
-- Copyright (C) 2011, 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compli... | Define a method and binding for an Ada bean to receive an uploaded file | Define a method and binding for an Ada bean to receive an uploaded file
| Ada | apache-2.0 | Letractively/ada-asf,Letractively/ada-asf,Letractively/ada-asf | |
0822601ab5f0e98e1d1fa590d1e1dcfd1dbd8e76 | src/wiki-streams-html-builders.ads | src/wiki-streams-html-builders.ads | -----------------------------------------------------------------------
-- wiki-streams-html-builders -- Wiki writer to a string builder
-- Copyright (C) 2011, 2012, 2013, 2015, 2016 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "... | Declare the Wiki.Streams.Html.Builders package for the HTML output stream | Declare the Wiki.Streams.Html.Builders package for the HTML output stream
| Ada | apache-2.0 | stcarrez/ada-wiki,stcarrez/ada-wiki | |
d0c70ad30d82ad1685a47254bd057165d71e0629 | src/el-beans-methods.ads | src/el-beans-methods.ads | -----------------------------------------------------------------------
-- EL.Beans.Methods -- Bean methods
-- Copyright (C) 2010 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in co... | Declare the method binding types | Declare the method binding types
| Ada | apache-2.0 | Letractively/ada-el | |
c6ece4d4f43f0124c8c7c2ff24ede06860c0b80e | src/ado-utils.adb | src/ado-utils.adb | -----------------------------------------------------------------------
-- ado-utils -- Utility operations for ADO
-- Copyright (C) 2013 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file excep... | Implement To_Identifier and To_Object operations | Implement To_Identifier and To_Object operations
| Ada | apache-2.0 | stcarrez/ada-ado | |
7fab750eecd0897e0a55bcedf03b94d62a192e7c | src/asf-components-widgets-selects.adb | src/asf-components-widgets-selects.adb | -----------------------------------------------------------------------
-- components-widgets-selects -- Select component with jQuery Chosen
-- Copyright (C) 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you m... | Implement the UIChosen support to generate the jQuery chosen activation script | Implement the UIChosen support to generate the jQuery chosen activation script
| Ada | apache-2.0 | stcarrez/ada-asf,stcarrez/ada-asf,stcarrez/ada-asf | |
7bf39aa32ee428ed6636ec8a1ac25b0aa6bb4fa8 | awa/src/awa-oauth-services.ads | awa/src/awa-oauth-services.ads | -----------------------------------------------------------------------
-- awa-oauth-services -- OAuth Server Side
-- Copyright (C) 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file excep... | Declare the AWA.OAuth.Services package with the Auth_Manager | Declare the AWA.OAuth.Services package with the Auth_Manager
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa | |
e91ebec06bf858ee75cac5ccd264f2a9369d502c | rts/boards/i386/adainclude/last_chance_handler.ads | rts/boards/i386/adainclude/last_chance_handler.ads | -- -*- Mode: Ada -*-
-- Filename : last_chance_handler.ads
-- Description : Definition of the exception handler for the kernel.
-- Author : Luke A. Guest
-- Created On : Thu Jun 14 12:06:21 2012
-- Licence : See LICENCE in the root directory.
with Syste... | -- -*- Mode: Ada -*-
-- Filename : last_chance_handler.ads
-- Description : Definition of the exception handler for the kernel.
-- Author : Luke A. Guest
-- Created On : Thu Jun 14 12:06:21 2012
-- Licence : See LICENCE in the root directory.
with Syste... | Make this package Preelaborate so a-except can depend on it. | Make this package Preelaborate so a-except can depend on it.
| Ada | bsd-2-clause | Lucretia/tamp2,Lucretia/bare_bones,robdaemon/bare_bones |
0016f157639026a64feda2aa716041301d3c6f94 | tools/druss-config.adb | tools/druss-config.adb | -----------------------------------------------------------------------
-- druss-config -- Configuration management for Druss
-- Copyright (C) 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this... | Implement the Initialize, Get and Get_Gateways operations | Implement the Initialize, Get and Get_Gateways operations
| Ada | apache-2.0 | stcarrez/bbox-ada-api | |
2c7068102650cf005a7ae89db3452db403b4c3d3 | awa/src/awa-commands-info.ads | awa/src/awa-commands-info.ads | -----------------------------------------------------------------------
-- akt-commands-info -- Info command to describe the current configuration
-- Copyright (C) 2020 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- ... | Add package AWA.Commands.Info to report configuration information | Add package AWA.Commands.Info to report configuration information
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa | |
78a114cf9bef01e1d03e0642d37d8edd4e6866f2 | src/util-commands-parsers-gnat_parser.adb | src/util-commands-parsers-gnat_parser.adb | -----------------------------------------------------------------------
-- util-commands-parsers.gnat_parser -- GNAT command line parser for command drivers
-- Copyright (C) 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "Lice... | Implement the GNAT_Parser package to parse arguments using GNAT Getopt | Implement the GNAT_Parser package to parse arguments using GNAT Getopt
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util | |
0d8338abcf522ca5acdd3782bdc1b3446a523fb4 | regtests/ado-datasets-tests.adb | regtests/ado-datasets-tests.adb | -----------------------------------------------------------------------
-- ado-datasets-tests -- Test executing queries and using datasets
-- Copyright (C) 2013 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may... | Implement the unit test on datasets | Implement the unit test on datasets
| Ada | apache-2.0 | stcarrez/ada-ado | |
4815f17ef303cd21d740cc22b2e222c4b069d3e3 | regtests/asf-converters-tests.ads | regtests/asf-converters-tests.ads | -----------------------------------------------------------------------
-- asf-converters-tests - Unit tests for ASF.Converters
-- Copyright (C) 2014 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use th... | Add a new set of unit tests for the date converter | Add a new set of unit tests for the date converter
| Ada | apache-2.0 | Letractively/ada-asf,Letractively/ada-asf,Letractively/ada-asf | |
2a72eabad91c61aa64053875cb56a750331889ea | mat/src/gtk/mat-events-gtkmat.ads | mat/src/gtk/mat-events-gtkmat.ads | -----------------------------------------------------------------------
-- gprofiler-events - Profiler Events Description
-- Copyright (C) 2014 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this fil... | Define the MAT.Events.Gtkmat package to display the events in some window | Define the MAT.Events.Gtkmat package to display the events in some window
| Ada | apache-2.0 | stcarrez/mat,stcarrez/mat,stcarrez/mat | |
8adcce963d886f70aeb06021b96c92b64207a636 | matp/src/frames/mat-frames-targets.adb | matp/src/frames/mat-frames-targets.adb | -----------------------------------------------------------------------
-- mat-frames-targets - Representation of stack frames
-- Copyright (C) 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use thi... | Implement the Frames_Types package to protect the frame creation in multi-threaded contexts | Implement the Frames_Types package to protect the frame creation in multi-threaded contexts
| Ada | apache-2.0 | stcarrez/mat,stcarrez/mat,stcarrez/mat | |
6cf6ebf217385c20a0fe35cf6986114871366836 | awa/plugins/awa-mail/src/awa-mail-components-attachments.adb | awa/plugins/awa-mail/src/awa-mail-components-attachments.adb | -----------------------------------------------------------------------
-- awa-mail-components-attachments -- Mail UI Attachments
-- Copyright (C) 2020 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use ... | Implement the operations for the <mail:attachment> component | Implement the operations for the <mail:attachment> component
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa | |
e5ae09f7a84425592d4f70cf6c1213fc4dd87fe4 | regtests/asf-navigations-tests.ads | regtests/asf-navigations-tests.ads | -----------------------------------------------------------------------
-- asf-navigations-tests - Tests for ASF navigation
-- Copyright (C) 2013 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this ... | Add navigation rule unit test | Add navigation rule unit test
| Ada | apache-2.0 | stcarrez/ada-asf,stcarrez/ada-asf,stcarrez/ada-asf | |
60d255e30bf6630231c5d5687e06fbda85b0cabd | regtests/babel-streams-tests.ads | regtests/babel-streams-tests.ads | -----------------------------------------------------------------------
-- babel-streams-tests - Unit tests for babel streams
-- Copyright (C) 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this... | Add a unit test for the babel stream compositions | Add a unit test for the babel stream compositions
| Ada | apache-2.0 | stcarrez/babel | |
10c4cf9f6dcef1aea50ef5e217726646f176cb3b | regtests/check_build/gen-tests-packages.ads | regtests/check_build/gen-tests-packages.ads | -----------------------------------------------------------------------
-- Test -- Test the code generation
-- Copyright (C) 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in co... | Add the package to build the generated Ada packages (UML packages test) | Add the package to build the generated Ada packages (UML packages test)
| Ada | apache-2.0 | stcarrez/dynamo,stcarrez/dynamo,stcarrez/dynamo | |
b3292faecbf07e57cdbb7b668b210946fff9242d | src/util-beans-objects-vectors.ads | src/util-beans-objects-vectors.ads | -----------------------------------------------------------------------
-- Util.Beans.Objects.Vectors -- Object vectors
-- Copyright (C) 2011 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file ... | Define a vectors of objects | Define a vectors of objects
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util | |
e779bd13d49d2f9b8962248ac2eb9c88087dc981 | src/asis/a4g-a_stand.ads | src/asis/a4g-a_stand.ads | ------------------------------------------------------------------------------
-- --
-- ASIS-for-GNAT IMPLEMENTATION COMPONENTS --
-- --
-- ... | Add the ASIS file $i | Add the ASIS file $i | Ada | apache-2.0 | Letractively/ada-gen,Letractively/ada-gen,Letractively/ada-gen,Letractively/ada-gen | |
599942656c3ca398426e0f5f1b00c5c69c4f0c5c | src/asf-servlets-files.ads | src/asf-servlets-files.ads | -----------------------------------------------------------------------
-- asf-servlets-files -- Files servlet
-- Copyright (C) 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in... | Package ASF.Servlets.Files renames Servlet.Core.Files but make it obscolesent (provided as backward compatibility) | Package ASF.Servlets.Files renames Servlet.Core.Files but make it obscolesent
(provided as backward compatibility)
| Ada | apache-2.0 | stcarrez/ada-asf,stcarrez/ada-asf,stcarrez/ada-asf | |
9fd4f3a57d55fad2940e60cc5a64c2b96c1eafea | regtests/security-oauth-clients-tests.adb | regtests/security-oauth-clients-tests.adb | -----------------------------------------------------------------------
-- Security-oauth-clients-tests - Unit tests for OAuth
-- Copyright (C) 2013 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use thi... | Add unit tests for OAuth package and Create_Nonce operation | Add unit tests for OAuth package and Create_Nonce operation
| Ada | apache-2.0 | Letractively/ada-security | |
efcc3fe0254c2e21d4ff6c95a99f5372ea30a320 | src/security-auth-oauth.ads | src/security-auth-oauth.ads | -----------------------------------------------------------------------
-- security-auth-oauth -- OAuth based authentication
-- Copyright (C) 2013 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this ... | Define the OAuth based authorization | Define the OAuth based authorization
| Ada | apache-2.0 | Letractively/ada-security | |
5c5676f511b36e860d758bc77d14be368029039b | src/babel-streams.adb | src/babel-streams.adb | -----------------------------------------------------------------------
-- babel-Streams -- Stream management
-- Copyright (C) 2014, 2015 Stephane.Carrez
-- Written by Stephane.Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file exce... | Implement the Set_Buffer and Finalize procedures | Implement the Set_Buffer and Finalize procedures
| Ada | apache-2.0 | stcarrez/babel | |
51d959c8348cd12a7a2badff1990e3052c49e572 | src/asf-filters-cache_control.adb | src/asf-filters-cache_control.adb | -----------------------------------------------------------------------
-- asf-filters-cache_control -- HTTP response Cache-Control settings
-- Copyright (C) 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you m... | Implement the Cache_Control_Filter to add a Cache-Control and Vary header in the HTTP response | Implement the Cache_Control_Filter to add a Cache-Control and Vary
header in the HTTP response
| Ada | apache-2.0 | stcarrez/ada-asf,stcarrez/ada-asf,stcarrez/ada-asf | |
8dbca6176474df22e769a92254be6be49dd3129d | src/asis/asis-errors.ads | src/asis/asis-errors.ads | ------------------------------------------------------------------------------
-- --
-- ASIS-for-GNAT INTERFACE COMPONENTS --
-- --
-- ... | Add the ASIS file $i | Add the ASIS file $i | Ada | apache-2.0 | Letractively/ada-gen,Letractively/ada-gen,Letractively/ada-gen,Letractively/ada-gen | |
efe6befe85acf018b0b3d5a911f78dbffc397708 | awa/plugins/awa-images/src/awa-images-servlets.ads | awa/plugins/awa-images/src/awa-images-servlets.ads | -----------------------------------------------------------------------
-- awa-images-servlets -- Serve images saved in the storage service
-- Copyright (C) 2016 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you ma... | Declare the AWA.Images.Servlets package with the Image_Servlet type | Declare the AWA.Images.Servlets package with the Image_Servlet type
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa | |
822f9cf1ab2b4542f0f44d18a03cdd36b4558181 | src/asf-rest.ads | src/asf-rest.ads | -----------------------------------------------------------------------
-- asf-rest -- REST Support
-- Copyright (C) 2016 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance... | Define ASF.Rest package for the server-side API REST support | Define ASF.Rest package for the server-side API REST support
| Ada | apache-2.0 | stcarrez/ada-asf,stcarrez/ada-asf,stcarrez/ada-asf | |
de586c213d20a228649a3c26c3814a7d64631078 | regtests/security-oauth-jwt-tests.ads | regtests/security-oauth-jwt-tests.ads | -----------------------------------------------------------------------
-- Security-oayth-jwt-tests - Unit tests for JSON Web Token
-- Copyright (C) 2013 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not us... | Add unit tests for JWT | Add unit tests for JWT
| Ada | apache-2.0 | stcarrez/ada-security | |
10ded9639c07cc2fe97aab1dad472c60ae38de3a | src/sqlite/ado-schemas-sqlite.ads | src/sqlite/ado-schemas-sqlite.ads | -----------------------------------------------------------------------
-- ado-schemas-sqlite -- SQLite Database Schemas
-- Copyright (C) 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file... | Package to implement the Load_Schema procedure | Package to implement the Load_Schema procedure
| Ada | apache-2.0 | stcarrez/ada-ado |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.