commit stringlengths 40 40 | old_file stringlengths 2 205 | new_file stringlengths 2 205 | old_contents stringlengths 0 32.9k | new_contents stringlengths 1 38.9k | subject stringlengths 3 9.4k | message stringlengths 6 9.84k | lang stringlengths 3 13 | license stringclasses 13
values | repos stringlengths 6 115k |
|---|---|---|---|---|---|---|---|---|---|
0c1a5cc98c6224b96a422998909afc636c209133 | src/babel-strategies.ads | src/babel-strategies.ads | -----------------------------------------------------------------------
-- babel-strategies -- Strategies to backup files
-- 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... | -----------------------------------------------------------------------
-- babel-strategies -- Strategies to backup files
-- 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... | Change to use the File_Type type | Change to use the File_Type type
| Ada | apache-2.0 | stcarrez/babel |
f6ddfbb61f31eb338fabd2b9160429ff7afee274 | arch/ARM/cortex_m/src/nvic_cm4_cm7/cortex_m-nvic.adb | arch/ARM/cortex_m/src/nvic_cm4_cm7/cortex_m-nvic.adb | ------------------------------------------------------------------------------
-- --
-- Copyright (C) 2015, AdaCore --
-- --
-- ... | ------------------------------------------------------------------------------
-- --
-- Copyright (C) 2015, AdaCore --
-- --
-- ... | Fix Enable_Interrupt | Cortex_M.NVIC: Fix Enable_Interrupt
The arguments of the left shits are reversed. | Ada | bsd-3-clause | simonjwright/Ada_Drivers_Library,AdaCore/Ada_Drivers_Library,AdaCore/Ada_Drivers_Library,simonjwright/Ada_Drivers_Library |
a1741f8eddfbf3ffddf4dcab0735ae886aa660bf | 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 ... | -----------------------------------------------------------------------
-- 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 ... | Add the database session as parameter to the store implementation | Add the database session as parameter to the store implementation | Ada | apache-2.0 | tectronics/ada-awa,tectronics/ada-awa,Letractively/ada-awa,Letractively/ada-awa,tectronics/ada-awa,Letractively/ada-awa |
941583daea3f2e1b97c8f78c6aebcaadb41d79a7 | src/orka/implementation/glfw/orka-inputs-glfw.adb | src/orka/implementation/glfw/orka-inputs-glfw.adb | -- SPDX-License-Identifier: Apache-2.0
--
-- Copyright (c) 2017 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... | -- SPDX-License-Identifier: Apache-2.0
--
-- Copyright (c) 2017 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... | Call Joystick_Name if not a gamepad to avoid null dereference | orka: Call Joystick_Name if not a gamepad to avoid null dereference
Signed-off-by: onox <34c1d3d2d1347bea60a26f46574de21a7a79b6d5@gmail.com>
| Ada | apache-2.0 | onox/orka |
1ea7d809c9ccf8da8a56c1951bca50db3bf00424 | seven-words/ada/src/Trie.adb | seven-words/ada/src/Trie.adb | with Ada.Text_IO;
package body Trie is
package IO renames Ada.Text_IO;
procedure Add_Word(node : in out Trie_Node; word, partial : String; node_count : in out Natural) is
first : Character;
begin
if partial'Length = 0 then
node.is_terminal := true;
node.word := BoundedString.To_Bounded_St... | with Ada.Text_IO;
package body Trie is
package IO renames Ada.Text_IO;
procedure Add_Word(node : in out Trie_Node; word, partial : String; node_count : in out Natural) is
first : Character;
begin
if partial'Length = 0 then
node.is_terminal := true;
node.word := BoundedString.To_B... | Fix indentation. | Fix indentation.
| Ada | unlicense | Tim-Tom/scratch,Tim-Tom/scratch,Tim-Tom/scratch,Tim-Tom/scratch,Tim-Tom/scratch,Tim-Tom/scratch,Tim-Tom/scratch,Tim-Tom/scratch,Tim-Tom/scratch,Tim-Tom/scratch |
9ff2b654ef356ea66e3a12f3caab5da9c64607fa | src/ado-sessions-factory.adb | src/ado-sessions-factory.adb | -----------------------------------------------------------------------
-- factory -- Session Factory
-- Copyright (C) 2009, 2010, 2011, 2012, 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... | -----------------------------------------------------------------------
-- factory -- Session Factory
-- Copyright (C) 2009, 2010, 2011, 2012, 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... | Replace the Query_Manager_Access by a Query_Manager | Replace the Query_Manager_Access by a Query_Manager
| Ada | apache-2.0 | stcarrez/ada-ado |
7072978a6cfbc43b65a91b30b4791d559bc5f6cd | src/asf-components-utils.adb | src/asf-components-utils.adb | -----------------------------------------------------------------------
-- components-util -- ASF Util Components
-- 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 this... | -----------------------------------------------------------------------
-- components-util -- ASF Util Components
-- 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 this... | Fix exception in case the component has no associated tag | Fix exception in case the component has no associated tag
| Ada | apache-2.0 | stcarrez/ada-asf,stcarrez/ada-asf,stcarrez/ada-asf |
f7e8d4a21d3d43ea2ea852686ce034a2d5f6557c | src/gen-commands-plugins.adb | src/gen-commands-plugins.adb | -----------------------------------------------------------------------
-- gen-commands-plugins -- Plugin creation and management commands for dynamo
-- Copyright (C) 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
... | -----------------------------------------------------------------------
-- gen-commands-plugins -- Plugin creation and management commands for dynamo
-- Copyright (C) 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
... | Update the documentation for the help create-plugin command | Update the documentation for the help create-plugin command
| Ada | apache-2.0 | Letractively/ada-gen,Letractively/ada-gen,Letractively/ada-gen,Letractively/ada-gen |
c44636eef7002c239dde452cab4d5ae3bfc2f16e | src/gen-commands-propset.ads | src/gen-commands-propset.ads | -----------------------------------------------------------------------
-- gen-commands-propset -- Set a property on dynamo project
-- 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 us... | -----------------------------------------------------------------------
-- gen-commands-propset -- Set a property on dynamo project
-- Copyright (C) 2011, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may ... | Update to use the new command implementation | Update to use the new command implementation
| Ada | apache-2.0 | stcarrez/dynamo,stcarrez/dynamo,stcarrez/dynamo |
e07467a0f93904dfd98e758a0d26fac50b119287 | src/asf-components-utils-escapes.adb | src/asf-components-utils-escapes.adb | -----------------------------------------------------------------------
-- components-utils-escape -- Escape generated content produced by component children
-- Copyright (C) 2011, 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.... | -----------------------------------------------------------------------
-- components-utils-escape -- Escape generated content produced by component children
-- Copyright (C) 2011, 2012, 2014 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Vers... | Add support to escape using XML or using Javascript escape rules | Add support to escape using XML or using Javascript escape rules
| Ada | apache-2.0 | Letractively/ada-asf,Letractively/ada-asf,Letractively/ada-asf |
cf41feb945a4a2b82e369730b0ac94659a9de688 | examples/ada/x12a.adb | examples/ada/x12a.adb | -- $Id$
-- Simple line plot and multiple windows demo.
-- Copyright (C) 2007 Werner Smekal
-- This file is part of PLplot.
-- PLplot is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Library Public License as published
-- by the Free Software Foundation; either versio... | -- $Id$
-- Simple line plot and multiple windows demo.
-- Copyright (C) 2007 Werner Smekal
-- This file is part of PLplot.
-- PLplot is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Library Public License as published
-- by the Free Software Foundation; either versio... | Use of To_C for all strings, whitespace changes, move to pure thin API (plparseopts). Result (with plfill library changes just committed) is identical to C example. | Use of To_C for all strings, whitespace changes, move to pure thin API
(plparseopts). Result (with plfill library changes just committed) is
identical to C example.
svn path=/trunk/; revision=7443
| Ada | lgpl-2.1 | FreeScienceCommunity/PLPlot,FreeScienceCommunity/PLPlot,FreeScienceCommunity/PLPlot,FreeScienceCommunity/PLPlot,FreeScienceCommunity/PLPlot,FreeScienceCommunity/PLPlot,FreeScienceCommunity/PLPlot,FreeScienceCommunity/PLPlot,FreeScienceCommunity/PLPlot |
e9b7c6053badc05b291e224515552e3a08a88a75 | matp/src/mat-commands.ads | matp/src/mat-commands.ads | -----------------------------------------------------------------------
-- mat-commands -- Command support and execution
-- 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 thi... | -----------------------------------------------------------------------
-- mat-commands -- Command support and execution
-- 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 thi... | Declare the Addr_Command procedure | Declare the Addr_Command procedure
| Ada | apache-2.0 | stcarrez/mat,stcarrez/mat,stcarrez/mat |
b72d379b149ee6d7e2d3ea1ad9a9cbb3afc4e95d | awa/plugins/awa-blogs/src/awa-blogs-beans.ads | awa/plugins/awa-blogs/src/awa-blogs-beans.ads | -----------------------------------------------------------------------
-- awa-blogs-beans -- Beans for blog module
-- Copyright (C) 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2019 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "Lic... | -----------------------------------------------------------------------
-- awa-blogs-beans -- Beans for blog module
-- Copyright (C) 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2019, 2020 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (th... | Add the condition and variables plugin when rendering a blog post | Add the condition and variables plugin when rendering a blog post
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
a9fc8d18dcc847388bf478dab886a77a9235a589 | src/security-permissions.ads | src/security-permissions.ads | -----------------------------------------------------------------------
-- security-permissions -- Definition of permissions
-- Copyright (C) 2010, 2011, 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may n... | -----------------------------------------------------------------------
-- security-permissions -- Definition of permissions
-- Copyright (C) 2010, 2011, 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may n... | Document the permission | Document the permission
| Ada | apache-2.0 | Letractively/ada-security |
343683e7edf22aa3e28922535241c3d5963ce38e | src/util-strings-transforms.ads | src/util-strings-transforms.ads | -----------------------------------------------------------------------
-- Util-texts -- Various Text Transformation Utilities
-- Copyright (C) 2001, 2002, 2003, 2009, 2010 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "Licen... | -----------------------------------------------------------------------
-- Util-texts -- Various Text Transformation Utilities
-- Copyright (C) 2001, 2002, 2003, 2009, 2010 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "Licen... | Add the To_Hex procedure | Add the To_Hex procedure
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
dc191fbf8ee954ab0b5a87e569a070a424b1eeb5 | src/util-properties-json.adb | src/util-properties-json.adb | -----------------------------------------------------------------------
-- util-properties-json -- read json files into properties
-- 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... | -----------------------------------------------------------------------
-- util-properties-json -- read json files into properties
-- Copyright (C) 2013, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may n... | Fix the json to properties parser to use the array index for some elements in arrays | Fix the json to properties parser to use the array index for some elements in arrays
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
e934ad99af342c778fd12f2302fbc4565b327fa4 | src/wiki-parsers-textile.adb | src/wiki-parsers-textile.adb | -----------------------------------------------------------------------
-- wiki-parsers-textile -- Textile parser operations
-- 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 ... | -----------------------------------------------------------------------
-- wiki-parsers-textile -- Textile parser operations
-- 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 ... | Implement the Parse_Image, Parse_Bold_Or_List and Parse_Link | Implement the Parse_Image, Parse_Bold_Or_List and Parse_Link
| Ada | apache-2.0 | stcarrez/ada-wiki,stcarrez/ada-wiki |
8e419b64deed621455d52814a02bd9b13012e62f | src/wiki-attributes.ads | src/wiki-attributes.ads | -----------------------------------------------------------------------
-- wiki-attributes -- Wiki document attributes
-- Copyright (C) 2015, 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 ... | -----------------------------------------------------------------------
-- wiki-attributes -- Wiki document attributes
-- Copyright (C) 2015, 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 ... | Remove Get_Unbounded_Wide_Value, Append and Get_Attribute operation | Remove Get_Unbounded_Wide_Value, Append and Get_Attribute operation
| Ada | apache-2.0 | stcarrez/ada-wiki,stcarrez/ada-wiki |
d56771ee1b7db043fe1d69d4b7b82345879ae147 | src/asf-security-servlets.ads | src/asf-security-servlets.ads | -----------------------------------------------------------------------
-- security-openid-servlets - Servlets for OpenID 2.0 Authentication
-- Copyright (C) 2010, 2011, 2012, 2013 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "Li... | -----------------------------------------------------------------------
-- security-openid-servlets - Servlets for OpenID 2.0 Authentication
-- Copyright (C) 2010, 2011, 2012, 2013 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "Li... | Package ASF.Security.Servlets moved to Servlet.Security.Servlets | Package ASF.Security.Servlets moved to Servlet.Security.Servlets
| Ada | apache-2.0 | stcarrez/ada-asf,stcarrez/ada-asf,stcarrez/ada-asf |
4773eaaaaaa6a742db8a990db7a971e35618526d | awa/plugins/awa-wikis/src/awa-wikis-beans.ads | awa/plugins/awa-wikis/src/awa-wikis-beans.ads | -----------------------------------------------------------------------
-- awa-wikis-beans -- Beans for module wikis
-- 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 exc... | -----------------------------------------------------------------------
-- awa-wikis-beans -- Beans for module wikis
-- 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 exc... | Declare Create_Format_List_Bean function for the creation of wiki format selector | Declare Create_Format_List_Bean function for the creation of wiki format selector
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
1213bc1328d8679dc9b1ba8160597eccebfd5e11 | matp/src/events/mat-events-probes.adb | matp/src/events/mat-events-probes.adb | -----------------------------------------------------------------------
-- mat-readers -- Reader
-- 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 except in complia... | -----------------------------------------------------------------------
-- mat-readers -- Reader
-- 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 except in complia... | Update to use the Target_Frames type | Update to use the Target_Frames type
| Ada | apache-2.0 | stcarrez/mat,stcarrez/mat,stcarrez/mat |
31788462d0adb9c8b2f197aa945fada9e39f3199 | src/security-auth.adb | src/security-auth.adb | -----------------------------------------------------------------------
-- security-openid -- OpenID 2.0 Support
-- Copyright (C) 2009, 2010, 2011, 2012, 2013, 2020 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you... | -----------------------------------------------------------------------
-- security-openid -- OpenID 2.0 Support
-- Copyright (C) 2009, 2010, 2011, 2012, 2013, 2020 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you... | Add Finalize and release the OAuth delegate implementation | Add Finalize and release the OAuth delegate implementation
| Ada | apache-2.0 | stcarrez/ada-security |
7c94effc07efc4381726941bd3a4579b7fef06e5 | src/util-commands.adb | src/util-commands.adb | -----------------------------------------------------------------------
-- util-commands -- Support to make command line tools
-- Copyright (C) 2017, 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not u... | -----------------------------------------------------------------------
-- util-commands -- Support to make command line tools
-- Copyright (C) 2017, 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not u... | Update Get_Command_Name to use the name member | Update Get_Command_Name to use the name member
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
07d5285a4c5625970db92b5d6ae0b0e89701f464 | mat/src/mat-consoles.adb | mat/src/mat-consoles.adb | -----------------------------------------------------------------------
-- mat-consoles - Console interface
-- 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 except in co... | -----------------------------------------------------------------------
-- mat-consoles - Console interface
-- 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 except in co... | Implement the Print_Size operation | Implement the Print_Size operation
| Ada | apache-2.0 | stcarrez/mat,stcarrez/mat,stcarrez/mat |
31f0a951048a64f8f64aa47ec156f585b144ab66 | regtests/ado-drivers-tests.adb | regtests/ado-drivers-tests.adb | -----------------------------------------------------------------------
-- ado-drivers-tests -- Unit tests for database drivers
-- Copyright (C) 2014, 2015, 2016, 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- ... | -----------------------------------------------------------------------
-- ado-drivers-tests -- Unit tests for database drivers
-- Copyright (C) 2014, 2015, 2016, 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- ... | Update after refactoring of ADO.Drivers.Connections | Update after refactoring of ADO.Drivers.Connections
| Ada | apache-2.0 | stcarrez/ada-ado |
428347baee805460276a3ff664af1c8ac6b136d4 | src/dynamo.adb | src/dynamo.adb | -----------------------------------------------------------------------
-- dynamo -- Ada Code Generator
-- 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 this file exce... | -----------------------------------------------------------------------
-- dynamo -- Ada Code Generator
-- 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 this file exce... | Rename procedure | Rename procedure
| Ada | apache-2.0 | stcarrez/dynamo,stcarrez/dynamo,stcarrez/dynamo |
0705081413d61f06e3cd935da098e00390f7bc2a | awa/src/awa-events-queues-persistents.adb | awa/src/awa-events-queues-persistents.adb | -----------------------------------------------------------------------
-- awa-events-queues-persistents -- AWA Event Queues
-- Copyright (C) 2012, 2013, 2014, 2017, 2020 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-... | -----------------------------------------------------------------------
-- awa-events-queues-persistents -- AWA Event Queues
-- Copyright (C) 2012, 2013, 2014, 2017, 2020 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-... | Update to use Positive index for the event list | Update to use Positive index for the event list
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
8f2d71bc80da422ace305347118d2e608a4a7a4b | src/sqlite/ado-drivers-connections-sqlite.ads | src/sqlite/ado-drivers-connections-sqlite.ads | -----------------------------------------------------------------------
-- ADO Sqlite Database -- SQLite Database connections
-- Copyright (C) 2009, 2010, 2011, 2012, 2017, 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "Licen... | -----------------------------------------------------------------------
-- ADO Sqlite Database -- SQLite Database connections
-- Copyright (C) 2009, 2010, 2011, 2012, 2017, 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "Licen... | Declare Sqlite_Connections protected type for the management of databse connections | Declare Sqlite_Connections protected type for the management of databse connections
| Ada | apache-2.0 | stcarrez/ada-ado |
f81ff2e98179ebdcc1bcbcbe45eecfc39bb6185f | awa/src/awa-commands-start.adb | awa/src/awa-commands-start.adb | -----------------------------------------------------------------------
-- awa-commands-start -- Command to start the web server
-- 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 t... | -----------------------------------------------------------------------
-- awa-commands-start -- Command to start the web server
-- 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 t... | Split the Execute into a Start_Server and Wait_Server operation | Split the Execute into a Start_Server and Wait_Server operation
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
75b106ba4a67be115e5d04d120084d2fb0dc29c2 | awa/src/awa-events.ads | awa/src/awa-events.ads | -----------------------------------------------------------------------
-- awa-events -- AWA Events
-- 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 compliance... | -----------------------------------------------------------------------
-- awa-events -- AWA Events
-- 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 compliance... | Document the event queues and dispatchers | Document the event queues and dispatchers
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
9a25f85d695c1ee284419ee88e7529bbe61d69d9 | src/security-oauth-clients.ads | src/security-oauth-clients.ads | -----------------------------------------------------------------------
-- security-oauth -- OAuth Security
-- Copyright (C) 2012, 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 except... | -----------------------------------------------------------------------
-- security-oauth -- OAuth Security
-- Copyright (C) 2012, 2013, 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 ... | Move the definition of Application type to the Security.OAuth package. Extend the Application for OAuth.Clients specific needs | Move the definition of Application type to the Security.OAuth package.
Extend the Application for OAuth.Clients specific needs
| Ada | apache-2.0 | stcarrez/ada-security |
201dd252ddd3b3f67c83d2acee4a69ef9d2c8526 | src/security-oauth-servers.ads | src/security-oauth-servers.ads | -----------------------------------------------------------------------
-- security-oauth-servers -- OAuth Server Authentication Support
-- Copyright (C) 2016, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you... | -----------------------------------------------------------------------
-- security-oauth-servers -- OAuth Server Authentication Support
-- Copyright (C) 2016, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you... | Update and correct the documentation | Update and correct the documentation
| Ada | apache-2.0 | stcarrez/ada-security |
4111100b4647ecf60bf285db702e79b13c544db2 | src/wiki-filters-variables.ads | src/wiki-filters-variables.ads | -----------------------------------------------------------------------
-- wiki-filters-variables -- Expand variables in text and links
-- 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 no... | -----------------------------------------------------------------------
-- wiki-filters-variables -- Expand variables in text and links
-- Copyright (C) 2020, 2022 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you ... | Update to use the Wiki.Strings.Maps map | Update to use the Wiki.Strings.Maps map
| Ada | apache-2.0 | stcarrez/ada-wiki,stcarrez/ada-wiki |
53c8c1b0669a42e02a0536c73148276655d734eb | regtests/util-streams-tests.adb | regtests/util-streams-tests.adb | -----------------------------------------------------------------------
-- util-streams-tests -- Unit tests for encoding buffered streams
-- Copyright (C) 2017, 2018, 2019, 2021 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "Licen... | -----------------------------------------------------------------------
-- util-streams-tests -- Unit tests for encoding buffered streams
-- Copyright (C) 2017, 2018, 2019, 2021 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "Licen... | Implement the Test_Copy_Stream procedure and register it for execution | Implement the Test_Copy_Stream procedure and register it for execution
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
b3103bfca32c9066b1b31b09be135abb2f53b8ec | src/definitions.ads | src/definitions.ads | -- This file is covered by the Internet Software Consortium (ISC) License
-- Reference: ../License.txt
package Definitions is
pragma Pure;
raven_version_major : constant String := "1";
raven_version_minor : constant String := "34";
copyright_years : constant String := "2015-2019";
raven_tool ... | -- This file is covered by the Internet Software Consortium (ISC) License
-- Reference: ../License.txt
package Definitions is
pragma Pure;
raven_version_major : constant String := "1";
raven_version_minor : constant String := "34";
copyright_years : constant String := "2015-2019";
raven_tool ... | switch to latest binutils | switch to latest binutils
| Ada | isc | jrmarino/ravenadm,jrmarino/ravenadm,jrmarino/ravenadm |
13c80051e40eaefebadeab7c8b5d4491d64d8a4c | src/el-contexts.ads | src/el-contexts.ads | -----------------------------------------------------------------------
-- EL.Contexts -- Contexts for evaluating an expression
-- 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");
-- ... | -----------------------------------------------------------------------
-- EL.Contexts -- Contexts for evaluating an expression
-- Copyright (C) 2009, 2010, 2011, 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");... | Change the ELResolver to a limited interface | Change the ELResolver to a limited interface
| Ada | apache-2.0 | Letractively/ada-el |
8e21178309a6b7f0898df561ff99e5289362f812 | awa/plugins/awa-workspaces/src/awa-workspaces-beans.adb | awa/plugins/awa-workspaces/src/awa-workspaces-beans.adb | -----------------------------------------------------------------------
-- awa-workspaces-beans -- Beans for module workspaces
-- Copyright (C) 2011, 2012, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may... | -----------------------------------------------------------------------
-- awa-workspaces-beans -- Beans for module workspaces
-- Copyright (C) 2011, 2012, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may... | Implement the Create_Invitation_Bean function | Implement the Create_Invitation_Bean function
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
747862c6b8b7cc6b619dc48b43f6801e65a2450c | awa/plugins/awa-workspaces/src/awa-workspaces-beans.ads | awa/plugins/awa-workspaces/src/awa-workspaces-beans.ads | -----------------------------------------------------------------------
-- awa-workspaces-beans -- Beans for module workspaces
-- 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 u... | -----------------------------------------------------------------------
-- awa-workspaces-beans -- Beans for module workspaces
-- 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 u... | Declare the Member_List_Bean type and override the Load procedure | Declare the Member_List_Bean type and override the Load procedure
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
53b9c9b0f3b38b8b2f261aa076969fe699d5b4e4 | src/util-stacks.ads | src/util-stacks.ads | -----------------------------------------------------------------------
-- util-stacks -- Simple stack
-- Copyright (C) 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 this file except in c... | -----------------------------------------------------------------------
-- util-stacks -- Simple stack
-- Copyright (C) 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 not use this file excep... | Make the package Preelaborate | Make the package Preelaborate
| Ada | apache-2.0 | flottokarotto/ada-util,Letractively/ada-util,Letractively/ada-util,flottokarotto/ada-util |
36443960c2f7e51aaed7f8d7b12a74a251516614 | src/util-serialize-tools.adb | src/util-serialize-tools.adb | -----------------------------------------------------------------------
-- util-serialize-tools -- Tools to Serialize objects in various formats
-- Copyright (C) 2012, 2016, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "Lice... | -----------------------------------------------------------------------
-- util-serialize-tools -- Tools to Serialize objects in various formats
-- Copyright (C) 2012, 2016, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "Lice... | Update the From_JSON operation for the new parser/mapper interfaces | Update the From_JSON operation for the new parser/mapper interfaces
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
ee415d1907e06082bf63ec1e0d4433c2281aca91 | src/wiki-streams-text_io.adb | src/wiki-streams-text_io.adb | -----------------------------------------------------------------------
-- wiki-streams-text_io -- Text_IO input output streams
-- 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 th... | -----------------------------------------------------------------------
-- wiki-streams-text_io -- Text_IO input output streams
-- 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 th... | Fix compilation warning | Fix compilation warning
| Ada | apache-2.0 | stcarrez/ada-wiki,stcarrez/ada-wiki |
0a0e91b38aa4463a27353ebae93b31503c39d94a | src/wiki-streams-text_io.ads | src/wiki-streams-text_io.ads | -----------------------------------------------------------------------
-- wiki-streams-text_io -- Text_IO input output streams
-- Copyright (C) 2016, 2020 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not ... | -----------------------------------------------------------------------
-- wiki-streams-text_io -- Text_IO input output streams
-- Copyright (C) 2016, 2020, 2022 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you ma... | Update the Read procedure to read a complete line | Update the Read procedure to read a complete line
| Ada | apache-2.0 | stcarrez/ada-wiki,stcarrez/ada-wiki |
cd175e799b4659427259f2b034f0a08d81ba3114 | src/gen-generator.ads | src/gen-generator.ads | -----------------------------------------------------------------------
-- gen-generator -- Code Generator
-- Copyright (C) 2009, 2010, 2011, 2012, 2013 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may n... | -----------------------------------------------------------------------
-- gen-generator -- Code Generator
-- Copyright (C) 2009, 2010, 2011, 2012, 2013 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may n... | Define the G_URI namespace in the package specification for use by the template command | Define the G_URI namespace in the package specification for use by the template command
| Ada | apache-2.0 | Letractively/ada-gen,Letractively/ada-gen,Letractively/ada-gen,Letractively/ada-gen |
19eafc10c1ed38d76667ca572c9bd115d895ada7 | awa/plugins/awa-workspaces/src/awa-workspaces-beans.adb | awa/plugins/awa-workspaces/src/awa-workspaces-beans.adb | -----------------------------------------------------------------------
-- awa-workspaces-beans -- Beans for module workspaces
-- Copyright (C) 2011, 2012, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may... | -----------------------------------------------------------------------
-- awa-workspaces-beans -- Beans for module workspaces
-- Copyright (C) 2011, 2012, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may... | Implement the Get_Value function | Implement the Get_Value function
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
e0c5c58aed435dbfaf64264ba6f23a10ef16ffed | src/asf-contexts-faces.ads | src/asf-contexts-faces.ads | -----------------------------------------------------------------------
-- asf-contexts.faces -- Faces Contexts
-- Copyright (C) 2009, 2010, 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 ... | -----------------------------------------------------------------------
-- asf-contexts.faces -- Faces Contexts
-- Copyright (C) 2009, 2010, 2011, 2012, 2015 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may no... | Declare the Get_View_Name function to retrieve the request view name | Declare the Get_View_Name function to retrieve the request view name
| Ada | apache-2.0 | stcarrez/ada-asf,stcarrez/ada-asf,stcarrez/ada-asf |
147a1c5815cf97874589f7daf84741636e513d52 | src/security-controllers.ads | src/security-controllers.ads | -----------------------------------------------------------------------
-- security-controllers -- Controllers to verify a security permission
-- Copyright (C) 2011, 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License... | -----------------------------------------------------------------------
-- security-controllers -- Controllers to verify a security permission
-- Copyright (C) 2011, 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License... | Fix compilation | Fix compilation
| Ada | apache-2.0 | stcarrez/ada-security |
9fbb21d997dfaa9f3385096a4381634ae6977b72 | regtests/ado-schemas-tests.adb | regtests/ado-schemas-tests.adb | -----------------------------------------------------------------------
-- ado-schemas-tests -- Test loading of database schema
-- Copyright (C) 2009, 2010, 2011, 2012, 2015, 2017, 2018, 2019 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2... | -----------------------------------------------------------------------
-- ado-schemas-tests -- Test loading of database schema
-- Copyright (C) 2009, 2010, 2011, 2012, 2015, 2017, 2018, 2019 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2... | Update the unit test after introduction of a new test database table | Update the unit test after introduction of a new test database table
| Ada | apache-2.0 | stcarrez/ada-ado |
7b8adea515885013c4a1a2785a991392aeea11a5 | src/util-encoders.ads | src/util-encoders.ads | -----------------------------------------------------------------------
-- util-encoders -- Encode/Decode streams and strings from one format to another
-- Copyright (C) 2009, 2010, 2011, 2012, 2016, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache Licen... | -----------------------------------------------------------------------
-- util-encoders -- Encode/Decode streams and strings from one format to another
-- Copyright (C) 2009, 2010, 2011, 2012, 2016, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache Licen... | Declare a Convert internal procedure to make a transformation and get the final result in a string passed as parameter. This function is intended to be used for Base16 and Base64 encoding for HMAC/SHA operations where the target string size is well known. | Declare a Convert internal procedure to make a transformation and get the final result in
a string passed as parameter. This function is intended to be used for Base16 and Base64
encoding for HMAC/SHA operations where the target string size is well known.
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
2902428f54050a9b253e5f7a5886897fce56afa7 | src/security-contexts.adb | src/security-contexts.adb | -----------------------------------------------------------------------
-- security-contexts -- Context to provide security information and verify permissions
-- Copyright (C) 2011 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (th... | -----------------------------------------------------------------------
-- security-contexts -- Context to provide security information and verify permissions
-- Copyright (C) 2011, 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2... | Use the policy manager | Use the policy manager
| Ada | apache-2.0 | Letractively/ada-security |
47492ae6cd55c5e23efa6238bf23a63e0dbba31b | src/wiki-render-text.ads | src/wiki-render-text.ads | -----------------------------------------------------------------------
-- wiki-render-text -- Wiki Text renderer
-- 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 "License");
-- you may ... | -----------------------------------------------------------------------
-- wiki-render-text -- Wiki Text renderer
-- 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 "License");
-- you may ... | Remove the Add_Text procedure | Remove the Add_Text procedure
| Ada | apache-2.0 | stcarrez/ada-wiki,stcarrez/ada-wiki |
b201dfa135860a41673f4ea0a1c413c30beac958 | samples/bean.adb | samples/bean.adb | -----------------------------------------------------------------------
-- bean - A simple bean example
-- Copyright (C) 2009, 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 ... | -----------------------------------------------------------------------
-- bean - A simple bean example
-- Copyright (C) 2009, 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 ... | Use an Access type | Use an Access type
| Ada | apache-2.0 | stcarrez/ada-el |
0a860cfdd3a6ced8a064bff1de94d6b7769be10c | awa/plugins/awa-setup/src/awa-setup-applications.adb | awa/plugins/awa-setup/src/awa-setup-applications.adb | -----------------------------------------------------------------------
-- awa-setup -- Setup and installation
-- 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... | -----------------------------------------------------------------------
-- awa-setup -- Setup and installation
-- 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... | Fix compilation warnings | Fix compilation warnings
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
0315e6764d33f5f1f3942b4426d68e487f44a733 | mat/src/mat-targets-readers.ads | mat/src/mat-targets-readers.ads | -----------------------------------------------------------------------
-- 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... | -----------------------------------------------------------------------
-- 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... | Add the target events in the Process_Servant record | Add the target events in the Process_Servant record
| Ada | apache-2.0 | stcarrez/mat,stcarrez/mat,stcarrez/mat |
57262fd3024e4f51ffe9c1a62a9945da9bfd81ed | src/definitions.ads | src/definitions.ads | -- This file is covered by the Internet Software Consortium (ISC) License
-- Reference: ../License.txt
package Definitions is
pragma Pure;
synth_version_major : constant String := "2";
synth_version_minor : constant String := "05";
copyright_years : constant String := "2015-2018";
host_localbase... | -- This file is covered by the Internet Software Consortium (ISC) License
-- Reference: ../License.txt
package Definitions is
pragma Pure;
synth_version_major : constant String := "2";
synth_version_minor : constant String := "06";
copyright_years : constant String := "2015-2018";
host_localbase... | Bump version in preparation for release | Bump version in preparation for release
| Ada | isc | jrmarino/synth,jrmarino/synth,jrmarino/synth,jrmarino/synth |
493a01692c1958fe081980d89f6142a1c10fb8f2 | src/asf-components-widgets-panels.adb | src/asf-components-widgets-panels.adb | -----------------------------------------------------------------------
-- components-widgets-panels -- Collapsible panels
-- 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 fi... | -----------------------------------------------------------------------
-- components-widgets-panels -- Collapsible panels
-- 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 fi... | Add some CSS from jQuery UI widgets | Add some CSS from jQuery UI widgets
| Ada | apache-2.0 | Letractively/ada-asf,Letractively/ada-asf,Letractively/ada-asf |
ad4f6e3b92598a559f0d013f5af330d63c1962fa | mat/src/mat-consoles-text.adb | mat/src/mat-consoles-text.adb | -----------------------------------------------------------------------
-- mat-consoles-text - Text console interface
-- 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 ex... | -----------------------------------------------------------------------
-- mat-consoles-text - Text console interface
-- 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 ex... | Implement the Notice procedure | Implement the Notice procedure
| Ada | apache-2.0 | stcarrez/mat,stcarrez/mat,stcarrez/mat |
c1780be1a73b395344e3acdbad2fb0b2c12a667a | src/wiki-strings.ads | src/wiki-strings.ads | -----------------------------------------------------------------------
-- wiki-strings -- Wiki string types and operations
-- Copyright (C) 2016, 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 ... | -----------------------------------------------------------------------
-- wiki-strings -- Wiki string types and operations
-- Copyright (C) 2016, 2017, 2020 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may no... | Declare the Hash function as rename of Wide_Wide_Hash | Declare the Hash function as rename of Wide_Wide_Hash
| Ada | apache-2.0 | stcarrez/ada-wiki,stcarrez/ada-wiki |
95c8d47c2072d94cc91fdfad380d7fcab98cc222 | awa/plugins/awa-comments/src/awa-comments-modules.ads | awa/plugins/awa-comments/src/awa-comments-modules.ads | -----------------------------------------------------------------------
-- awa-comments-module -- Comments module
-- Copyright (C) 2011, 2012, 2013, 2014 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not us... | -----------------------------------------------------------------------
-- awa-comments-module -- Comments module
-- Copyright (C) 2011, 2012, 2013, 2014 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not us... | Define the subtype Listener | Define the subtype Listener
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
e0977a4e2dda99bd9832466d58d1c6e1c92e4138 | src/util-serialize-io-json.ads | src/util-serialize-io-json.ads | -----------------------------------------------------------------------
-- util-serialize-io-json -- JSON Serialization Driver
-- Copyright (C) 2010, 2011, 2012, 2016, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");... | -----------------------------------------------------------------------
-- util-serialize-io-json -- JSON Serialization Driver
-- Copyright (C) 2010, 2011, 2012, 2016, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");... | Use the Input_Buffer_Stream instead of Buffered_Stream | Use the Input_Buffer_Stream instead of Buffered_Stream
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
a441fcae57bc5258cb5b94da5f58a369dc5b56e9 | awt/src/awt-inputs-gamepads.ads | awt/src/awt-inputs-gamepads.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... | -- 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 support for motion sensor of gamepads | awt: Add support for motion sensor of gamepads
Signed-off-by: onox <34c1d3d2d1347bea60a26f46574de21a7a79b6d5@gmail.com>
| Ada | apache-2.0 | onox/orka |
f0ea72fdcf2f283ed0fe03909decbdba815f4f94 | src/ado-statements-create.adb | src/ado-statements-create.adb | -----------------------------------------------------------------------
-- ADO Statements -- Database statements
-- 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 this ... | -----------------------------------------------------------------------
-- ADO Statements -- Database statements
-- Copyright (C) 2009, 2010, 2011, 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... | Configure the query/proxy expander with the new parameter added to the Create_Statement operations | Configure the query/proxy expander with the new parameter added to the Create_Statement operations
| Ada | apache-2.0 | stcarrez/ada-ado |
aff1ce1215e30d0a7fd119a14f259dd1a8f8f215 | regtests/ado-tests.adb | regtests/ado-tests.adb | -----------------------------------------------------------------------
-- ADO Sequences -- Database sequence generator
-- Copyright (C) 2009, 2010, 2011, 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may ... | -----------------------------------------------------------------------
-- ADO Sequences -- Database sequence generator
-- Copyright (C) 2009, 2010, 2011, 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may ... | Update unit tests to check the blob | Update unit tests to check the blob | Ada | apache-2.0 | Letractively/ada-ado |
2129b0bc146c6a78f19ac04cddd2d31e6a68cf97 | src/natools-web-containers.ads | src/natools-web-containers.ads | ------------------------------------------------------------------------------
-- Copyright (c) 2014-2017, Natacha Porté --
-- --
-- Permission to use, copy, modify, and distribute this software for any --
-- p... | ------------------------------------------------------------------------------
-- Copyright (c) 2014-2019, Natacha Porté --
-- --
-- Permission to use, copy, modify, and distribute this software for any --
-- p... | add a type for optional expressions | containers: add a type for optional expressions | Ada | isc | faelys/natools-web,faelys/natools-web |
a68d49b425b5a86076bc7a93c07beda64e3bfdc3 | src/util-streams-buffered.adb | src/util-streams-buffered.adb | -----------------------------------------------------------------------
-- Util.Streams.Buffered -- Buffered streams Stream utilities
-- Copyright (C) 2010, 2011, 2013, 2014 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License")... | -----------------------------------------------------------------------
-- Util.Streams.Buffered -- Buffered streams Stream utilities
-- Copyright (C) 2010, 2011, 2013, 2014, 2016 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "Lic... | Implement the Write_Wide procedure with UTF-8 conversion | Implement the Write_Wide procedure with UTF-8 conversion
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
ef5b9c7a751f0bdbf48c52f0c3348eefae9debaa | src/sys/streams/util-streams-texts.adb | src/sys/streams/util-streams-texts.adb | -----------------------------------------------------------------------
-- util-streams-texts -- Text stream utilities
-- Copyright (C) 2010, 2011, 2012, 2016, 2017, 2019, 2020, 2021, 2022 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 ... | -----------------------------------------------------------------------
-- util-streams-texts -- Text stream utilities
-- Copyright (C) 2010, 2011, 2012, 2016, 2017, 2019, 2020, 2021, 2022 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 ... | Fix style name in exception | Fix style name in exception
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
62d764c8e27c054026ccc97303809d5c6aedfd0c | src/ado-parameters.ads | src/ado-parameters.ads | -----------------------------------------------------------------------
-- ADO Parameters -- Parameters for queries
-- Copyright (C) 2010, 2011, 2012, 2013, 2015, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- ... | -----------------------------------------------------------------------
-- ADO Parameters -- Parameters for queries
-- Copyright (C) 2010, 2011, 2012, 2013, 2015, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- ... | Fix style warning reported by GNAT 2018 | Fix style warning reported by GNAT 2018
| Ada | apache-2.0 | stcarrez/ada-ado |
74cd56ddfc4d4031503a18226adee625c8b23598 | src/util-concurrent-pools.adb | src/util-concurrent-pools.adb | -----------------------------------------------------------------------
-- Util.Concurrent.Pools -- Concurrent Pools
-- Copyright (C) 2011, 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... | -----------------------------------------------------------------------
-- Util.Concurrent.Pools -- Concurrent Pools
-- Copyright (C) 2011, 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 t... | Add the Wait parameter to Get_Instance and raise the Timeout exception if no object from the pool was available before the delay expired | Add the Wait parameter to Get_Instance and raise the Timeout exception
if no object from the pool was available before the delay expired
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
6dfb82314b21bddc045f1bd4d32c048cf94c049a | src/util-serialize-io-csv.ads | src/util-serialize-io-csv.ads | -----------------------------------------------------------------------
-- util-serialize-io-csv -- CSV Serialization Driver
-- Copyright (C) 2011, 2016, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may n... | -----------------------------------------------------------------------
-- util-serialize-io-csv -- CSV Serialization Driver
-- Copyright (C) 2011, 2016, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may n... | Add a Sink parameter to the Parse procedure | Add a Sink parameter to the Parse procedure
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
fe52b399ce093702b8802b8e8cbe5ffc4cbfb5db | awa/src/awa-users-principals.adb | awa/src/awa-users-principals.adb | -----------------------------------------------------------------------
-- awa-users-principals -- User principals
-- Copyright (C) 2011, 2012, 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... | -----------------------------------------------------------------------
-- awa-users-principals -- User principals
-- Copyright (C) 2011, 2012, 2013, 2014 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not u... | Implement the new Create operation to build a principal from a user/session | Implement the new Create operation to build a principal from a user/session
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
31f10974b069933e9c0691f9e45d740bc6373484 | tools/druss-commands-devices.ads | tools/druss-commands-devices.ads | -----------------------------------------------------------------------
-- druss-commands-devices -- Print information about the devices
-- 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 n... | -----------------------------------------------------------------------
-- druss-commands-devices -- Print information about the devices
-- 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 n... | Add a device selector to the Do_List procedure | Add a device selector to the Do_List procedure
| Ada | apache-2.0 | stcarrez/bbox-ada-api |
40c72b4fbdc7d7da01f695a01ca86431905227af | awa/plugins/awa-workspaces/src/awa-workspaces-beans.ads | awa/plugins/awa-workspaces/src/awa-workspaces-beans.ads | -----------------------------------------------------------------------
-- awa-workspaces-beans -- Beans for module workspaces
-- 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 u... | -----------------------------------------------------------------------
-- awa-workspaces-beans -- Beans for module workspaces
-- 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 u... | Declare the Invitation_Bean with the Load, Send and Accept_Invitation procedures | Declare the Invitation_Bean with the Load, Send and Accept_Invitation procedures
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
e77f28704eaf661bb164b9e15afe8f36c1904ec6 | src/util-serialize-mappers-vector_mapper.adb | src/util-serialize-mappers-vector_mapper.adb | -----------------------------------------------------------------------
-- Util.Serialize.Mappers.Vector_Mapper -- Mapper for vector types
-- Copyright (C) 2010, 2011 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- y... | -----------------------------------------------------------------------
-- Util.Serialize.Mappers.Vector_Mapper -- Mapper for vector types
-- Copyright (C) 2010, 2011, 2014 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");... | Fix compilation warning reported by gcc 4.7 | Fix compilation warning reported by gcc 4.7
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
7e5b5536ba4947f5be12c3d4c176294649983412 | src/util-beans-objects-maps.ads | src/util-beans-objects-maps.ads | -----------------------------------------------------------------------
-- Util.Beans.Objects.Maps -- Object maps
-- Copyright (C) 2010, 2011, 2012, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not us... | -----------------------------------------------------------------------
-- Util.Beans.Objects.Maps -- Object maps
-- Copyright (C) 2010, 2011, 2012, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not us... | Declare the Map_Bean_Access type | Declare the Map_Bean_Access type
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
851e5d1f5658262e8076839351ebb512bba5ee7b | UNIT_TESTS/init_001.adb | UNIT_TESTS/init_001.adb | with Test;
with OpenAL.Context;
with OpenAL.Context.Error;
procedure init_001 is
package ALC renames OpenAL.Context;
package ALC_Error renames OpenAL.Context.Error;
Device : ALC.Device_t;
Context : ALC.Context_t;
Current_OK : Boolean;
TC : Test.Context_t;
use type ALC.Device_t;
u... | with Test;
with OpenAL.Context;
with OpenAL.Context.Error;
procedure init_001 is
package ALC renames OpenAL.Context;
package ALC_Error renames OpenAL.Context.Error;
Device : ALC.Device_t;
Context : ALC.Context_t;
Current_OK : Boolean;
TC : Test.Context_t;
use type ALC.Device_t;
u... | Add assertions before running tests that may give incorrect results dependent on previous tests | Add assertions before running tests that may give incorrect results dependent on previous tests
| Ada | isc | io7m/coreland-openal-ada,io7m/coreland-openal-ada |
94a86e9b6408bd783fb7159789f00458c6694e91 | src/orka/interface/orka-rendering-programs-uniforms.ads | src/orka/interface/orka-rendering-programs-uniforms.ads | -- SPDX-License-Identifier: Apache-2.0
--
-- Copyright (c) 2017 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... | -- SPDX-License-Identifier: Apache-2.0
--
-- Copyright (c) 2017 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 exception message to some pre conditions in package Uniforms | orka: Add exception message to some pre conditions in package Uniforms
Signed-off-by: onox <34c1d3d2d1347bea60a26f46574de21a7a79b6d5@gmail.com>
| Ada | apache-2.0 | onox/orka |
2c5585d2d25a5e7c9bc45a74baed7e6e06532007 | regtests/ado-tests.adb | regtests/ado-tests.adb | -----------------------------------------------------------------------
-- ADO Sequences -- Database sequence generator
-- Copyright (C) 2009, 2010, 2011, 2012, 2015, 2017, 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "Licen... | -----------------------------------------------------------------------
-- ADO Sequences -- Database sequence generator
-- Copyright (C) 2009, 2010, 2011, 2012, 2015, 2017, 2018 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "Licen... | Change NOT_OPEN exception into Session_Error | Change NOT_OPEN exception into Session_Error
| Ada | apache-2.0 | stcarrez/ada-ado |
92a04ed8308840bf401ca080148d16dcbbf724c6 | t0048.adb | t0048.adb | -- t0048.adb - Thu Feb 20 16:54:37 2014
--
-- (c) Warren W. Gay VE3WWG ve3wwg@gmail.com
--
-- $Id$
--
-- Protected under the GNU GENERAL PUBLIC LICENSE v2, June 1991
with Ada.Text_IO;
with Posix;
use Posix;
procedure T0048 is
use Ada.Text_IO;
Connect_Addr : constant String := "127.0.0.1";
Inet_C_Addr : ... | -- t0048.adb - Thu Feb 20 16:54:37 2014
--
-- (c) Warren W. Gay VE3WWG ve3wwg@gmail.com
--
-- $Id$
--
-- Protected under the GNU GENERAL PUBLIC LICENSE v2, June 1991
with Ada.Text_IO;
with Posix;
use Posix;
procedure T0048 is
use Ada.Text_IO;
Connect_Addr : constant String := "127.0.0.1";
Inet_C_Addr : ... | Test is now more flexible-- Darwin uses values > 1 | Test is now more flexible-- Darwin uses values > 1
| Ada | lgpl-2.1 | ve3wwg/adafpx,ve3wwg/adafpx |
233b030fe6c6e48276b77d6a35bf0f692b00f325 | src/ado-schemas-databases.ads | src/ado-schemas-databases.ads | -----------------------------------------------------------------------
-- ado-schemas-databases -- Database creation
-- 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 ex... | -----------------------------------------------------------------------
-- ado-schemas-databases -- Database creation
-- 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 ex... | Update the Create_Database to use a Data_Source as configuration parameters | Update the Create_Database to use a Data_Source as configuration parameters
| Ada | apache-2.0 | stcarrez/ada-ado |
d05b4511bd99964881e3c6a9a05ebd738f4bdf91 | src/el-expressions.adb | src/el-expressions.adb | -----------------------------------------------------------------------
-- EL.Expressions -- Expression Language
-- Copyright (C) 2009, 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 ... | -----------------------------------------------------------------------
-- EL.Expressions -- Expression Language
-- Copyright (C) 2009, 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 ... | Fix memory leak if the method expression is a valid EL expression but not a method expression | Fix memory leak if the method expression is a valid EL expression but not a method expression
| Ada | apache-2.0 | Letractively/ada-el |
4f3bc7c31a40cdb12961b62422d70c1d333e8bb3 | src/asf-lifecycles.adb | src/asf-lifecycles.adb | -----------------------------------------------------------------------
-- asf-lifecycles -- Lifecycle
-- Copyright (C) 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 this file except in c... | -----------------------------------------------------------------------
-- asf-lifecycles -- Lifecycle
-- Copyright (C) 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 this file except in c... | Use the Exception handler - Invoke the exception handler if an ASF phase has raised/queued some exception | Use the Exception handler
- Invoke the exception handler if an ASF phase has raised/queued some exception
| Ada | apache-2.0 | Letractively/ada-asf,Letractively/ada-asf,Letractively/ada-asf |
66e4569ceab38eac4e844ea8206918b06b8399a7 | src/wiki-documents.ads | src/wiki-documents.ads | -----------------------------------------------------------------------
-- wiki-documents -- Wiki document
-- Copyright (C) 2011, 2015, 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... | -----------------------------------------------------------------------
-- wiki-documents -- Wiki document
-- Copyright (C) 2011, 2015, 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... | Add some documentation | Add some documentation
| Ada | apache-2.0 | stcarrez/ada-wiki,stcarrez/ada-wiki |
7be64f2f785152d95574c18bdf5218b0a3c8c730 | boards/OpenMV2/openmv-sensor.adb | boards/OpenMV2/openmv-sensor.adb | with STM32.DCMI;
with STM32.DMA; use STM32.DMA;
with Ada.Real_Time; use Ada.Real_Time;
with OV2640; use OV2640;
with Interfaces; use Interfaces;
with HAL.I2C; use HAL.I2C;
with HAL.Bitmap; use HAL.Bitmap;
with HAL; use HAL;
package body OpenMV.Sensor is
package DCMI renames STM32.D... | with STM32.DCMI;
with STM32.DMA; use STM32.DMA;
with Ada.Real_Time; use Ada.Real_Time;
with OV2640; use OV2640;
with Interfaces; use Interfaces;
with HAL.I2C; use HAL.I2C;
with HAL.Bitmap; use HAL.Bitmap;
with HAL; use HAL;
package body OpenMV.Sensor is
package DCMI renames STM32.D... | Fix erroneous constant GPIO | OpenMV: Fix erroneous constant GPIO
| Ada | bsd-3-clause | AdaCore/Ada_Drivers_Library,lambourg/Ada_Drivers_Library,Fabien-Chouteau/Ada_Drivers_Library,ellamosi/Ada_BMP_Library,AdaCore/Ada_Drivers_Library,Fabien-Chouteau/Ada_Drivers_Library,simonjwright/Ada_Drivers_Library,simonjwright/Ada_Drivers_Library |
bf4e925955bc9fa7486e3211c2330072d95a7322 | awa/regtests/awa-users-services-tests.adb | awa/regtests/awa-users-services-tests.adb | -----------------------------------------------------------------------
-- users - User creation, password 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 this ... | -----------------------------------------------------------------------
-- users - User creation, password 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 this ... | Fix unit test execution due to date issues | Fix unit test execution due to date issues
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
5c338bcb531a3712594fc55b80404882594b7966 | regtests/asf-lifecycles-tests.adb | regtests/asf-lifecycles-tests.adb | -----------------------------------------------------------------------
-- asf-lifecycles-tests - Tests for ASF lifecycles
-- 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 f... | -----------------------------------------------------------------------
-- asf-lifecycles-tests - Tests for ASF lifecycles
-- Copyright (C) 2012, 2019 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use ... | Remove unused use clauses | Remove unused use clauses
| Ada | apache-2.0 | stcarrez/ada-asf,stcarrez/ada-asf,stcarrez/ada-asf |
a096c845822ae61bb27adc7f72902f209a65681a | awt/src/wayland/awt-wayland-windows.ads | awt/src/wayland/awt-wayland-windows.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... | -- 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 a comment to AWT.Wayland.Windows showing a graph of objects | wayland: Add a comment to AWT.Wayland.Windows showing a graph of objects
Signed-off-by: onox <34c1d3d2d1347bea60a26f46574de21a7a79b6d5@gmail.com>
| Ada | apache-2.0 | onox/orka |
0ec1301f8b9ed09c51e80a8ab7a0f6ceb2d493b4 | regtests/ado-drivers-tests.ads | regtests/ado-drivers-tests.ads | -----------------------------------------------------------------------
-- ado-drivers-tests -- Unit tests for database drivers
-- Copyright (C) 2014, 2015, 2016 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you ma... | -----------------------------------------------------------------------
-- ado-drivers-tests -- Unit tests for database drivers
-- Copyright (C) 2014, 2015, 2016 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you ma... | Declare Test_Set_Connection_Database procedure | Declare Test_Set_Connection_Database procedure
| Ada | apache-2.0 | stcarrez/ada-ado |
2f506db8c4727c98ee9200915d682286c46cb2fc | awa/regtests/awa-testsuite.adb | awa/regtests/awa-testsuite.adb | -----------------------------------------------------------------------
-- Util testsuite - Util Testsuite
-- Copyright (C) 2009, 2010, 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 ... | -----------------------------------------------------------------------
-- Util testsuite - Util Testsuite
-- Copyright (C) 2009, 2010, 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 ... | Add the images plugin unit tests | Add the images plugin unit tests
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
5c5457c9da423bf16a62c5259e852f453f83e452 | src/sys/lzma/util-streams-buffered-lzma.adb | src/sys/lzma/util-streams-buffered-lzma.adb | -----------------------------------------------------------------------
-- util-streams-buffered-lzma -- LZMA streams
-- Copyright (C) 2018, 2019 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... | -----------------------------------------------------------------------
-- util-streams-buffered-lzma -- LZMA streams
-- Copyright (C) 2018, 2019 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... | Fix Flush to avoid trying to flush if the stream was closed | Fix Flush to avoid trying to flush if the stream was closed
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
d94d09cf96898a80fa4f0702c6ad95f383de9d3d | src/security-policies-roles.ads | src/security-policies-roles.ads | -----------------------------------------------------------------------
-- security-policies-roles -- Role based policies
-- Copyright (C) 2010, 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 ... | -----------------------------------------------------------------------
-- security-policies-roles -- Role based policies
-- Copyright (C) 2010, 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 ... | Document the role based policy | Document the role based policy
| Ada | apache-2.0 | stcarrez/ada-security |
cb3cc196e290521c762d348cc6327ae94dc43960 | src/util-properties-bundles.adb | src/util-properties-bundles.adb | -----------------------------------------------------------------------
-- properties -- Generic name/value property management
-- Copyright (C) 2001, 2002, 2003, 2006, 2008, 2009, 2010, 2011, 2012 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Ver... | -----------------------------------------------------------------------
-- properties -- Generic name/value property management
-- Copyright (C) 2001, 2002, 2003, 2006, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache ... | Remove unused with package | Remove unused with package
| Ada | apache-2.0 | stcarrez/ada-util,stcarrez/ada-util |
33619cd576c01fd3b000a6c998cd0f98e388c530 | src/security-policies.adb | src/security-policies.adb | -----------------------------------------------------------------------
-- security-policies -- Security Policies
-- Copyright (C) 2010, 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... | -----------------------------------------------------------------------
-- security-policies -- Security Policies
-- Copyright (C) 2010, 2011, 2012, 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 two default security controllers that can be installed to - grant the permission if the security context has a user principal - always grant the permission | Add two default security controllers that can be installed to
- grant the permission if the security context has a user principal
- always grant the permission
| Ada | apache-2.0 | Letractively/ada-security |
141bf9f2da6bf731fbc049a930e565b36fe99817 | src/wiki-buffers.ads | src/wiki-buffers.ads | -----------------------------------------------------------------------
-- util-texts-builders -- Text builder
-- Copyright (C) 2013, 2017, 2021, 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 t... | -----------------------------------------------------------------------
-- util-texts-builders -- Text builder
-- Copyright (C) 2013, 2017, 2021, 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 t... | Add Next procedure to move forward by several characters | Add Next procedure to move forward by several characters
| Ada | apache-2.0 | stcarrez/ada-wiki,stcarrez/ada-wiki |
794f7166d89b838ffee9ac7d4ef0957dcaa43004 | src/natools-smaz_implementations-base_4096.adb | src/natools-smaz_implementations-base_4096.adb | ------------------------------------------------------------------------------
-- Copyright (c) 2016-2017, Natacha Porté --
-- --
-- Permission to use, copy, modify, and distribute this software for any --
-- p... | ------------------------------------------------------------------------------
-- Copyright (c) 2016-2017, Natacha Porté --
-- --
-- Permission to use, copy, modify, and distribute this software for any --
-- p... | check end-of-input in Read_Code | smaz_implementations-base_4096: check end-of-input in Read_Code | Ada | isc | faelys/natools |
0b95e7b0ab239c34926b3806152a918ce4fb8215 | regtests/ado-queries-tests.adb | regtests/ado-queries-tests.adb | -----------------------------------------------------------------------
-- ado-queries-tests -- Test loading of database queries
-- 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... | -----------------------------------------------------------------------
-- ado-queries-tests -- Test loading of database queries
-- Copyright (C) 2011, 2012, 2013, 2014 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- ... | Fix the load query unit test | Fix the load query unit test
| Ada | apache-2.0 | stcarrez/ada-ado |
a14714d17461ea9427a4306f140091ac0754b414 | awa/src/awa-events-dispatchers-tasks.adb | awa/src/awa-events-dispatchers-tasks.adb | -----------------------------------------------------------------------
-- awa-events-dispatchers-tasks -- AWA Event Dispatchers
-- Copyright (C) 2012, 2015, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you m... | -----------------------------------------------------------------------
-- awa-events-dispatchers-tasks -- AWA Event Dispatchers
-- Copyright (C) 2012, 2015, 2017, 2019 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- ... | Create the Service_Context instance for the lifetime of the event dispatching and not for the lifetime of the task | Create the Service_Context instance for the lifetime of the event dispatching and not for the lifetime of the task
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
e01eb6eebc572923a148972fb15155f5b298d8cb | tools/druss-commands-ping.adb | tools/druss-commands-ping.adb | -----------------------------------------------------------------------
-- druss-commands-devices -- Print information about the devices
-- 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 n... | -----------------------------------------------------------------------
-- druss-commands-devices -- Print information about the devices
-- 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 n... | Use the Print_Perf operation to report the ping performance | Use the Print_Perf operation to report the ping performance
| Ada | apache-2.0 | stcarrez/bbox-ada-api |
0612ba7401f6185b1f03e6c4fe60eb7ec91ec3c2 | src/asf-components-html-pages.adb | src/asf-components-html-pages.adb | -----------------------------------------------------------------------
-- html-pages -- HTML Page Components
-- 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 in ... | -----------------------------------------------------------------------
-- html-pages -- HTML Page Components
-- Copyright (C) 2011, 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... | Implement the UIDoctype component with the <!DOCTYPE> generation according to the <h:doctype> JSF 2.2 standard | Implement the UIDoctype component with the <!DOCTYPE> generation
according to the <h:doctype> JSF 2.2 standard
| Ada | apache-2.0 | Letractively/ada-asf,Letractively/ada-asf,Letractively/ada-asf |
88b00759576926d704e2b0b2d977d020c63cae55 | src/dynamo.adb | src/dynamo.adb | -----------------------------------------------------------------------
-- dynamo -- Ada Code Generator
-- 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 this file exce... | -----------------------------------------------------------------------
-- dynamo -- Ada Code Generator
-- 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 this file exce... | Rename procedure | Rename procedure
| Ada | apache-2.0 | Letractively/ada-gen,Letractively/ada-gen,Letractively/ada-gen,Letractively/ada-gen |
e447926d25e613a305a8508b51d3c0bb11f92805 | src/ado-sessions.adb | src/ado-sessions.adb | -----------------------------------------------------------------------
-- ADO Sessions -- Sessions Management
-- Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License"... | -----------------------------------------------------------------------
-- ADO Sessions -- Sessions Management
-- Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2017 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License"... | Refactor the session management - Implement the Get_Driver function - Update the Create_Statement operation to use the databse connection instance directly and avoid using the ADO.Databases package and operations | Refactor the session management
- Implement the Get_Driver function
- Update the Create_Statement operation to use the databse connection
instance directly and avoid using the ADO.Databases package and operations
| Ada | apache-2.0 | stcarrez/ada-ado |
f64d39892199dc2f572567681ccfbcb6325398f5 | awa/src/awa-modules.adb | awa/src/awa-modules.adb | -----------------------------------------------------------------------
-- awa -- Ada Web Application
-- Copyright (C) 2009, 2010, 2011, 2012, 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... | -----------------------------------------------------------------------
-- awa -- Ada Web Application
-- Copyright (C) 2009, 2010, 2011, 2012, 2015, 2016 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not us... | Implement Get_Config function for a Module_Manager type | Implement Get_Config function for a Module_Manager type
| Ada | apache-2.0 | stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa,stcarrez/ada-awa |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.